This repository was archived by the owner on Apr 1, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 216
Expand file tree
/
Copy pathusers_lang.php
More file actions
34 lines (33 loc) · 1.48 KB
/
users_lang.php
File metadata and controls
34 lines (33 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?php
/**
* @package CodeIgniter
* @author domProjects Dev Team
* @author Fabio Ingala (italian translation), [email protected], @mr_etabeta
* @copyright Copyright (c) 2015, domProjects, Inc. (http://domProjects.com/)
* @license http://opensource.org/licenses/MIT MIT License
* @link http://domProjects.com
* @since Version 1.0.0
* @filesource
* Updated: 09.09.2017
*/
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['users_action'] = 'Azione';
$lang['users_active'] = 'Attivo';
$lang['users_company'] = 'Società';
$lang['users_create_user'] = 'Aggiungi utente';
$lang['users_created_on'] = 'Aggiunto il';
$lang['users_deactivate_question'] = 'Sei sicuro di voler disattivare l\'utente %s';
$lang['users_edit_user'] = 'Modifica utente';
$lang['users_email'] = 'Email';
$lang['users_firstname'] = 'Nome';
$lang['users_groups'] = 'Gruppo';
$lang['users_inactive'] = 'Non attivo';
$lang['users_ip_address'] = 'Indirizzo IP';
$lang['users_last_login'] = 'Ultimo accesso';
$lang['users_lastname'] = 'Cognome';
$lang['users_member_of_groups'] = 'Membro del gruppo';
$lang['users_password'] = 'Password';
$lang['users_password_confirm'] = 'Conferma password';
$lang['users_phone'] = 'Telefono';
$lang['users_status'] = 'Stato';
$lang['users_username'] = 'Nome utente / Pseudonimo';