Viewing file: users.php (8.28 KB) -rw-rw-r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /** * * This program is the full and free Spanish (of Spain) phpBB 3.0 Translation. * Copyright (c) 2007 Huan Manwe for phpbb-es.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 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 General Public License for more details. * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * */ // ’ » " " …
/** * * This program is the full and free Spanish (of Spain) phpBB 3.0 Translation. * Copyright (c) 2007 Huan Manwe for phpbb-es.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 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 **/
/** * * acp_users.php [Spanish [Es]] * * @package language * @version $Id: $ * @copyright (c) 2007 phpBB Group. Modified by Huan Manwe for phpbb-es.com in 2007 * @author 2007-11-26 - Traducido por Huan Manwe junto con phpbb-es.com (http://www.phpbb-es.com) basado en la version argentina hecha por larveando.com.ar ). * @author - ImagePack made by Xoom (webmaster of http://www.muchografico.com and colaborator of http://www.phpbb-es.com) * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU General Public License * */
/** * DO NOT CHANGE */ if (!defined('IN_PHPBB')) { exit; }
if (empty($lang) || !is_array($lang)) { $lang = array(); } // DEVELOPERS PLEASE NOTE // // All language files should use UTF-8 as their encoding and the files must not contain a BOM. // // Placeholders can now contain order information, e.g. instead of // 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows // translators to re-order the output of data while ensuring it remains correct // // You do not need this where single placeholders are used, e.g. 'Message %d' is fine // equally where a string contains only two placeholders which are used to wrap text // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, array( 'ADMIN_SIG_PREVIEW' => 'Vista previa de la firma', 'AT_LEAST_ONE_FOUNDER' => 'No puede cambiar este Fundador en usuario normal. Tiene que haber al menos un Fundador para el Sitio. Si quiere cambiar el rango de Fundador de este usuario, promueva primero a otro usuario.',
'BAN_ALREADY_ENTERED' => 'Esta exclusión ha sido introducida previamente. La lista no ha sido actualizada.', 'BAN_SUCCESSFUL' => 'Exclusión añadida correctamente.',
'CANNOT_BAN_FOUNDER' => 'No tiene permitido excluir Fundadores.', 'CANNOT_BAN_YOURSELF' => 'No puede excluirse usted mismo.', 'CANNOT_DEACTIVATE_BOT' => 'No tiene permitido desactivar cuentas de robots. Por favor, en su lugar desactívelo en la página de robots.', 'CANNOT_DEACTIVATE_FOUNDER' => 'No tiene permitido desactivar cuentas de Fundadores.', 'CANNOT_DEACTIVATE_YOURSELF' => 'No puede desactivar su propia cuenta.', 'CANNOT_FORCE_REACT_BOT' => 'No tiene permitido forzar reactivación de cuentas de robots. Por favor desactive el robot en la página de robots.', 'CANNOT_FORCE_REACT_FOUNDER' => 'No tiene permitido forzar reactivación de cuentas de Fundadores.', 'CANNOT_FORCE_REACT_YOURSELF' => 'No puede forzar la reactivación de su propia cuenta.', 'CANNOT_REMOVE_ANONYMOUS' => 'No tiene permitido la cuenta de Invitado.', 'CANNOT_REMOVE_YOURSELF' => 'No puede borrar su propia cuenta.', 'CANNOT_SET_FOUNDER_IGNORED' => 'No tiene permitido promover robots a Fundador.', 'CANNOT_SET_FOUNDER_INACTIVE' => 'Necesita activar al usuario antes de promoverlo a Fundador, solo se pueden promover usuarios ya activados.', 'CONFIRM_EMAIL_EXPLAIN' => 'Solo necesita completar este parámetro si desea cambiar la dirección de email del usuario.',
'DELETE_POSTS' => 'Borrar mensajes', 'DELETE_USER' => 'Borrar usuario', 'DELETE_USER_EXPLAIN' => 'Borrar un usuario es definitivo, no puede ser recuperado',
'FORCE_REACTIVATION_SUCCESS' => 'Reactivación forzada correctamente.', 'FOUNDER' => 'Fundador', 'FOUNDER_EXPLAIN' => 'Los Fundadores tienen todos los permisos administrativos y nunca pueden ser excluidos, borrados o modificados por usuarios que no lo sean.',
'GROUP_APPROVE' => 'Aprobar usuarios', 'GROUP_DEFAULT' => 'Definir grupo por defecto para el usuario', 'GROUP_DELETE' => 'Borrar miembro del Grupo', 'GROUP_DEMOTE' => 'Deponer responsable de Grupo', 'GROUP_PROMOTE' => 'Promover a responsable de Grupo',
'IP_WHOIS_FOR' => 'IP whois para %1$s',
'LAST_ACTIVE' => 'Último activo',
'MOVE_POSTS_EXPLAIN' => 'Por favor seleccione el Foro al cual quiere mover todos los mensajes que haya hecho este usuario.',
'NO_SPECIAL_RANK' => 'No hay designado rango especial', 'NOT_MANAGE_FOUNDER' => 'Intenta de modificar un usuario que es Fundador. Solo los Fundadores pueden modificar otros fundadores.',
'QUICK_TOOLS' => 'Herramientas rápidas',
'REGISTERED' => 'Registrado', 'REGISTERED_IP' => 'Registrado desde IP', 'RETAIN_POSTS' => 'Retener mensajes',
'SELECT_FORM' => 'Seleccionar Foro', 'SELECT_USER' => 'Seleccionar usuario',
'USER_ADMIN' => 'Administración de usuarios', 'USER_ADMIN_ACTIVATE' => 'Activar cuenta', 'USER_ADMIN_ACTIVATED' => 'Usuario activado correctamente.', 'USER_ADMIN_AVATAR_REMOVED' => 'Avatar de usuario eliminado correctamente.', 'USER_ADMIN_BAN_EMAIL' => 'Excluir email', 'USER_ADMIN_BAN_EMAIL_REASON' => 'Dirección de email excluida via Administración', 'USER_ADMIN_BAN_IP' => 'Excluir IP', 'USER_ADMIN_BAN_IP_REASON' => 'IP excluida via Administración', 'USER_ADMIN_BAN_NAME_REASON' => 'Usuario excluidas via Administración', 'USER_ADMIN_BAN_USER' => 'Excluir usuario', 'USER_ADMIN_DEACTIVATE' => 'Desactivar cuenta', 'USER_ADMIN_DEACTIVED' => 'Usuario desactivado con éxito.', 'USER_ADMIN_DEL_ATTACH' => 'Borrar todos los adjuntos', 'USER_ADMIN_DEL_AVATAR' => 'Borrar avatar', 'USER_ADMIN_DEL_POSTS' => 'Borrar todos los mensajes', 'USER_ADMIN_DEL_SIG' => 'Borrar firma', 'USER_ADMIN_EXPLAIN' => 'Aquí puede cambiar la información de los usuarios y ciertas opciones específicas. Para modificar los permisos de usuario usa el sistema de permisos de usuario y grupo.', 'USER_ADMIN_FORCE' => 'Forzar reactivación', 'USER_ADMIN_MOVE_POSTS' => 'Mover todos los mensajes', 'USER_ADMIN_SIG_REMOVED' => 'Firma borrada con éxito.', 'USER_ATTACHMENTS_REMOVED' => 'Todos los adjuntos del usuario borrados correctamente.', 'USER_AVATAR_UPDATED' => 'Avatar del usuario actualizado correctamente.', 'USER_CUSTOM_PROFILE_FIELDS' => 'Campos de perfil personalizado', 'USER_DELETED' => 'Usuario borrado correctamente.', 'USER_GROUP_ADD' => 'Añadir usuario a grupo', 'USER_GROUP_NORMAL' => 'Grupos normales de los que el usuario es miembro', 'USER_GROUP_PENDING' => 'Grupos en los que el usuario está pendiente', 'USER_GROUP_SPECIAL' => 'Grupos especiales de los que el usuario es miembro', 'USER_NO_ATTACHMENTS' => 'No hay adjuntos para visualizar.', 'USER_OVERVIEW_UPDATED' => 'Detalles del usuario actualizado.', 'USER_POSTS_DELETED' => 'Todos los mensajes del usuario borrados correctamente.', 'USER_POSTS_MOVED' => 'Mensajes movidos correctamente al Foro de destino.', 'USER_PREFS_UPDATED' => 'Preferencias de usuario actualizadas.', 'USER_PROFILE' => 'Perfil del usuario', 'USER_PROFILE_UPDATED' => 'Perfil del usuario actualizado.', 'USER_RANK' => 'Rango del usuario', 'USER_RANK_UPDATED' => 'Rango del usuario actualizado.', 'USER_SIG_UPDATED' => 'Firma del usuario actualizada correctamente.', 'USER_TOOLS' => 'Herramientas básicas', ));
?>
|