You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

79 lines
3.5 KiB

  1. <?php
  2. /**
  3. * Spanish language for the Config Manager
  4. *
  5. * If your language is not/only partially translated or you found an error/typo,
  6. * have a look at the following files:
  7. * - /lib/tpl/vector/lang/<your lang>/lang.php
  8. * - /lib/tpl/vector/lang/<your lang>/settings.php
  9. * If they are not existing, copy and translate the English ones (hint: looking
  10. * at <http://[your lang].wikipedia.org> might be helpful).
  11. *
  12. * Don't forget to mail your translation to ARSAVA <dokuwiki@dev.arsava.com>.
  13. * Thanks! :-D
  14. *
  15. *
  16. * LICENSE: This file is open source software (OSS) and may be copied under
  17. * certain conditions. See COPYING file for details or try to contact
  18. * the author(s) of this file in doubt.
  19. *
  20. * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
  21. * @author Jesús Muñoz Martínez <kisumum@gmail.com>
  22. * @link https://www.dokuwiki.org/template:vector
  23. * @link https://www.dokuwiki.org/config:lang
  24. * @link https://www.dokuwiki.org/devel:configuration
  25. */
  26. //check if we are running within the DokuWiki environment
  27. if (!defined("DOKU_INC")){
  28. die();
  29. }
  30. //user pages
  31. $lang["vector_userpage"] = "Usar páginas de Usuario?";
  32. $lang["vector_userpage_ns"] = "Sí, usa la siguiente ':namespace:' como raíz para las páginas de usuario:";
  33. //discussion pages
  34. $lang["vector_discuss"] = "¿Usar pestañas/sitios de discusión?";
  35. $lang["vector_discuss_ns"] = "Sí, usa la siguiente ':namespace:' como raíz para las discusiones:";
  36. //site notice
  37. $lang["vector_sitenotice"] = "Show site wide notice?";
  38. $lang["vector_sitenotice_location"] = "If yes, use following wiki page for the site wide notice:";
  39. //navigation
  40. $lang["vector_navigation"] = "¿Mostrar navegación?";
  41. $lang["vector_navigation_location"] = "Sí, usar la siguiente página de la wiki como navegación:";
  42. //exportbox ("print/export")
  43. $lang["vector_exportbox"] = "¿Mostrar la caja 'imprimir/exportar'?";
  44. $lang["vector_exportbox_default"] = "Sí, usar la caja predeterminada'imprimir/exportar' por defecto";
  45. $lang["vector_exportbox_location"] = "si no usar predeterminado, usar la siguiente página de la wiki como localización de la caja'imprimir/exportar':";
  46. //toolbox
  47. $lang["vector_toolbox"] = "¿Mostrar herramientas?";
  48. $lang["vector_toolbox_default"] = "Si, usar herramientas predeterminadas";
  49. $lang["vector_toolbox_location"] = "si no usar predeterminado, usar la siguiente página de la wiki como localización de las herramientas:";
  50. //custom copyright notice
  51. $lang["vector_copyright"] = "¿Mostrar aviso de derechos de autor?";
  52. $lang["vector_copyright_default"] = "Sí, usar aviso de derechos de autor predeterminado";
  53. $lang["vector_copyright_location"] = "si no usar predeterminado, usar la siguiente página de la wiki como aviso de derechos de autor:";
  54. //donation link/button
  55. $lang["vector_donate"] = "Mostrar enlace/botón de donación?";
  56. $lang["vector_donate_url"] = "si no usar predeterminado, usar la siguiente URL para las donaciones:";
  57. //TOC
  58. $lang["vector_toc_position"] = "Posición de la Tabla de Contenidos";
  59. //other stuff
  60. $lang["vector_breadcrumbs_position"] = "Posición de breadcrumb en navegación (si habilitada):";
  61. $lang["vector_youarehere_position"] = "Posicion de 'Tu estás aquí' en navegación (si habilitada):";
  62. $lang["vector_cite_author"] = "Nombre del author en 'Cita este Artículo':";
  63. $lang["vector_loaduserjs"] = "¿Cargar 'vector/user/user.js'?";
  64. $lang["vector_closedwiki"] = "¿Wiki cerrada?.(la mayoría de enlaces/pestañas/cajas están escondidas hasta que el usuario se conecta)";