From 39edfec85487f7de81fbade3c31bf2de4fabff9f Mon Sep 17 00:00:00 2001 From: redray <redray@ispconfig3> Date: Mon, 15 Dec 2008 13:04:21 -0500 Subject: [PATCH] removed "options indexes" --- interface/web/admin/lib/lang/it_filesync.lng | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/interface/web/admin/lib/lang/it_filesync.lng b/interface/web/admin/lib/lang/it_filesync.lng index b177eaf..52bdb38 100644 --- a/interface/web/admin/lib/lang/it_filesync.lng +++ b/interface/web/admin/lib/lang/it_filesync.lng @@ -1,12 +1,12 @@ <?php -$wb["jobname_txt"] = 'Jobname'; -$wb["jobname_err"] = 'Jobname vuoto.'; -$wb["sync_interval_minutes_txt"] = 'Intervallo (Min.)'; -$wb["ftp_host_txt"] = 'Host FTP'; -$wb["ftp_path_txt"] = 'Path FTP'; -$wb["ftp_username_txt"] = 'Utente FTP'; -$wb["ftp_password_txt"] = 'Password FTP'; -$wb["local_path_txt"] = 'Path Locale'; -$wb["wput_options_txt"] = 'Optioni Wput'; -$wb["active_txt"] = 'Attivo'; -?> \ No newline at end of file +$wb['jobname_txt'] = 'Jobname'; +$wb['jobname_err'] = 'Jobname is empty.'; +$wb['sync_interval_minutes_txt'] = 'Intervall (Min.)'; +$wb['ftp_host_txt'] = 'FTP Host'; +$wb['ftp_path_txt'] = 'FTP Path'; +$wb['ftp_username_txt'] = 'FTP User'; +$wb['ftp_password_txt'] = 'FTP Password'; +$wb['local_path_txt'] = 'Local Path'; +$wb['wput_options_txt'] = 'Wput Options'; +$wb['active_txt'] = 'Aktive'; +?> -- Gitblit v1.9.1