1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?php
- /**
- * Translation strings for Spanish by psy@faeries
- *
- * @package Lorea
- *
- * Copyright 2011-2016 Lorea Faeries <https://code.lorea.io>
- *
- * This program is free software: you can redistribute it and/or
- * modify it under the terms of the GNU Affero General Public License
- * as published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
- */
- $es = array(
- 'block_users:block:cannot_block' => 'No puedo bloquear a ésta habitante.',
- 'block_users:block:blocked_user' => 'Habitante bloqueada.',
- 'block_users:unblock:cannot_unblock' => 'No puedo desbloquear a ésta habitante.',
- 'block_users:unblock:unblocked_user' => 'Habitante desbloqueada.',
- 'block_users:blocked_content_notice' => 'Te han bloqueado de la capacidad para ver éste contenido o realizar ésta acción.',
- 'block_users:blocked_user_notice' => 'Estás intentando ver un contenido o realizar una acción para la que tu habitante ha sido bloqueada.',
- 'block_users:blocked_users' => 'Habitantes bloqueadas en la actualidad',
- 'block_users:no_blocked_users' => 'No hay habitantes bloqueadas',
- 'block_users:blocked_users' => 'Habitantes bloqueadas',
- 'block_users:manage_blocked_users' => 'Organizar habitantes bloquedas',
- 'block_users:unblock_user' => 'Desbloquear habitantes',
- 'block_users:unblock_user_name' => 'Desbloquear %s',
- 'block_users:block_user' => 'Bloquear habitante',
- );
- add_translation('es', $es);
|