es.php 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. 'members:label:online' => 'En linea',
  25. 'members:label:suggested' => 'Sugeridas',
  26. 'members:search' => 'Buscar habitantes',
  27. 'members:title:search' => 'B&uacute;squeda de habitantes por %s',
  28. 'members:total' => 'Total de habitantes: %s',
  29. 'members:title:newest' => 'Nuevas habitantes',
  30. 'members:title:popular' => 'Habitantes más populares',
  31. 'members:title:online' => 'Habitantes en línea',
  32. 'members:list:popular:none' => 'Ninguna habitante tiene contactos visibles',
  33. 'members:label:newest' => 'Últimas',
  34. 'members:label:popular' => 'Destacadas',
  35. 'members:label:online' => 'Conectadas',
  36. 'members:label:today' => 'Hoy',
  37. 'members:label:week' => 'Ésta semana',
  38. 'members:label:month' => 'Éste mes',
  39. 'members:label:name' => 'Todas',
  40. 'members:label:avatar' => 'Galería',
  41. 'members:searchname' => 'Buscar habitantes por nombre',
  42. 'members:searchtag' => 'Buscar habitantes por etiqueta',
  43. 'members:title:searchname' => 'Búsqueda de habitantes con el término %s',
  44. 'members:title:searchtag' => 'Habitantes con la etiqueta %s',
  45. 'members:label:banned' => 'Baneadas',
  46. 'members:label:suggested' => 'Sugeridas',
  47. 'members:search' => 'Buscar habitantes',
  48. );