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.
 
 
 
 
 

106 lines
4.5 KiB

  1. <?php
  2. /**
  3. * Spanish language for the "vector" DokuWiki template
  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. //tabs, personal tools and special links
  31. $lang["vector_article"] = "Artículo";
  32. $lang["vector_discussion"] = "Discusión";
  33. $lang["vector_read"] = "Leer";
  34. $lang["vector_edit"] = "Editar";
  35. $lang["vector_create"] = "Crear";
  36. $lang["vector_userpage"] = "Página de Usuario";
  37. $lang["vector_specialpage"] = "Páginas Especiales";
  38. $lang["vector_mytalk"] = "Mi Discurso";
  39. $lang["vector_exportodt"] = "Exportar: ODT";
  40. $lang["vector_exportpdf"] = "Exportar: PDF";
  41. $lang["vector_subscribens"] = "Suscribirse a NS Cambios"; //original DW lang $lang["btn_subscribens"] is simply too long for common tab configs
  42. $lang["vector_unsubscribens"] = "Borrarse de NS Cambios"; //original DW lang $lang["btn_unsubscribens"] is simply too long for common tab configs
  43. $lang["vector_translations"] = "Idiomas";
  44. //headlines for the different bars and boxes
  45. $lang["vector_navigation"] = "Navegación";
  46. $lang["vector_toolbox"] = "Herramientas";
  47. $lang["vector_exportbox"] = "Imprimir/exportar";
  48. $lang["vector_inotherlanguages"] = "Idiomas";
  49. $lang["vector_printexport"] = "Imprimir/exportar";
  50. $lang["vector_personnaltools"] = "Herramientas Personales";
  51. //buttons
  52. $lang["vector_btn_go"] = "Ir";
  53. $lang["vector_btn_search"] = "Buscar";
  54. $lang["vector_btn_search_title"] = "Buscar este texto";
  55. //exportbox ("print/export")
  56. $lang["vector_exportbxdef_print"] = "Versión imprimible";
  57. $lang["vector_exportbxdef_downloadodt"] = "Descargar como ODT";
  58. $lang["vector_exportbxdef_downloadpdf"] = "Descargar como PDF";
  59. //default toolbox
  60. $lang["vector_toolbxdef_whatlinkshere"] = "Qué enlaza aquí";
  61. $lang["vector_toolbxdef_upload"] = "Cargar archivo";
  62. $lang["vector_toolbxdef_siteindex"] = "Índice";
  63. $lang["vector_toolboxdef_permanent"] = "Inicio";
  64. $lang["vector_toolboxdef_cite"] = "Citar esta página";
  65. //cite this article
  66. $lang["vector_cite_bibdetailsfor"] = "Detalles bibliográficos de";
  67. $lang["vector_cite_pagename"] = "Nombre de la página";
  68. $lang["vector_cite_author"] = "Autor";
  69. $lang["vector_cite_publisher"] = "Editor";
  70. $lang["vector_cite_dateofrev"] = "Día de esta revisión";
  71. $lang["vector_cite_dateretrieved"] = "Día recuperado";
  72. $lang["vector_cite_permurl"] = "URL Permanente";
  73. $lang["vector_cite_pageversionid"] = "ID de la Versión de la Página";
  74. $lang["vector_cite_citationstyles"] = "Estilos de cita para";
  75. $lang["vector_cite_checkstandards"] = "Por favor recuerda consultar el manual de estilo, guías de estándares o las directrices del instructor para una sintáxis exacta para satisfacer sus necesidades.";
  76. $lang["vector_cite_latexusepackagehint"] = "Cuando uses el paquete LaTeX url (\usepackage{url} en algún sitio en el preámbulo),tiende a dar el formato para las direcciones web, lo siguiente pueden ser preferido";
  77. $lang["vector_cite_retrieved"] = "Recuperado";
  78. $lang["vector_cite_from"] = "de";
  79. $lang["vector_cite_in"] = "En";
  80. $lang["vector_cite_accessed"] = "Accedido";
  81. $lang["vector_cite_cited"] = "Citado";
  82. $lang["vector_cite_lastvisited"] = "Último visitado";
  83. $lang["vector_cite_availableat"] = "Disponible en";
  84. $lang["vector_cite_discussionpages"] = "DokuWiki páginas de charla";
  85. $lang["vector_cite_markup"] = "Margen";
  86. $lang["vector_cite_result"] = "Resultado";
  87. $lang["vector_cite_thisversion"] = "esta versión";
  88. //other
  89. $lang["vector_search"] = "Buscar";
  90. $lang["vector_accessdenied"] = "Acceso denegado";
  91. $lang["vector_fillplaceholder"] = "Por favor rellena este marcador";
  92. $lang["vector_donate"] = "Donaciones";
  93. $lang["vector_mdtemplatefordw"] = "Plantilla vector para DokuWiki";
  94. $lang["vector_recentchanges"] = "Cambios recientes";