es.php 1.8 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. $es = array(
  24. 'block_users:block:cannot_block' => 'No puedo bloquear a ésta habitante.',
  25. 'block_users:block:blocked_user' => 'Habitante bloqueada.',
  26. 'block_users:unblock:cannot_unblock' => 'No puedo desbloquear a ésta habitante.',
  27. 'block_users:unblock:unblocked_user' => 'Habitante desbloqueada.',
  28. 'block_users:blocked_content_notice' => 'Te han bloqueado de la capacidad para ver éste contenido o realizar ésta acción.',
  29. 'block_users:blocked_user_notice' => 'Estás intentando ver un contenido o realizar una acción para la que tu habitante ha sido bloqueada.',
  30. 'block_users:blocked_users' => 'Habitantes bloqueadas en la actualidad',
  31. 'block_users:no_blocked_users' => 'No hay habitantes bloqueadas',
  32. 'block_users:blocked_users' => 'Habitantes bloqueadas',
  33. 'block_users:manage_blocked_users' => 'Organizar habitantes bloquedas',
  34. 'block_users:unblock_user' => 'Desbloquear habitantes',
  35. 'block_users:unblock_user_name' => 'Desbloquear %s',
  36. 'block_users:block_user' => 'Bloquear habitante',
  37. );
  38. add_translation('es', $es);