es.php 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. 'thewire' => "Cables",
  28. 'thewire:everyone' => "Todos los cables",
  29. 'thewire:user' => "los cables de %s",
  30. 'thewire:friends' => "Los cables de tus contactos",
  31. 'thewire:replying' => "Responder a @%s a su comentario:",
  32. 'thewire:reply' => "Responder",
  33. 'thewire:thread' => "Hilo",
  34. 'thewire:charleft' => "caracteres restantes",
  35. 'thewire:tags' => "Cables etiquetados con '%s'",
  36. 'thewire:nocables' => "No hay cables",
  37. 'item:object:thewire' => "Cables",
  38. 'thewire:update' => 'Actualizar',
  39. 'thewire:by' => 'Cable publicado por %s',
  40. 'thewire:previous:help' => "Ver cables anteriores",
  41. 'thewire:hide:help' => "Ocultar cables anteriores",
  42. /**
  43. * The wire river
  44. */
  45. 'river:create:object:thewire' => "%s ha escrito en %s",
  46. 'thewire:wire' => 'cables',
  47. /**
  48. * Wire widget
  49. */
  50. 'thewire:widget:desc' => 'Mostrar tus últimos cables',
  51. 'thewire:num' => 'N&uacute;mero de cables a mostrar',
  52. 'thewire:morecables' => 'M&aacute;s cables',
  53. /**
  54. * Status messages
  55. */
  56. 'thewire:cableed' => "Tu cable ha sido publicado exitosamente.",
  57. 'thewire:deleted' => "El cable ha sido borrado exitosamente.",
  58. 'thewire:blank' => "Necesitas ingresar más texto para publicar.",
  59. 'thewire:notfound' => "No se pudo encontrar el cable.",
  60. 'thewire:notsaved' => "Lo sentimos. No pudimos guardar éste cable",
  61. 'thewire:notdeleted' => "No se pudo borrar éste cable.",
  62. /**
  63. * Notifications
  64. */
  65. 'thewire:notify:summary' => 'Nuevo cable: %s',
  66. 'thewire:notify:subject' => "Nueva entrada en el hilo de %s",
  67. 'thewire:notify:reply' => '%s ha respondido a %s:',
  68. 'thewire:notify:cable' => '%s ha escrito:',
  69. 'thewire:notify:footer' => "Ver y responder:\n%s",
  70. /**
  71. * Settings
  72. */
  73. 'thewire:settings:limit' => "Número máximo de caracteres por cable:",
  74. 'thewire:settings:limit:none' => "Sin límite",
  75. );