es.php 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. 'item:object:site_announcement' => "Notificaciones de la red",
  25. 'site_annoucements' => "Notificaciones",
  26. 'site_annoucements:archive' => "Archivo",
  27. 'site_annoucements:scheduled' => "En proceso",
  28. 'site_annoucements:editors' => "Notificado por",
  29. 'announcements:add' => "Añadir notificación",
  30. 'site_annoucements:all:title' => "Activar notificaciones",
  31. 'site_annoucements:archive:title' => "Archivo de notificaciones",
  32. 'site_annoucements:add:title' => "Añadir notificación",
  33. 'site_annoucements:edit:title' => "Editar notificación",
  34. 'site_annoucements:scheduled:title' => "Notificaciones en proceso",
  35. 'site_annoucements:editors:title' => "Notificado por",
  36. 'site_annoucements:filter:active' => "Activa",
  37. 'site_annoucements:filter:archive' => "Archivo",
  38. 'site_annoucements:filter:scheduled' => "En proceso",
  39. 'site_annoucements:filter:editors' => "Notificada por",
  40. 'site_announcements:user_hover:make_editor' => "Crear notificador",
  41. 'site_announcements:user_hover:remove_editor' => "Quitar notificador",
  42. 'site_annoucements:all:none' => "No hay notificaciones activas",
  43. 'site_annoucements:archive:none' => "No hay notificaciones archivadas",
  44. 'site_annoucements:scheduled:none' => "No hay notificaciones en proceso",
  45. 'site_annoucements:editors:none' => "No hay responsables de notificar",
  46. 'site_announcements:menu:entity:mark' => "Leído!",
  47. 'site_announcements:type' => "Tipo de notificación",
  48. 'site_announcements:type:general' => "General",
  49. 'site_announcements:type:info' => "Informativa",
  50. 'site_announcements:type:attention' => "Urgente",
  51. 'site_announcements:edit:text' => "Notificación",
  52. 'site_announcements:edit:startdate' => "Fecha de comienzo",
  53. 'site_announcements:edit:enddate' => "Fecha de fin",
  54. 'site_announcement:action:edit:error:input' => "Introduce un texto de notificación, fecha de comienzo, fecha de fin, etc..",
  55. 'site_announcement:action:edit:error:time' => "La fecha final no puede ser anterior a la fecha de comienzo!",
  56. 'site_announcement:action:edit:error:save' => "Ha ocurrido un error mientras se procesaba la notificación",
  57. 'site_announcement:action:edit:success' => "Se ha salvado la notificación",
  58. 'site_announcements:action:toggle_editor:error:is_admin' => "%s es administradora y además se encarga de notificar",
  59. 'site_announcements:action:toggle_editor:unmake' => "%s deja de encargarse de notificar",
  60. 'site_announcements:action:toggle_editor:make' => "%s pasa a encargarse de notificar",
  61. );