es.php 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. 'suggested_friends' => 'Sugerencias',
  25. 'suggested_friends:new:people' => 'Sugerencias',
  26. 'suggested_friends:people:you:may:know' => 'Contactos sugeridos',
  27. 'suggested_friends:widget:description' => 'Mostrar gente a la que conocer',
  28. 'suggested_friends:suggested' => 'Sugeridas',
  29. 'suggested_friends:see:more' => 'Ver más',
  30. 'suggested_friends:how:many' => 'Cuánta gente?',
  31. 'suggested_friends:all' => 'Todas',
  32. 'suggested_friends:friends:only' => 'Contactos de mis contactos',
  33. 'suggested_friends:groups:only' => 'Pertenecientes a mis grupos',
  34. 'suggested_friends:num:mutual' => "%s contactos mútuos",
  35. 'suggested_friends:num:groups' => "%s participantes en grupos similares",
  36. 'suggested_friends:num:mutual:1' => "1 contacto en común",
  37. 'suggested_friends:num:groups:1' => "1 participación en grupo en común",
  38. 'suggested_friends:is:friend:of' => 'Conctacto de %s',
  39. 'suggested_friends:mutual:friends' => '%s contactos mútuos: %s',
  40. 'suggested_friends:is:member:of' => 'Participa en %s',
  41. 'suggested_friends:shared:groups' => '%s grupos similares: %s',
  42. 'suggested_friends:people:not:found' => 'De momento, no hay habitantes que sugerirte...',
  43. 'suggested_friends:mutual:friends' => "Contacto mútuo",
  44. 'suggested_friends:mutual:groups' => "Partipantes en grupos similares",
  45. 'suggested_friends:mutual:friends:not:found' => "No es posible encontrar contactos mútuos",
  46. 'suggested_friends:mutual:groups:not:found' => "No es posible encontrar habitantes que participen en grupos similares a los tuyos",
  47. );