Guest User

Untitled

a guest
Sep 5th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. <?php
  2. # XiMB language file
  3. # This file is a langauge file for the SPANISH language.
  4. # To use a different language on your installation of XiMB,
  5. # edit config.php under $language. You can replace the default
  6. # language (english) and switch it to something like "fr" for
  7. # French.
  8.  
  9. # Create an array to keep everything organized.
  10. $text = array();
  11.  
  12. # "Create new topic"
  13. $text[1] = "Crear nuevo tema";
  14. # "Subject:"
  15. $text[2] = "Asunto:";
  16. # "Username:"
  17. $text[3] = "Nombre de usuario:";
  18. # "Post new topic"
  19. $text[4] = "Publicar nuevo tema";
  20. # "Reset fields"
  21. $text[5] = "Reiniciar";
  22. # "No topics to display."
  23. $text[6] = "No hay temas para mostrar.";
  24. # "Post list file ($postlist) does not exist on this server. New topics will not be creatible until the specified file exists."
  25. $text[7] = "El archivo de publicaciones ($postlist) no existe en este servidor. No se podrán crear nuevos temas hasta que el archivo especificado exista.";
  26. # "Post reply"
  27. $text[8] = "Publicar respuesta";
  28. # "Please press the back button on your browser and fill out the new topic/reply form."
  29. $text[9] = "Por favor presiona el botón Atrás en tu navegador y rellena el formulario de nuevo tema/respuesta.";
  30.  
  31.  
  32. # "Done resetting files."
  33. $text[10] = "Terminado el reinicio de los archivos.";
  34. # "is not a directory"
  35. $text[11] = "no es un directorio.";
  36. # "does not exist on this server"
  37. $text[12] = "no existe en este servidor.";
  38. # "reset sucessfully."
  39. $text[13] = "se ha reiniciado exitosamente.";
  40. # "You did not specify a password to reset the board. Use ?password=(password here) to reset the board."
  41. $text[14] = "No especificaste una contraseña para reiniciar el foro. Usa ?password=(contraseña aquí) para reiniciar el foro.";
  42. ?>
Add Comment
Please, Sign In to add comment