es.php 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. $spanish = array(
  24. 'mentions:notification:subject' => '%s te ha mencionado en %s',
  25. 'mentions:notification:body' => '%s te ha mencionado en %s.
  26. Para ver la entrada completa, haz click en el siguiente enlace:
  27. %s
  28. ',
  29. 'mentions:notification_types:object:blog' => 'una entrada de blog',
  30. 'mentions:notification_types:object:bookmarks' => 'un marcador',
  31. 'mentions:notification_types:object:groupforumtopic' => 'en una discusión de grupo',
  32. 'mentions:notification_types:object:discussion_reply' => 'en la respuesta a una discusión',
  33. 'mentions:notification_types:object:thewire' => 'en un cable',
  34. 'mentions:notification_types:object:comment' => 'en un comentario',
  35. 'mentions:settings:send_notification' => 'Enviarte una notificación cuando alguien te menciona (@tu_usuaria) en una entrada?',
  36. // admin
  37. 'mentions:fancy_links' => 'Remplazar @menciones con una pequeña imagen del perfil de habitante',
  38. 'mentions:settings:failed' => 'No es posible salvar la configuración de menciones.'
  39. );
  40. add_translation("es", $spanish);