es.php 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. 'notifier:' => '',
  25. 'notifier:notification' => 'Notificación',
  26. 'notifier:notifications' => 'Notificación',
  27. 'notifier:view:all' => 'Ver todas las notificaciones',
  28. 'notifier:all' => 'Todas las notificaciones',
  29. 'notifier:none' => 'Sin notificaciones',
  30. 'notifier:unreadcount' => 'Notificaciones pendientes (%s)',
  31. 'notification:method:notifier' => 'Notificador',
  32. 'notifier:dismiss_all' => 'Descartar todas',
  33. 'notifier:clear_all' => 'Limpiar todas',
  34. 'notifier:deleteconfirm' => 'Ésto borra todas las notificaciones, incluídas aquellas que no han sido leídas aún. Seguro que quieres continuar?',
  35. 'item:object:notification' => 'Objetos del notificador',
  36. // System messages
  37. 'notifier:message:dismissed_all' => 'Todas las notificaciones han sido descartadas correctamente',
  38. 'notifier:message:deleted_all' => 'Se han limpiado todas las notificaciones',
  39. 'notifier:message:deleted' => 'La notificación se ha borrado correctamente',
  40. // Error messages
  41. 'notifier:error:not_found' => 'No se encuentra ésta notificación',
  42. 'notifier:error:target_not_found' => 'No se encuentra el contenido así que es probable que haya sido borrado.',
  43. 'notifier:error:cannot_delete' => 'No es posible borrar la notificación',
  44. // River strings that are not available in Elgg core
  45. 'river:comment:object:groupforumtopic' => '%s ha respondido en la discusión titulada %s',
  46. 'river:mention:object:comment' => '%s te ha mencionado en %s',
  47. // This is used to create messages like "Lisa and George like your post"
  48. 'notifier:two_subjects' => '%s y %s',
  49. // This is used to create messages like "Lisa and 5 others like your post"
  50. 'notifier:multiple_subjects' => '%s y %s otras habitantes',
  51. // Likes plugin
  52. 'likes:notifications:summary' => '%s se interesado por tu entrada %s',
  53. 'likes:notifications:summary:2' => '%s y %s se han interesado por tu entrada %s',
  54. 'likes:notifications:summary:n' => '%s se ha interesado por tu entrada %s',
  55. // Friends
  56. 'friend:notifications:summary' => '%s se ha hecho contacto tuyo',
  57. 'friend:notifications:summary:2' => '%s y %s se han hecho contactos tuyos',
  58. 'friend:notifications:summary:n' => '%s se ha hecho contacto tuyo',
  59. // Comments
  60. 'comment:notifications:summary' => '%s comentó en %s',
  61. 'comment:notifications:summary:2' => '%s y %s comentarion en %s',
  62. 'comment:notifications:summary:n' => '%s ha comentado en %s',
  63. // Groups
  64. 'groups:notifications:invitation' => '%s te ha invitado al grupo %s',
  65. 'groups:notifications:invitation:hidden' => 'Tienes una noticia %s de %s',
  66. 'groups:notifications:membership_request' => '%s te ha pedido que participes en el grupo %s',
  67. 'groups:invitation' => 'invitación de grupo',
  68. // Plugin settings
  69. 'notifier:settings:desc' => 'Notificaciones por defecto para las habitantes nuevas?',
  70. 'notifier:settings:enable_personal' => 'Notificaciones personales',
  71. 'notifier:settings:enable_personal:desc' => "Se añade una notificación cuando sucede alguna acción (comentar, interesarse, etc).",
  72. 'notifier:settings:enable_collections' => 'Contactos',
  73. 'notifier:settings:enable_collections:desc' => "Se añade una notificación cuando un contacto realiza un contenido nuevo.",
  74. 'notifier:settings:groups:desc' => 'Notificaciones por defecto para quienes participan por primera vez en un grupo',
  75. 'notifier:settings:enable_groups' => 'Notificaciones de grupo',
  76. 'notifier:settings:enable_groups:desc' => 'Se añade una notificación cuando se produce un contenido nuevo en un grupo en el que la habitante participa.',
  77. );