From 8a072e707ee4e5bbf0ac3b77eb426428f2d6b308 Mon Sep 17 00:00:00 2001 From: wyrie <wyrie@ispconfig3> Date: Wed, 20 Jan 2010 08:24:27 -0500 Subject: [PATCH] Fixed: FS#1034 - Gentoo portage sync too frequent --- interface/web/sites/lib/lang/en_ftp_user.lng | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/interface/web/sites/lib/lang/en_ftp_user.lng b/interface/web/sites/lib/lang/en_ftp_user.lng index e6b5557..f5b1116 100644 --- a/interface/web/sites/lib/lang/en_ftp_user.lng +++ b/interface/web/sites/lib/lang/en_ftp_user.lng @@ -3,12 +3,11 @@ $wb["gid_txt"] = 'GID'; $wb["dir_txt"] = 'Directory'; $wb["quota_files_txt"] = 'Filequota'; +$wb["quota_files_unity_txt"] = 'Files'; $wb["ul_ratio_txt"] = 'Uploadratio'; $wb["dl_ratio_txt"] = 'Downloadratio'; $wb["ul_bandwidth_txt"] = 'Uploadbandwidth'; $wb["dl_bandwidth_txt"] = 'Downloadbandwidth'; -$wb["btn_save_txt"] = 'Save'; -$wb["btn_cancel_txt"] = 'Cancel'; $wb["server_id_txt"] = 'Server'; $wb["parent_domain_id_txt"] = 'Website'; $wb["username_txt"] = 'Username'; @@ -24,4 +23,6 @@ $wb["uid_error_empty"] = 'UID empty.'; $wb["uid_error_empty"] = 'GID empty.'; $wb["directory_error_empty"] = 'Directory empty.'; +$wb['directory_error_notinweb'] = 'Directory not inside of web root directory.'; +$wb["parent_domain_id_error_empty"] = 'No website selected.'; ?> -- Gitblit v1.9.1