es.php 1.4 KB

1234567891011121314151617181920212223242526272829303132
  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. 'categories' => 'Categor&iacute;as',
  25. 'categories:settings' => 'Configurar las categor&iacute;as de la red',
  26. 'categories:explanation' => 'Para configurar las categorias del sistema predeterminadas, ingr&eacute;salas a continuaci&oacute;n, separadas por comas.',
  27. 'categories:save:success' => 'Categori&iacute;as guardadas exitosamente.',
  28. 'categories:results' => "Resultados para la categor&iacute;a: %s",
  29. 'categories:on_activate_reminder' => "Las categor&iacute;s de la red no funcionan si no hay categir&iacute;as. <a href=\"%s\">Agrega categor&iacute;as ahora.</a>",
  30. );