mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-01 10:50:37 +02:00
Italian language
This commit is contained in:
65
plugins/box/users/languages/it.lang.php
Normal file
65
plugins/box/users/languages/it.lang.php
Normal file
@@ -0,0 +1,65 @@
|
||||
<?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 field should not be empty' => 'Questo campo non può essere vuoto',
|
||||
'This user alredy exist' => 'Questo utente è 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 del profilo utente',
|
||||
'Save' => 'Salva',
|
||||
'Firstname' => 'Nome',
|
||||
'Lastname' => 'Cognome',
|
||||
'Old password' => 'Vecchia password',
|
||||
'New password' => 'Nuova password',
|
||||
'Welcome' => 'Benvenuto',
|
||||
'Wrong <b>login</b> or <b>password</b>' => '<b>Login</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' => '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',
|
||||
'This user doesnt alredy exist' => 'Questo utente non esiste',
|
||||
'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?' => 'Dimenticato la password?',
|
||||
'New password has been sent' => 'La 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' => 'Questo utente non esiste',
|
||||
'Captcha code is wrong' => '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',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user