es.php 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. 'liked_content:most_liked' => "Número de destacadas",
  25. 'liked_content:group:most_liked' => "Más destacada",
  26. 'liked_content:group:liked_content' => "Destacadas por el grupo",
  27. 'liked_content:group:enable' => "Activar contenido más destacado",
  28. 'liked_content:user:most_liked' => "Más destacada",
  29. 'liked_content:user:liked_content' => "Destacadas",
  30. 'liked_content:liked_content' => "Destacadas",
  31. 'liked_content:user:likes' => "A %s le interesa",
  32. 'liked_content:user:most_liked' => "Destacada por otras",
  33. 'liked_content:noresults' => "No hay contenido destacado que mostrar",
  34. // Your Likes
  35. 'liked_content:widget:your_likes:title' => "Destacadas",
  36. 'liked_content:widget:your_likes:description' => "Mostrar contenido que ha sido destacado",
  37. 'liked_content:widget:your_likes:mine' => "Mostrar solo el contenido que tú has destacado",
  38. );