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 pathmain_sidebar_lang.php
More file actions
48 lines (37 loc) · 1.97 KB
/
main_sidebar_lang.php
File metadata and controls
48 lines (37 loc) · 1.97 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?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['menu_online'] = 'Online';
$lang['menu_search'] = 'Cerca';
/* * */$lang['menu_access_website'] = 'Vai al sito web';
/* * */$lang['menu_access_website_description'] = 'Vai alla home page del sito web';
/* * */$lang['menu_main_navigation'] = 'Navigazione principale';
/* ****** */$lang['menu_dashboard'] = 'Dashboard';
/* * */$lang['menu_administration'] = 'Amministrazione';
/* ****** */$lang['menu_users'] = 'Utenti';
/* *********** */$lang['menu_users_profile'] = 'Profilo';
/* *********** */$lang['menu_users_deactivate'] = 'Disattiva';
/* *********** */$lang['menu_users_create'] = 'Crea';
/* *********** */$lang['menu_users_edit'] = 'Modifica';
/* ****** */$lang['menu_security_groups'] = 'Gruppo sicurezza';
/* *********** */$lang['menu_groups_create'] = 'Crea';
/* *********** */$lang['menu_groups_edit'] = 'Modifica';
/* ****** */$lang['menu_preferences'] = 'Preferenze';
/* *********** */$lang['menu_interfaces'] = 'Interfaccia';
/* **************** */$lang['menu_int_admin'] = 'Administrazione';
/* **************** */$lang['menu_int_public'] = 'Publico';
/* ****** */$lang['menu_files'] = 'Files';
/* ****** */$lang['menu_database_utility'] = 'Utility per database';
/* * */$lang['menu_webapp'] = 'Web application';
/* ****** */$lang['menu_license'] = 'Licenza';
/* ****** */$lang['menu_resources'] = 'Risorse';