es.php 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <?php
  2. /**
  3. * Translation strings for Spanish by psy@faeries
  4. *
  5. * @package Lorea
  6. *
  7. * Copyright 2011-2016 Lorea Faeries <https://code.lorea.io>
  8. *
  9. * This program is free software: you can redistribute it and/or
  10. * modify it under the terms of the GNU Affero General Public License
  11. * as published by the Free Software Foundation, either version 3 of
  12. * the License, or (at your option) any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful, but
  15. * WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  17. * Affero General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU Affero General Public
  20. * License along with this program. If not, see
  21. * <http://www.gnu.org/licenses/>.
  22. */
  23. return array(
  24. /**
  25. * Menu items and titles
  26. */
  27. 'bookmarks' => "Marcadores",
  28. 'bookmarks:add' => "Agregar un marcador",
  29. 'bookmarks:edit' => "Editar marcador",
  30. 'bookmarks:owner' => "Marcadores de %s",
  31. 'bookmarks:friends' => "Marcadores de contactos",
  32. 'bookmarks:everyone' => "Todos los marcadores",
  33. 'bookmarks:this' => "Marcar esta p&aacute;gina",
  34. 'bookmarks:this:group' => "Marcar en %s",
  35. 'bookmarks:bookmarklet' => "Módulo de marcadores",
  36. 'bookmarks:bookmarklet:group' => "Obtener marcadores del grupo",
  37. 'bookmarks:inbox' => "Bandeja de entrada de marcadores",
  38. 'bookmarks:with' => "Compartir con",
  39. 'bookmarks:new' => "Un nuevo marcador",
  40. 'bookmarks:address' => "Direcciones del marcador",
  41. 'bookmarks:none' => 'No hay marcadores',
  42. 'bookmarks:notify:summary' => 'Nuevo marcador llamado %s',
  43. 'bookmarks:notify:subject' => 'Nuevo marcador: %s',
  44. 'bookmarks:notify:body' =>
  45. '%s agregó un nuevo marcador: %s
  46. Enlace: %s
  47. %s
  48. Para ver y comentar en el marcador:
  49. %s
  50. ',
  51. 'bookmarks:delete:confirm' => "&ntilde;Seguro que deseas borrar este marcador?",
  52. 'bookmarks:numbertodisplay' => 'N&uacute;mero de marcadores a mostrar',
  53. 'bookmarks:shared' => "Marcado",
  54. 'bookmarks:visit' => "Visitar fuente",
  55. 'bookmarks:recent' => "Marcadores recientes",
  56. 'river:create:object:bookmarks' => '%s ha marcado %s',
  57. 'river:comment:object:bookmarks' => '%s ha comentado en el marcador %s',
  58. 'bookmarks:river:annotate' => 'ha comentado este marcador',
  59. 'bookmarks:river:item' => 'un art&iacute;culo',
  60. 'item:object:bookmarks' => 'Marcadores',
  61. 'bookmarks:group' => 'Marcadores de grupos',
  62. 'bookmarks:enablebookmarks' => 'Marcadores',
  63. 'bookmarks:nogroup' => 'Este Grupo no tiene marcadores a&uacute;n',
  64. /**
  65. * Widget and bookmarklet
  66. */
  67. 'bookmarks:widget:description' => "Mostrar los &uacute;ltimos marcadores",
  68. 'bookmarks:bookmarklet:description' =>
  69. "El módulo de marcadores te permite compartir cualquier recurso de la red con tus contactos, o simplemente guardarlo. Para usarlo, arrastra el enlace a la barra de marcadores de tu navegador:",
  70. 'bookmarks:bookmarklet:descriptionie' =>
  71. "Si usas Internet Explorer, necesitas hacer click con el bot&oacute;n derecho del rat&oacute;n al enlace, select 'add to favorites', y entonces a la barra de marcadores.",
  72. 'bookmarks:bookmarklet:description:conclusion' =>
  73. "A continuación, puedes guardar cualquier página que visites haciendo clic en él, en cualquier momento.",
  74. /**
  75. * Status messages
  76. */
  77. 'bookmarks:save:success' => "La entidad fue marcada/guardada con éxito.",
  78. 'bookmarks:delete:success' => "Se ha borrado el marcador.",
  79. /**
  80. * Error messages
  81. */
  82. 'bookmarks:save:failed' => "El marcador no pudo ser guardado. Aseg&uacute;rate de que el t&iacute;tulo y el enlace est&eacute;n correctamente escritos.",
  83. 'bookmarks:save:invalid' => "La direcci&oacute;n es inv&aacute;lida y no pudo ser guardada.",
  84. 'bookmarks:delete:failed' => "El marcador no pudo ser borrado. Intenta de nuevo.",
  85. 'bookmarks:unknown_bookmark' => 'No se puede encontrar el marcador requerido',
  86. );