| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?php
- /**
- * Login
- *
- * Copyright 2010 by Jason Coward <jason@modxcms.com> and Shaun McCormick
- * <shaun@modxcms.com>
- *
- * Login 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.
- *
- * Login 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
- * Login; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * @package login
- */
- /**
- * Update Profile English lexicon for Login
- *
- * @package login
- * @subpackage lexicon
- */
- $_lang['login.address'] = 'Dirección';
- $_lang['login.city'] = 'Ciudad';
- $_lang['login.country'] = 'País';
- $_lang['login.email'] = 'Correo Electrónico';
- $_lang['login.email_taken'] = 'La dirección de correo electrónico "[[+email]]" ya esta en uso. Asegúrese de que no se haya registrado anteriormente, y si no es así, por favor especifique otra dirección de correo electrónico.';
- $_lang['login.fax'] = 'Fax';
- $_lang['login.fullname'] = 'Nombre completo';
- $_lang['login.mobilephone'] = 'Teléfono Celular';
- $_lang['login.phone'] = 'Número Telefónico';
- $_lang['login.profile_err_nf'] = '¡Perfil no se encontró!';
- $_lang['login.profile_err_save'] = 'Un error desconocido ocurrio actualizando su perfil.';
- $_lang['login.profile_updated'] = 'Perfil actualizado.';
- $_lang['login.state'] = 'Estado';
- $_lang['login.update_profile'] = 'Actualización del perfil';
- $_lang['login.username_err_ae'] = 'Nombre de usuario ya está en uso. Por favor, elige otro.';
- $_lang['login.website'] = 'Sitio web';
- $_lang['login.zip'] = 'Código Postal';
|