es.php 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. 'likes:this' => 'recomienda &eacute;sto',
  25. 'likes:deleted' => 'Tu recomendaci&oacute;n ha sido eliminada',
  26. 'likes:see' => 'Ver quienes recomiendan &eacute;sto',
  27. 'likes:remove' => 'Ya no lo recomiendo!',
  28. 'likes:notdeleted' => 'Hubo un problema al quitar la recomendaci&oacute;n',
  29. 'likes:likes' => 'Recomiendas este elemento',
  30. 'likes:failure' => 'Hubo un problema al marcar que recomiendas &eacute;ste elemento',
  31. 'likes:alreadyliked' => 'Ya has indicado que recomeindas &eacute;ste elemento',
  32. 'likes:notfound' => 'El elemento que tratas de marcar no est&aacute; disponnible',
  33. 'likes:likethis' => 'Recomiendo &eacute;sto',
  34. 'likes:userlikedthis' => '%s recomendaci&oacute;n',
  35. 'likes:userslikedthis' => '%s recomendaciones',
  36. 'likes:river:annotate' => 'recomendaciones',
  37. 'likes:delete:confirm' => '&iquest;Seguro que ya no recomeindas &eacute;sto?',
  38. 'river:likes' => 'recomendaciones %s %s',
  39. 'likes:notifications:subject' => '%s recomienda tu post "%s"',
  40. 'likes:notifications:body' =>
  41. 'Hola %1$s,
  42. %2$s ha recomendado "%3$s" en %4$s
  43. ver el post original aqu&iacute;:
  44. %5$s
  45. o ver el perfil de %2$s\ aqu&iacute;:
  46. %6$s
  47. ',
  48. );