From 526b997c9891a796b152cdbab8e329b356b1f596 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Fri, 22 Feb 2013 08:59:02 -0500 Subject: [PATCH] Merged revisions 3803-3844 from stable branch. --- interface/web/sites/lib/lang/it.lng | 41 ++++++++++++++++++++++++++++++----------- 1 files changed, 30 insertions(+), 11 deletions(-) diff --git a/interface/web/sites/lib/lang/it.lng b/interface/web/sites/lib/lang/it.lng index 30e1956..62f50b7 100644 --- a/interface/web/sites/lib/lang/it.lng +++ b/interface/web/sites/lib/lang/it.lng @@ -1,16 +1,35 @@ <?php -$wb['Database'] = 'Database'; +$wb['Websites'] = 'Siti'; +$wb['Website'] = 'Siti'; +$wb['Subdomain'] = 'Sottodomini'; +$wb['Aliasdomain'] = 'Alias dominio'; +$wb['Database'] = 'Databases'; +$wb['Web Access'] = 'Web Access'; +$wb['FTP-User'] = 'Utente FTP'; +$wb['Webdav-User'] = 'Utente Webdav'; +$wb['Folder'] = 'Protected Folders'; +$wb['Folder users'] = 'Protected Folder Users'; +$wb['Command Line'] = 'Command Line'; +$wb['Shell-User'] = 'Utente Shell'; +$wb['Cron Jobs'] = 'Cron Jobs'; +$wb['Statistics'] = 'Statistiche'; +$wb['Web traffic'] = 'Traffico web'; +$wb['Website quota (Harddisk)'] = 'Quota sito web (Harddisk)'; +$wb['Cron'] = 'Cron'; +$wb['Stats'] = 'Statistiche'; +$wb['Shell'] = 'Shell'; +$wb['Webdav'] = 'WebDAV'; +$wb['FTP'] = 'FTP'; $wb['Options'] = 'Opzioni'; -$wb['Shell User'] = 'Utente Shell'; -$wb['Domain'] = 'Domini'; +$wb['Domain'] = 'Dominio'; $wb['Redirect'] = 'Redirect'; $wb['SSL'] = 'SSL'; -$wb['Subdomain'] = 'Sottodomini'; -$wb['Sites'] = 'Sites'; -$wb['Aliasdomain'] = 'Alias domini'; -$wb['FTP-User'] = 'Utenti FTP'; -$wb['FTP'] = 'FTP'; -$wb['Shell-User'] = 'Utenti Shell'; -$wb['Shell'] = 'Shell'; -$wb['Websites'] = 'Siti'; +$wb['Sites'] = 'Sito web'; +$wb['Database User'] = 'Database Users'; +$wb['APS Installer'] = 'APS Installer'; +$wb['Available packages'] = 'Available packages'; +$wb['Installed packages'] = 'Installed packages'; +$wb['Update Packagelist'] = 'Update Packagelist'; +$wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)'; +$wb['error_proxy_requires_url'] = 'Redirect Type \\"proxy\\" requires a URL as the redirect path.'; ?> -- Gitblit v1.9.1