remove unuused lang-indeces

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2015-02-07 10:56:22 +01:00
parent 332cb64b71
commit 38b7d44e3a

View File

@@ -444,7 +444,6 @@ $lng['error']['stringformaterror'] = 'Il valore per il campo "%s" non è nel for
$lng['admin']['phpversion'] = 'Versione PHP';
$lng['admin']['mysqlserverversion'] = 'Versione MySQL Server';
$lng['admin']['mysqlclientversion'] = 'Version MySQL Client';
$lng['admin']['webserverinterface'] = 'Interfaccia Webserver';
$lng['domains']['isassigneddomain'] = 'È dominio assegnato';
$lng['serversettings']['phpappendopenbasedir']['title'] = 'Percoso da aggiungere a OpenBasedir';
@@ -1072,7 +1071,6 @@ $lng['crondesc']['cron_legacy'] = 'legacy (vecchi) cronjob';
$lng['crondesc']['cron_traffic'] = 'calcolo del traffico';
$lng['crondesc']['cron_ticketsreset'] = 'reset dei contatori dei ticket';
$lng['crondesc']['cron_ticketarchive'] = 'archiviazione vecchi ticket';
$lng['cronmgmt']['seconds'] = 'secondi';
$lng['cronmgmt']['minutes'] = 'minuti';
$lng['cronmgmt']['hours'] = 'ore';
$lng['cronmgmt']['days'] = 'giorni';
@@ -1253,7 +1251,6 @@ $lng['serversettings']['phpreload_command']['description'] = 'questo viene utili
$lng['error']['intvaluetoolow'] = 'Il numero dato è troppo basso (campo %s)';
$lng['error']['intvaluetoohigh'] = 'Il numero dato è troppo alto (campo %s)';
$lng['admin']['phpfpm_settings'] = 'PHP-FPM';
$lng['serversettings']['phpfpm'] = 'Abilita php-fpm';
$lng['serversettings']['phpfpm_settings']['configdir'] = 'Cartella di configurazione php-fpm';
$lng['serversettings']['phpfpm_settings']['reload'] = 'comando di riavvio php-fpm';
$lng['serversettings']['phpfpm_settings']['pm'] = 'Gestore processi (pm)';