From 2cb1563f63386b35a69e460051aa9b4a2851d104 Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Wed, 30 May 2012 07:30:44 -0400 Subject: [PATCH] - Added (clickable) placeholders to client messaging function. - Added check so that the client password isn't inserted into the message (for security reasons). --- interface/web/sites/lib/lang/it.lng | 20 ++++++++++++++------ 1 files changed, 14 insertions(+), 6 deletions(-) diff --git a/interface/web/sites/lib/lang/it.lng b/interface/web/sites/lib/lang/it.lng index 8704e12..1c65729 100644 --- a/interface/web/sites/lib/lang/it.lng +++ b/interface/web/sites/lib/lang/it.lng @@ -2,16 +2,24 @@ $wb['Database'] = 'Database'; $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['Sites'] = 'Siti'; +$wb['Aliasdomain'] = 'Alias dominio'; +$wb['FTP-User'] = 'Utente FTP'; $wb['FTP'] = 'FTP'; -$wb['Shell-User'] = 'Utenti Shell'; +$wb['Shell-User'] = 'Utente Shell'; $wb['Shell'] = 'Shell'; $wb['Websites'] = 'Siti'; -$wb['Stats'] = 'Statistics'; +$wb['Stats'] = 'Statistiche'; +$wb['Website'] = 'Sito web'; +$wb['Cron'] = 'Cron'; +$wb['Cron Jobs'] = 'Cron Jobs'; +$wb['Statistics'] = 'Statistiche'; +$wb['Web traffic'] = 'Traffico web'; +$wb['Webdav-User'] = 'Utente Webdav'; +$wb['Webdav'] = 'Webdav'; +$wb['Website quota (Harddisk)'] = 'Quota sito web (Harddisk)'; ?> -- Gitblit v1.9.1