Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions core/components/login/lexicon/it/changepassword.inc.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?php
/**
* Login
*
* Copyright 2010 by Shaun McCormick <shaun@modx.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
*/
/**
* Change Password Italian lexicon for Login
*
* @package login
* @subpackage lexicon
*/
$_lang['login.change_password'] = 'Cambiare la password';
$_lang['login.password_changed'] = 'Password cambiata.';
$_lang['login.password_err'] = 'Password errata.';
$_lang['login.password_err_change'] = ' Si � verificato un errore durante il cambiamento della password. Prego rivedere le informazioni immesse.';
$_lang['login.password_invalid_old'] = 'Invalidare la vecchia password.';
$_lang['login.password_new_confirm'] = 'Confermare la nuova password';
$_lang['login.password_new'] = 'Nuova Password';
$_lang['login.password_no_match'] = 'La password non corrisponde.';
$_lang['login.password_old'] = 'Vecchia password';
$_lang['login.password_too_short'] = 'Password � troppo breve! Prego immettere una password con almeno [[+length]] caratteri.';
41 changes: 41 additions & 0 deletions core/components/login/lexicon/it/default.inc.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?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
*/
/**
* Default Italian language strings for Login
* @package login
* @subpackage lexicon
*/
$_lang['login'] = 'Login';
$_lang['login.invalid_post'] = 'WebLogin invalido POST azione: [[+action]]';
$_lang['login.login_err'] = 'Errore sconosciuto durante il login!';
$_lang['login.logout'] = 'Logout';
$_lang['login.logout_err'] = 'Errore sconosciuto durante il logout!';
$_lang['login.password'] = 'Password';
$_lang['login.recaptcha_err_load'] = 'Non � possibible caricare il servizio reCaptcha.';
$_lang['login.username'] = 'Nome utente';


$_lang['setting_login.forgot_password_confirm_resource'] = 'Dimenticato la password ID di conferma delle risorse ';
$_lang['setting_login.forgot_password_confirm_resource_desc'] = 'Inserisci l\'ID della risorsa in cui risiede la pagina di conferma per cambiare una password dimenticata.';
$_lang['setting_login.forgot_password_email_subject'] = 'Dimenticato la Password Email Soggetto';
$_lang['setting_login.forgot_password_email_subject_desc'] = 'L\'oggetto e-mail per l\'e-mail password dimenticata';
36 changes: 36 additions & 0 deletions core/components/login/lexicon/it/forgotpassword.inc.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?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
*/
/**
* Forgot Password Italian lexicon for Login
*
* @package login
* @subpackage lexicon
*/
$_lang['login.email'] = 'Email';
$_lang['login.forgot_password'] = 'Password dimenticata';
$_lang['login.forgot_password_email_subject'] = 'Password Retrieval Email';
$_lang['login.or_forgot_username'] = 'O, dimenticato il nome utente';
$_lang['login.reset_password'] = 'Reset Password';
$_lang['login.username'] = 'Nome utente';
$_lang['login.user_err_nf_email'] = 'Utente non trovato con questo indirizzo email.';
$_lang['login.user_err_nf_username'] = 'Utente non trovato con questo indirizzo email';
28 changes: 28 additions & 0 deletions core/components/login/lexicon/it/profile.inc.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?php
/**
* Login
*
* Copyright 2010 by Shaun McCormick <shaun@modx.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
*/
/**
* Profile Italian lexicon for Login
*
* @package login
* @subpackage lexicon
*/
$_lang['profile'] = 'Profilo';
60 changes: 60 additions & 0 deletions core/components/login/lexicon/it/register.inc.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<?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
*/
/**
* Register Italian lexicon for Login
*
* @package login
* @subpackage lexicon
*/
$_lang['register.activation_email_subject'] = 'Grazie per la registrazione. Prego attivare!';
$_lang['register.email'] = 'Email';
$_lang['register.email_invalid'] = 'Prego inserire un indirizzo email valido.';
$_lang['register.email_invalid_domain'] = 'Il suo indirizzo email non presenta un dominio valido.';
$_lang['register.email_no_recipient'] = 'Nessun destinatario specificato per l\'indirizzo.';
$_lang['register.email_not_sent'] = 'Si � verificato un errore durante il tentativo di inviare l\'e-mail.';
$_lang['register.email_taken'] = 'L\'e-mail "[[+ email]]" � gi� in uso. Assicurarsi che non si � ancora registrati, e in caso contrario, si prega di specificare un altro indirizzo e-mail.';
$_lang['register.field_not_empty'] = 'Questo campo deve essere vuoto.';
$_lang['register.field_required'] = 'Questo campo � obligatorio.';
$_lang['register.fullname'] = 'Nome completo';
$_lang['register.math_incorrect'] = 'Risposta errata!';
$_lang['register.math_field_nf'] = '[[+field]] campo di input non specificato nella forma.';
$_lang['register.max_length'] = 'Questo campo non puo essere pi� lungo di [[+length]] caratteri.';
$_lang['register.max_value'] = 'Questo campo non pu� essere pi� largo di [[+value]].';
$_lang['register.min_length'] = 'Questo campo deve essere lungo almeno [[+length]] caratteri.';
$_lang['register.min_value'] = 'Questo campo non pu� essere pi� piccolo di [[+value]].';
$_lang['register.not_date'] = 'Questo campo deve avere una data valida.';
$_lang['register.not_number'] = 'Questo campo deve avere un numero valido.';
$_lang['register.not_regexp'] = 'Questo campo ha un valore non corretto.';
$_lang['register.password'] = 'Password';
$_lang['register.password_confirm'] = 'Conferma Password';
$_lang['register.password_dont_match'] = 'La password non corrisponde.';
$_lang['register.password_not_confirmed'] = 'Prego confermare la password';
$_lang['register.range_invalid'] = 'Assegnazione del campo non valida.';
$_lang['register.range'] = 'Il suo valore deve essere entro [[+min]] e[[+max]].';
$_lang['register.recaptcha_err_load'] = 'Impossibile caricare il reCaptcha classe di servizio.';
$_lang['register.register'] = 'Registrare';
$_lang['register.spam_blocked'] = 'La tua domanda � stata bloccata da un filtro anti-spam:';
$_lang['register.spam_marked'] = ' � riconosciuto come spam.';
$_lang['register.user_err_save'] = 'Si � verificato un errore durante il tentativo di salvare l\'utente.';
$_lang['register.username'] = 'Nome utente';
$_lang['register.username_taken'] = 'Nome utente gi� in uso. Prego sceglierne un altro';
45 changes: 45 additions & 0 deletions core/components/login/lexicon/it/updateprofile.inc.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?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 Italian lexicon for Login
*
* @package login
* @subpackage lexicon
*/
$_lang['login.address'] = 'Indirizzo';
$_lang['login.city'] = 'Citt�';
$_lang['login.country'] = 'Stato';
$_lang['login.email'] = 'Email';
$_lang['login.email_taken'] = 'L\'e-mail "[[+email]]" � gi� in uso. Assicurarsi che non si � ancora registrati, e in caso contrario, si prega di specificare un altro indirizzo e-mail.';
$_lang['login.fax'] = 'Fax';
$_lang['login.fullname'] = 'Nome completo';
$_lang['login.mobilephone'] = 'Cellulare';
$_lang['login.phone'] = 'Telefono';
$_lang['login.profile_err_nf'] = 'Profilo non trovato!';
$_lang['login.profile_err_save'] = 'Si � verificato un errore sconosciuto durante il tentativo di aggiornare il profilo';
$_lang['login.profile_updated'] = 'Profilo aggiornato.';
$_lang['login.state'] = 'Stato';
$_lang['login.update_profile'] = 'Profile aggiornato';
$_lang['login.username_err_ae'] = 'Nome utente gi� in uso. Prego specificarne un altro.';
$_lang['login.website'] = 'Website';
$_lang['login.zip'] = 'CAP';
2 changes: 1 addition & 1 deletion core/components/login/lexicon/nl/register.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@
$_lang['register.spam_marked'] = ' - gemarkeerd als spam.';
$_lang['register.user_err_save'] = 'Er is een fout opgetreden bij het opslaan van de gebruiker.';
$_lang['register.username'] = 'Gebruikersnaam';
$_lang['register.username_taken'] = 'Gebruikersnaam bestaat reed. Kies een alternatief.';
$_lang['register.username_taken'] = 'Gebruikersnaam bestaat reeds. Kies een alternatief.';