es.php 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. 'favourites:groups' => 'Grupos favoritos',
  25. 'favourites:users' => 'Habitantes favoritas',
  26. 'favourites:menu' => 'Favoritos',
  27. 'favourites:items' => 'Todos los favoritos',
  28. 'favourites:this' => 'marcar ésto como favorito',
  29. 'favourites:deleted' => 'Tu marca de favorito ha sido borrada',
  30. 'favourites:see' => 'Ver quienes han marcado ésto como favorito',
  31. 'favourites:remove' => 'Borrar marcado como favorito',
  32. 'favourites:notdeleted' => 'Ha habido un problema borrando el favorito. Intente de nuevo',
  33. 'favourites:added' => 'Marcado como favorito',
  34. 'favourites:failure' => 'Ha habido un problema marcando la entidad como favorita',
  35. 'favourites:alreadyfavourite' => 'Ya has marcado ésto como favorito!',
  36. 'favourites:notfound' => 'La entidad que tratas de marcar como favorita no puede ser encontrada',
  37. 'favourites:markthis' => 'Marcar ésto como favorito',
  38. 'favourites:usermarkedthis' => '%s lo ha marcado como favorito',
  39. 'favourites:usersmarkedthis' => '%s lo han marcado como favorito',
  40. 'favourites:river:annotate' => 'marcado como favorito',
  41. 'favourites:delete:confirm' => 'Seguro que quieres borrar éste favorito?',
  42. 'river:favourites' => 'marcado como favorito %s %s',
  43. 'favourites:notifications:subject' => '%s ha marcado "%s como favorito"',
  44. 'favourites:notifications:body' =>
  45. 'Hola %1$s,
  46. %2$s marc&oacute; "%3$s" como favorito en %4$s
  47. Ver la entrada original en:
  48. %5$s
  49. O ver el perfil de %2$s en:
  50. %6$s
  51. ',
  52. 'favourites:allowed_object_subtypes_label' => 'Lista de objetos separados por coma de subtipos permitidos para ser marcados como favoritos (dejar en blanco para permitir favoritos en todos los lugares posibles: ',
  53. );
  54. add_translation('es', $spanish);