1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-11 08:36:18 +02:00
Files
php-monstra/plugins/box/users/languages/it.lang.php
2013-01-04 21:08:04 +02:00

66 lines
3.3 KiB
PHP

<?php
return array(
'users' => array(
'Users' => 'Utenti',
'Login' => 'Login',
'Password' => 'Password',
'Email' => 'E-mail',
'Registered' => 'Registrato',
'Role' => 'Ruolo',
'Roles' => 'Ruoli',
'Actions' => 'Azioni',
'Edit' => 'Modifica',
'Delete' => 'Cancella',
'Enter' => 'Entra',
'Logout' => 'Esci',
'New User Registration' => 'Crea un account',
'Register new user' => 'Crea un account',
'Delete user: :user' => 'Elimina utente: :user',
'User <i>:user</i> have been deleted.' => 'Utente <i>:user</i> è stato eliminato.',
'This user already exists' => 'Tale utente è già esistente',
'This email already exists' => 'Tale ta email è già esistente',
'Changes saved' => 'Le modifiche sono state salvate',
'Wrong old password' => 'Vecchia password errata',
'Admin' => 'Amministratore',
'User' => 'Utente',
'Editor' => 'Editore',
'Register' => 'Registrazione',
'Edit profile' => 'Modifica profilo',
'Save' => 'Salva',
'Firstname' => 'Nome',
'Lastname' => 'Cognome',
'Old password' => 'Vecchia password',
'New password' => 'Nuova password',
'Welcome' => 'Benvenuto',
'Wrong <b>username</b> or <b>password</b>' => '<b>username</b> o <b>password</b> errata',
'Your changes have been saved.' => 'Le modifiche sono state salvate.',
'New user have been registered.' => 'Nuovo utente è stato registrato.',
'Captcha' => 'Codice captcha',
'Registration' => 'Registrazione',
'Username' => 'Nome utente',
'User email is invalid' => 'E-mail non valido',
'Reset Password' => 'Resetta la password',
'Send New Password' => 'Invia la password',
'Users - Profile' => 'Utenti - Profilo',
'Users - Edit Profile' => 'Utenti - Modifica profilo',
'Users - Login' => 'Utenti - Login',
'Users - Registration' => 'Utenti - Registrazione',
'Users - Password Recover' => 'Utenti - Password Recovery',
'New Password' => 'Nuova password',
'Forgot your password?' => 'Password dimenticata?',
'New password has been sent' => 'Nuova password è stata inviata',
'Monstra says: This is not your profile...' => 'Monstra dice: Questo non è il tuo profilo.',
'User registration is closed.' => 'Registrazione utenti è chiusa.',
'Allow user registration' => 'Consenti registrazione utenti.',
'Required field' => 'Campo obbligatorio',
'This user doesnt exist' => 'Tale utente non esiste',
'Captcha code is wrong' => 'Codice captcha errato',
'Your login details for :site_name has been sent' => 'I tuoi dati di accesso :site_name sono stati inviati',
'Your new password for :site_name' => 'La tua nuova password per :site_name',
'Your login details for :site_name' => 'I tuoi dati di accesso per :site_name',
'About Me' => 'Su di me',
'Profile' => 'Profilo',
)
);