From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- interface/web/sites/lib/lang/it.lng | 50 ++++++++++++++++++++++++++++++-------------------- 1 files changed, 30 insertions(+), 20 deletions(-) diff --git a/interface/web/sites/lib/lang/it.lng b/interface/web/sites/lib/lang/it.lng index 7bd6949..62f50b7 100644 --- a/interface/web/sites/lib/lang/it.lng +++ b/interface/web/sites/lib/lang/it.lng @@ -1,25 +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['Stats'] = 'Statistics'; -$wb['Website'] = 'Website'; -$wb['Cron'] = 'Cron'; -$wb['Cron Jobs'] = 'Cron Jobs'; -$wb['Statistics'] = 'Statistics'; -$wb['Web traffic'] = 'Web Traffic'; -$wb['Webdav-User'] = 'Webdav User'; -$wb['Webdav'] = 'Webdav'; -$wb['Website quota (Harddisk)'] = 'Website quota (Harddisk)'; +$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