From 86e3d5c219c529e1f1ee4800687d7e1d3dbc3c3a Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Wed, 16 May 2012 09:20:46 -0400
Subject: [PATCH] - Fixed FS#2238.

---
 interface/web/sites/lib/lang/hu_webdav_user.lng |   30 +-
 interface/web/sites/lib/lang/ar_webdav_user.lng |   30 +-
 interface/web/sites/lib/lang/ru_webdav_user.lng |   30 +-
 interface/web/sites/lib/lang/ar_shell_user.lng  |   46 +-
 interface/web/sites/lib/lang/se_webdav_user.lng |   30 +-
 interface/web/sites/lib/lang/it_shell_user.lng  |   46 +-
 interface/web/sites/lib/lang/se_ftp_user.lng    |   56 +-
 interface/web/sites/lib/lang/es_webdav_user.lng |   30 +-
 interface/web/sites/lib/lang/fi_webdav_user.lng |   30 +-
 interface/web/sites/lib/lang/cz_webdav_user.lng |   30 +-
 interface/web/sites/lib/lang/br_webdav_user.lng |   30 +-
 interface/web/sites/lib/lang/pt_webdav_user.lng |   30 +-
 interface/web/sites/lib/lang/sk_webdav_user.lng |   30 +-
 interface/web/sites/lib/lang/ro_webdav_user.lng |   30 +-
 interface/web/sites/lib/lang/tr_webdav_user.lng |   30 +-
 interface/web/sites/lib/lang/se_shell_user.lng  |   46 +-
 interface/web/sites/lib/lang/en_webdav_user.lng |   31 +-
 interface/web/sites/lib/lang/ja_webdav_user.lng |   30 +-
 interface/web/sites/lib/lang/en_shell_user.lng  |   47 +-
 interface/web/sites/lib/lang/it_ftp_user.lng    |   56 +-
 interface/web/sites/lib/lang/bg_webdav_user.lng |   30 +-
 interface/web/sites/lib/lang/en_ftp_user.lng    |   57 +-
 interface/web/sites/lib/lang/it_webdav_user.lng |   30 +-
 interface/web/sites/lib/lang/ar_ftp_user.lng    |   56 +-
 24 files changed, 444 insertions(+), 447 deletions(-)

diff --git a/interface/web/sites/lib/lang/ar_ftp_user.lng b/interface/web/sites/lib/lang/ar_ftp_user.lng
index f0f2a6e..08a7519 100644
--- a/interface/web/sites/lib/lang/ar_ftp_user.lng
+++ b/interface/web/sites/lib/lang/ar_ftp_user.lng
@@ -1,30 +1,30 @@
 <?php
-$wb['uid_txt'] = 'UID';
-$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['server_id_txt'] = 'Server';
-$wb['parent_domain_id_txt'] = 'Website';
-$wb['username_txt'] = 'Username';
-$wb['password_txt'] = 'Password';
-$wb['password_strength_txt'] = 'Password strength';
-$wb['quota_size_txt'] = 'Harddisk-Quota';
-$wb['active_txt'] = 'Active';
-$wb['limit_ftp_user_txt'] = 'The max. number of FTP users for your account is reached.';
-$wb['username_error_empty'] = 'Username is empty.';
-$wb['username_error_unique'] = 'The username must be unique.';
-$wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
-$wb['quota_size_error_empty'] = 'Quota is 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.';
-$wb['quota_size_error_regex'] = 'Quota: enter a -1 for unlimited or a number > 0';
-$wb['dir_dot_error'] = 'No .. in path allowed.';
-$wb['dir_slashdot_error'] = 'No ./ in path allowed.';
+$wb['uid_txt'] = "UID";
+$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['server_id_txt'] = "Server";
+$wb['parent_domain_id_txt'] = "Website";
+$wb['username_txt'] = "Username";
+$wb['password_txt'] = "Password";
+$wb['password_strength_txt'] = "Password strength";
+$wb['quota_size_txt'] = "Harddisk-Quota";
+$wb['active_txt'] = "Active";
+$wb['limit_ftp_user_txt'] = "The max. number of FTP users for your account is reached.";
+$wb['username_error_empty'] = "Username is empty.";
+$wb['username_error_unique'] = "The username must be unique.";
+$wb['username_error_regex'] = "The username contains characters that are not allowed.";
+$wb['quota_size_error_empty'] = "Quota is 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.";
+$wb['quota_size_error_regex'] = "Quota: enter a -1 for unlimited or a number > 0";
+$wb['dir_dot_error'] = "No .. in path allowed.";
+$wb['dir_slashdot_error'] = "No ./ in path allowed.";
 ?>
diff --git a/interface/web/sites/lib/lang/ar_shell_user.lng b/interface/web/sites/lib/lang/ar_shell_user.lng
index 825de79..0546262 100644
--- a/interface/web/sites/lib/lang/ar_shell_user.lng
+++ b/interface/web/sites/lib/lang/ar_shell_user.lng
@@ -1,25 +1,25 @@
 <?php
-$wb['shell_txt'] = 'Shell';
-$wb['dir_txt'] = 'Dir';
-$wb['server_id_txt'] = 'Server';
-$wb['parent_domain_id_txt'] = 'Site';
-$wb['username_txt'] = 'Username';
-$wb['password_txt'] = 'Password';
-$wb['password_strength_txt'] = 'Password strength';
-$wb['chroot_txt'] = 'Chroot Shell';
-$wb['quota_size_txt'] = 'Quota';
-$wb['active_txt'] = 'Active';
-$wb['username_error_empty'] = 'Username is empty.';
-$wb['username_error_unique'] = 'The username must be unique.';
-$wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
-$wb['quota_size_error_empty'] = 'Quota is empty.';
-$wb['uid_error_empty'] = 'GID empty.';
-$wb['directory_error_empty'] = 'Directory empty.';
-$wb['limit_shell_user_txt'] = 'The max number of shell users is reached.';
-$wb['parent_domain_id_error_empty'] = 'No website selected.';
-$wb['puser_txt'] = 'Web Username';
-$wb['pgroup_txt'] = 'Web Group';
-$wb['ssh_rsa_txt'] = 'SSH-RSA Public Key (for key-based logins)';
-$wb['dir_dot_error'] = 'No .. in path allowed.';
-$wb['dir_slashdot_error'] = 'No ./ in path allowed.';
+$wb['shell_txt'] = "Shell";
+$wb['dir_txt'] = "Dir";
+$wb['server_id_txt'] = "Server";
+$wb['parent_domain_id_txt'] = "Site";
+$wb['username_txt'] = "Username";
+$wb['password_txt'] = "Password";
+$wb['password_strength_txt'] = "Password strength";
+$wb['chroot_txt'] = "Chroot Shell";
+$wb['quota_size_txt'] = "Quota";
+$wb['active_txt'] = "Active";
+$wb['username_error_empty'] = "Username is empty.";
+$wb['username_error_unique'] = "The username must be unique.";
+$wb['username_error_regex'] = "The username contains characters that are not allowed.";
+$wb['quota_size_error_empty'] = "Quota is empty.";
+$wb['uid_error_empty'] = "GID empty.";
+$wb['directory_error_empty'] = "Directory empty.";
+$wb['limit_shell_user_txt'] = "The max number of shell users is reached.";
+$wb['parent_domain_id_error_empty'] = "No website selected.";
+$wb['puser_txt'] = "Web Username";
+$wb['pgroup_txt'] = "Web Group";
+$wb['ssh_rsa_txt'] = "SSH-RSA Public Key (for key-based logins)";
+$wb['dir_dot_error'] = "No .. in path allowed.";
+$wb['dir_slashdot_error'] = "No ./ in path allowed.";
 ?>
diff --git a/interface/web/sites/lib/lang/ar_webdav_user.lng b/interface/web/sites/lib/lang/ar_webdav_user.lng
index 137c388..fab407a 100644
--- a/interface/web/sites/lib/lang/ar_webdav_user.lng
+++ b/interface/web/sites/lib/lang/ar_webdav_user.lng
@@ -1,17 +1,17 @@
 <?php
-$wb['dir_txt'] = 'Directory';
-$wb['server_id_txt'] = 'Server';
-$wb['parent_domain_id_txt'] = 'Website';
-$wb['username_txt'] = 'Username';
-$wb['password_txt'] = 'Password';
-$wb['password_strength_txt'] = 'Password strength';
-$wb['active_txt'] = 'Active';
-$wb['limit_webdav_user_txt'] = 'The max. number of webdav users for your account is reached.';
-$wb['username_error_empty'] = 'Username is empty.';
-$wb['username_error_unique'] = 'The username must be unique.';
-$wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
-$wb['directory_error_empty'] = 'Directory empty.';
-$wb['parent_domain_id_error_empty'] = 'No website selected.';
-$wb['dir_dot_error'] = 'No .. in path allowed.';
-$wb['dir_slashdot_error'] = 'No ./ in path allowed.';
+$wb['dir_txt'] = "Directory";
+$wb['server_id_txt'] = "Server";
+$wb['parent_domain_id_txt'] = "Website";
+$wb['username_txt'] = "Username";
+$wb['password_txt'] = "Password";
+$wb['password_strength_txt'] = "Password strength";
+$wb['active_txt'] = "Active";
+$wb['limit_webdav_user_txt'] = "The max. number of webdav users for your account is reached.";
+$wb['username_error_empty'] = "Username is empty.";
+$wb['username_error_unique'] = "The username must be unique.";
+$wb['username_error_regex'] = "The username contains characters that are not allowed.";
+$wb['directory_error_empty'] = "Directory empty.";
+$wb['parent_domain_id_error_empty'] = "No website selected.";
+$wb['dir_dot_error'] = "No .. in path allowed.";
+$wb['dir_slashdot_error'] = "No ./ in path allowed.";
 ?>
diff --git a/interface/web/sites/lib/lang/bg_webdav_user.lng b/interface/web/sites/lib/lang/bg_webdav_user.lng
index 137c388..fab407a 100644
--- a/interface/web/sites/lib/lang/bg_webdav_user.lng
+++ b/interface/web/sites/lib/lang/bg_webdav_user.lng
@@ -1,17 +1,17 @@
 <?php
-$wb['dir_txt'] = 'Directory';
-$wb['server_id_txt'] = 'Server';
-$wb['parent_domain_id_txt'] = 'Website';
-$wb['username_txt'] = 'Username';
-$wb['password_txt'] = 'Password';
-$wb['password_strength_txt'] = 'Password strength';
-$wb['active_txt'] = 'Active';
-$wb['limit_webdav_user_txt'] = 'The max. number of webdav users for your account is reached.';
-$wb['username_error_empty'] = 'Username is empty.';
-$wb['username_error_unique'] = 'The username must be unique.';
-$wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
-$wb['directory_error_empty'] = 'Directory empty.';
-$wb['parent_domain_id_error_empty'] = 'No website selected.';
-$wb['dir_dot_error'] = 'No .. in path allowed.';
-$wb['dir_slashdot_error'] = 'No ./ in path allowed.';
+$wb['dir_txt'] = "Directory";
+$wb['server_id_txt'] = "Server";
+$wb['parent_domain_id_txt'] = "Website";
+$wb['username_txt'] = "Username";
+$wb['password_txt'] = "Password";
+$wb['password_strength_txt'] = "Password strength";
+$wb['active_txt'] = "Active";
+$wb['limit_webdav_user_txt'] = "The max. number of webdav users for your account is reached.";
+$wb['username_error_empty'] = "Username is empty.";
+$wb['username_error_unique'] = "The username must be unique.";
+$wb['username_error_regex'] = "The username contains characters that are not allowed.";
+$wb['directory_error_empty'] = "Directory empty.";
+$wb['parent_domain_id_error_empty'] = "No website selected.";
+$wb['dir_dot_error'] = "No .. in path allowed.";
+$wb['dir_slashdot_error'] = "No ./ in path allowed.";
 ?>
diff --git a/interface/web/sites/lib/lang/br_webdav_user.lng b/interface/web/sites/lib/lang/br_webdav_user.lng
index 137c388..fab407a 100644
--- a/interface/web/sites/lib/lang/br_webdav_user.lng
+++ b/interface/web/sites/lib/lang/br_webdav_user.lng
@@ -1,17 +1,17 @@
 <?php
-$wb['dir_txt'] = 'Directory';
-$wb['server_id_txt'] = 'Server';
-$wb['parent_domain_id_txt'] = 'Website';
-$wb['username_txt'] = 'Username';
-$wb['password_txt'] = 'Password';
-$wb['password_strength_txt'] = 'Password strength';
-$wb['active_txt'] = 'Active';
-$wb['limit_webdav_user_txt'] = 'The max. number of webdav users for your account is reached.';
-$wb['username_error_empty'] = 'Username is empty.';
-$wb['username_error_unique'] = 'The username must be unique.';
-$wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
-$wb['directory_error_empty'] = 'Directory empty.';
-$wb['parent_domain_id_error_empty'] = 'No website selected.';
-$wb['dir_dot_error'] = 'No .. in path allowed.';
-$wb['dir_slashdot_error'] = 'No ./ in path allowed.';
+$wb['dir_txt'] = "Directory";
+$wb['server_id_txt'] = "Server";
+$wb['parent_domain_id_txt'] = "Website";
+$wb['username_txt'] = "Username";
+$wb['password_txt'] = "Password";
+$wb['password_strength_txt'] = "Password strength";
+$wb['active_txt'] = "Active";
+$wb['limit_webdav_user_txt'] = "The max. number of webdav users for your account is reached.";
+$wb['username_error_empty'] = "Username is empty.";
+$wb['username_error_unique'] = "The username must be unique.";
+$wb['username_error_regex'] = "The username contains characters that are not allowed.";
+$wb['directory_error_empty'] = "Directory empty.";
+$wb['parent_domain_id_error_empty'] = "No website selected.";
+$wb['dir_dot_error'] = "No .. in path allowed.";
+$wb['dir_slashdot_error'] = "No ./ in path allowed.";
 ?>
diff --git a/interface/web/sites/lib/lang/cz_webdav_user.lng b/interface/web/sites/lib/lang/cz_webdav_user.lng
index 137c388..fab407a 100644
--- a/interface/web/sites/lib/lang/cz_webdav_user.lng
+++ b/interface/web/sites/lib/lang/cz_webdav_user.lng
@@ -1,17 +1,17 @@
 <?php
-$wb['dir_txt'] = 'Directory';
-$wb['server_id_txt'] = 'Server';
-$wb['parent_domain_id_txt'] = 'Website';
-$wb['username_txt'] = 'Username';
-$wb['password_txt'] = 'Password';
-$wb['password_strength_txt'] = 'Password strength';
-$wb['active_txt'] = 'Active';
-$wb['limit_webdav_user_txt'] = 'The max. number of webdav users for your account is reached.';
-$wb['username_error_empty'] = 'Username is empty.';
-$wb['username_error_unique'] = 'The username must be unique.';
-$wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
-$wb['directory_error_empty'] = 'Directory empty.';
-$wb['parent_domain_id_error_empty'] = 'No website selected.';
-$wb['dir_dot_error'] = 'No .. in path allowed.';
-$wb['dir_slashdot_error'] = 'No ./ in path allowed.';
+$wb['dir_txt'] = "Directory";
+$wb['server_id_txt'] = "Server";
+$wb['parent_domain_id_txt'] = "Website";
+$wb['username_txt'] = "Username";
+$wb['password_txt'] = "Password";
+$wb['password_strength_txt'] = "Password strength";
+$wb['active_txt'] = "Active";
+$wb['limit_webdav_user_txt'] = "The max. number of webdav users for your account is reached.";
+$wb['username_error_empty'] = "Username is empty.";
+$wb['username_error_unique'] = "The username must be unique.";
+$wb['username_error_regex'] = "The username contains characters that are not allowed.";
+$wb['directory_error_empty'] = "Directory empty.";
+$wb['parent_domain_id_error_empty'] = "No website selected.";
+$wb['dir_dot_error'] = "No .. in path allowed.";
+$wb['dir_slashdot_error'] = "No ./ in path allowed.";
 ?>
diff --git a/interface/web/sites/lib/lang/en_ftp_user.lng b/interface/web/sites/lib/lang/en_ftp_user.lng
index 4598b03..08a7519 100644
--- a/interface/web/sites/lib/lang/en_ftp_user.lng
+++ b/interface/web/sites/lib/lang/en_ftp_user.lng
@@ -1,31 +1,30 @@
 <?php
-$wb["uid_txt"] = 'UID';
-$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["server_id_txt"] = 'Server';
-$wb["parent_domain_id_txt"] = 'Website';
-$wb["username_txt"] = 'Username';
-$wb["password_txt"] = 'Password';
-$wb["password_strength_txt"] = 'Password strength';
-$wb["quota_size_txt"] = 'Harddisk-Quota';
-$wb["active_txt"] = 'Active';
-$wb["limit_ftp_user_txt"] = 'The max. number of FTP users for your account is reached.';
-$wb["username_error_empty"] = 'Username is empty.';
-$wb["username_error_unique"] = 'The username must be unique.';
-$wb["username_error_regex"] = 'The username contains charachters that are not allowed.';
-$wb["quota_size_error_empty"] = 'Quota is empty.';
-$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.';
-$wb["quota_size_error_regex"] = 'Quota: enter a -1 for unlimited or a number > 0';
-$wb['dir_dot_error'] = 'No .. in path allowed.';
-$wb['dir_slashdot_error'] = 'No ./ in path allowed.';
+$wb['uid_txt'] = "UID";
+$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['server_id_txt'] = "Server";
+$wb['parent_domain_id_txt'] = "Website";
+$wb['username_txt'] = "Username";
+$wb['password_txt'] = "Password";
+$wb['password_strength_txt'] = "Password strength";
+$wb['quota_size_txt'] = "Harddisk-Quota";
+$wb['active_txt'] = "Active";
+$wb['limit_ftp_user_txt'] = "The max. number of FTP users for your account is reached.";
+$wb['username_error_empty'] = "Username is empty.";
+$wb['username_error_unique'] = "The username must be unique.";
+$wb['username_error_regex'] = "The username contains characters that are not allowed.";
+$wb['quota_size_error_empty'] = "Quota is 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.";
+$wb['quota_size_error_regex'] = "Quota: enter a -1 for unlimited or a number > 0";
+$wb['dir_dot_error'] = "No .. in path allowed.";
+$wb['dir_slashdot_error'] = "No ./ in path allowed.";
 ?>
diff --git a/interface/web/sites/lib/lang/en_shell_user.lng b/interface/web/sites/lib/lang/en_shell_user.lng
index b703ad0..3fa4e9e 100644
--- a/interface/web/sites/lib/lang/en_shell_user.lng
+++ b/interface/web/sites/lib/lang/en_shell_user.lng
@@ -1,26 +1,25 @@
 <?php
-$wb["puser_txt"] = 'Web Username';
-$wb["pgroup_txt"] = 'Web Group';
-$wb["shell_txt"] = 'Shell';
-$wb["dir_txt"] = 'Dir';
-$wb["server_id_txt"] = 'Server';
-$wb["parent_domain_id_txt"] = 'Site';
-$wb["username_txt"] = 'Username';
-$wb["password_txt"] = 'Password';
-$wb["password_strength_txt"] = 'Password strength';
-$wb["chroot_txt"] = 'Chroot Shell';
-$wb["quota_size_txt"] = 'Quota';
-$wb["active_txt"] = 'Active';
-$wb["username_error_empty"] = 'Username is empty.';
-$wb["username_error_unique"] = 'The username must be unique.';
-$wb["username_error_regex"] = 'The username contains charachters that are not allowed.';
-$wb["quota_size_error_empty"] = 'Quota is empty.';
-$wb["uid_error_empty"] = 'UID empty.';
-$wb["uid_error_empty"] = 'GID empty.';
-$wb["directory_error_empty"] = 'Directory empty.';
-$wb["limit_shell_user_txt"] = 'The max number of shell users is reached.';
-$wb["parent_domain_id_error_empty"] = 'No website selected.';
-$wb["ssh_rsa_txt"] = 'SSH-RSA Public Key (for key-based logins)';
-$wb['dir_dot_error'] = 'No .. in path allowed.';
-$wb['dir_slashdot_error'] = 'No ./ in path allowed.';
+$wb['puser_txt'] = "Web Username";
+$wb['pgroup_txt'] = "Web Group";
+$wb['shell_txt'] = "Shell";
+$wb['dir_txt'] = "Dir";
+$wb['server_id_txt'] = "Server";
+$wb['parent_domain_id_txt'] = "Site";
+$wb['username_txt'] = "Username";
+$wb['password_txt'] = "Password";
+$wb['password_strength_txt'] = "Password strength";
+$wb['chroot_txt'] = "Chroot Shell";
+$wb['quota_size_txt'] = "Quota";
+$wb['active_txt'] = "Active";
+$wb['username_error_empty'] = "Username is empty.";
+$wb['username_error_unique'] = "The username must be unique.";
+$wb['username_error_regex'] = "The username contains characters that are not allowed.";
+$wb['quota_size_error_empty'] = "Quota is empty.";
+$wb['uid_error_empty'] = "GID empty.";
+$wb['directory_error_empty'] = "Directory empty.";
+$wb['limit_shell_user_txt'] = "The max number of shell users is reached.";
+$wb['parent_domain_id_error_empty'] = "No website selected.";
+$wb['ssh_rsa_txt'] = "SSH-RSA Public Key (for key-based logins)";
+$wb['dir_dot_error'] = "No .. in path allowed.";
+$wb['dir_slashdot_error'] = "No ./ in path allowed.";
 ?>
diff --git a/interface/web/sites/lib/lang/en_webdav_user.lng b/interface/web/sites/lib/lang/en_webdav_user.lng
index 3d43cfc..fab407a 100644
--- a/interface/web/sites/lib/lang/en_webdav_user.lng
+++ b/interface/web/sites/lib/lang/en_webdav_user.lng
@@ -1,18 +1,17 @@
 <?php
-$wb["dir_txt"] = 'Directory';
-$wb["server_id_txt"] = 'Server';
-$wb["parent_domain_id_txt"] = 'Website';
-$wb["username_txt"] = 'Username';
-$wb["password_txt"] = 'Password';
-$wb["password_strength_txt"] = 'Password strength';
-$wb["active_txt"] = 'Active';
-$wb["limit_webdav_user_txt"] = 'The max. number of webdav users for your account is reached.';
-$wb["username_error_empty"] = 'Username is empty.';
-$wb["username_error_unique"] = 'The username must be unique.';
-$wb["username_error_regex"] = 'The username contains charachters that are not allowed.';
-$wb["directory_error_empty"] = 'Directory empty.';
-$wb["parent_domain_id_error_empty"] = 'No website selected.';
-$wb['password_strength_txt'] = 'Password strength';
-$wb['dir_dot_error'] = 'No .. in path allowed.';
-$wb['dir_slashdot_error'] = 'No ./ in path allowed.';
+$wb['dir_txt'] = "Directory";
+$wb['server_id_txt'] = "Server";
+$wb['parent_domain_id_txt'] = "Website";
+$wb['username_txt'] = "Username";
+$wb['password_txt'] = "Password";
+$wb['password_strength_txt'] = "Password strength";
+$wb['active_txt'] = "Active";
+$wb['limit_webdav_user_txt'] = "The max. number of webdav users for your account is reached.";
+$wb['username_error_empty'] = "Username is empty.";
+$wb['username_error_unique'] = "The username must be unique.";
+$wb['username_error_regex'] = "The username contains characters that are not allowed.";
+$wb['directory_error_empty'] = "Directory empty.";
+$wb['parent_domain_id_error_empty'] = "No website selected.";
+$wb['dir_dot_error'] = "No .. in path allowed.";
+$wb['dir_slashdot_error'] = "No ./ in path allowed.";
 ?>
diff --git a/interface/web/sites/lib/lang/es_webdav_user.lng b/interface/web/sites/lib/lang/es_webdav_user.lng
index 137c388..fab407a 100644
--- a/interface/web/sites/lib/lang/es_webdav_user.lng
+++ b/interface/web/sites/lib/lang/es_webdav_user.lng
@@ -1,17 +1,17 @@
 <?php
-$wb['dir_txt'] = 'Directory';
-$wb['server_id_txt'] = 'Server';
-$wb['parent_domain_id_txt'] = 'Website';
-$wb['username_txt'] = 'Username';
-$wb['password_txt'] = 'Password';
-$wb['password_strength_txt'] = 'Password strength';
-$wb['active_txt'] = 'Active';
-$wb['limit_webdav_user_txt'] = 'The max. number of webdav users for your account is reached.';
-$wb['username_error_empty'] = 'Username is empty.';
-$wb['username_error_unique'] = 'The username must be unique.';
-$wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
-$wb['directory_error_empty'] = 'Directory empty.';
-$wb['parent_domain_id_error_empty'] = 'No website selected.';
-$wb['dir_dot_error'] = 'No .. in path allowed.';
-$wb['dir_slashdot_error'] = 'No ./ in path allowed.';
+$wb['dir_txt'] = "Directory";
+$wb['server_id_txt'] = "Server";
+$wb['parent_domain_id_txt'] = "Website";
+$wb['username_txt'] = "Username";
+$wb['password_txt'] = "Password";
+$wb['password_strength_txt'] = "Password strength";
+$wb['active_txt'] = "Active";
+$wb['limit_webdav_user_txt'] = "The max. number of webdav users for your account is reached.";
+$wb['username_error_empty'] = "Username is empty.";
+$wb['username_error_unique'] = "The username must be unique.";
+$wb['username_error_regex'] = "The username contains characters that are not allowed.";
+$wb['directory_error_empty'] = "Directory empty.";
+$wb['parent_domain_id_error_empty'] = "No website selected.";
+$wb['dir_dot_error'] = "No .. in path allowed.";
+$wb['dir_slashdot_error'] = "No ./ in path allowed.";
 ?>
diff --git a/interface/web/sites/lib/lang/fi_webdav_user.lng b/interface/web/sites/lib/lang/fi_webdav_user.lng
index 137c388..fab407a 100644
--- a/interface/web/sites/lib/lang/fi_webdav_user.lng
+++ b/interface/web/sites/lib/lang/fi_webdav_user.lng
@@ -1,17 +1,17 @@
 <?php
-$wb['dir_txt'] = 'Directory';
-$wb['server_id_txt'] = 'Server';
-$wb['parent_domain_id_txt'] = 'Website';
-$wb['username_txt'] = 'Username';
-$wb['password_txt'] = 'Password';
-$wb['password_strength_txt'] = 'Password strength';
-$wb['active_txt'] = 'Active';
-$wb['limit_webdav_user_txt'] = 'The max. number of webdav users for your account is reached.';
-$wb['username_error_empty'] = 'Username is empty.';
-$wb['username_error_unique'] = 'The username must be unique.';
-$wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
-$wb['directory_error_empty'] = 'Directory empty.';
-$wb['parent_domain_id_error_empty'] = 'No website selected.';
-$wb['dir_dot_error'] = 'No .. in path allowed.';
-$wb['dir_slashdot_error'] = 'No ./ in path allowed.';
+$wb['dir_txt'] = "Directory";
+$wb['server_id_txt'] = "Server";
+$wb['parent_domain_id_txt'] = "Website";
+$wb['username_txt'] = "Username";
+$wb['password_txt'] = "Password";
+$wb['password_strength_txt'] = "Password strength";
+$wb['active_txt'] = "Active";
+$wb['limit_webdav_user_txt'] = "The max. number of webdav users for your account is reached.";
+$wb['username_error_empty'] = "Username is empty.";
+$wb['username_error_unique'] = "The username must be unique.";
+$wb['username_error_regex'] = "The username contains characters that are not allowed.";
+$wb['directory_error_empty'] = "Directory empty.";
+$wb['parent_domain_id_error_empty'] = "No website selected.";
+$wb['dir_dot_error'] = "No .. in path allowed.";
+$wb['dir_slashdot_error'] = "No ./ in path allowed.";
 ?>
diff --git a/interface/web/sites/lib/lang/hu_webdav_user.lng b/interface/web/sites/lib/lang/hu_webdav_user.lng
index f1538a1..218f9c7 100644
--- a/interface/web/sites/lib/lang/hu_webdav_user.lng
+++ b/interface/web/sites/lib/lang/hu_webdav_user.lng
@@ -1,17 +1,17 @@
 <?php
-$wb['dir_txt'] = 'Könyvtár';
-$wb['server_id_txt'] = 'Szerver';
-$wb['parent_domain_id_txt'] = 'Webhely';
-$wb['username_txt'] = 'Felhasználónév';
-$wb['password_txt'] = 'Jelszó';
-$wb['password_strength_txt'] = 'Jelszó erősségee';
-$wb['active_txt'] = 'Aktív';
-$wb['limit_webdav_user_txt'] = 'The max. number of webdav users for your account is reached.';
-$wb['username_error_empty'] = 'A Felhasználónév üres.';
-$wb['username_error_unique'] = 'The username must be unique.';
-$wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
-$wb['directory_error_empty'] = 'Directory empty.';
-$wb['parent_domain_id_error_empty'] = 'No website selected.';
-$wb['dir_dot_error'] = 'No .. in path allowed.';
-$wb['dir_slashdot_error'] = 'No ./ in path allowed.';
+$wb['dir_txt'] = "Könyvtár";
+$wb['server_id_txt'] = "Szerver";
+$wb['parent_domain_id_txt'] = "Webhely";
+$wb['username_txt'] = "Felhasználónév";
+$wb['password_txt'] = "Jelszó";
+$wb['password_strength_txt'] = "Jelszó erősségee";
+$wb['active_txt'] = "Aktív";
+$wb['limit_webdav_user_txt'] = "The max. number of webdav users for your account is reached.";
+$wb['username_error_empty'] = "A Felhasználónév üres.";
+$wb['username_error_unique'] = "The username must be unique.";
+$wb['username_error_regex'] = "The username contains characters that are not allowed.";
+$wb['directory_error_empty'] = "Directory empty.";
+$wb['parent_domain_id_error_empty'] = "No website selected.";
+$wb['dir_dot_error'] = "No .. in path allowed.";
+$wb['dir_slashdot_error'] = "No ./ in path allowed.";
 ?>
diff --git a/interface/web/sites/lib/lang/it_ftp_user.lng b/interface/web/sites/lib/lang/it_ftp_user.lng
index 9ef19c7..97036ea 100644
--- a/interface/web/sites/lib/lang/it_ftp_user.lng
+++ b/interface/web/sites/lib/lang/it_ftp_user.lng
@@ -1,30 +1,30 @@
 <?php
-$wb['uid_txt'] = 'UID';
-$wb['gid_txt'] = 'GID';
-$wb['dir_txt'] = 'Cartella';
-$wb['quota_files_txt'] = 'Filequota';
-$wb['ul_ratio_txt'] = 'Uploadratio';
-$wb['dl_ratio_txt'] = 'Downloadratio';
-$wb['ul_bandwidth_txt'] = 'Banda Upload';
-$wb['dl_bandwidth_txt'] = 'Banda Download';
-$wb['server_id_txt'] = 'Server';
-$wb['parent_domain_id_txt'] = 'Sito';
-$wb['username_txt'] = 'Username';
-$wb['password_txt'] = 'Password';
-$wb['password_strength_txt'] = 'Password strength';
-$wb['quota_size_txt'] = 'Harddisk-Quota';
-$wb['active_txt'] = 'Attivo';
-$wb['limit_ftp_user_txt'] = 'The max. number of FTP users for your account is reached.';
-$wb['username_error_empty'] = 'Username is empty.';
-$wb['username_error_unique'] = 'The username must be unique.';
-$wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
-$wb['quota_size_error_empty'] = 'Quota is empty.';
-$wb['uid_error_empty'] = 'GID empty.';
-$wb['directory_error_empty'] = 'Directory empty.';
-$wb['quota_files_unity_txt'] = 'Files';
-$wb['directory_error_notinweb'] = 'Directory not inside of web root directory.';
-$wb['parent_domain_id_error_empty'] = 'No website selected.';
-$wb['quota_size_error_regex'] = 'Quota: enter a -1 for unlimited or a number > 0';
-$wb['dir_dot_error'] = 'No .. in path allowed.';
-$wb['dir_slashdot_error'] = 'No ./ in path allowed.';
+$wb['uid_txt'] = "UID";
+$wb['gid_txt'] = "GID";
+$wb['dir_txt'] = "Cartella";
+$wb['quota_files_txt'] = "Filequota";
+$wb['ul_ratio_txt'] = "Uploadratio";
+$wb['dl_ratio_txt'] = "Downloadratio";
+$wb['ul_bandwidth_txt'] = "Banda Upload";
+$wb['dl_bandwidth_txt'] = "Banda Download";
+$wb['server_id_txt'] = "Server";
+$wb['parent_domain_id_txt'] = "Sito";
+$wb['username_txt'] = "Username";
+$wb['password_txt'] = "Password";
+$wb['password_strength_txt'] = "Password strength";
+$wb['quota_size_txt'] = "Harddisk-Quota";
+$wb['active_txt'] = "Attivo";
+$wb['limit_ftp_user_txt'] = "The max. number of FTP users for your account is reached.";
+$wb['username_error_empty'] = "Username is empty.";
+$wb['username_error_unique'] = "The username must be unique.";
+$wb['username_error_regex'] = "The username contains characters that are not allowed.";
+$wb['quota_size_error_empty'] = "Quota is empty.";
+$wb['uid_error_empty'] = "GID empty.";
+$wb['directory_error_empty'] = "Directory empty.";
+$wb['quota_files_unity_txt'] = "Files";
+$wb['directory_error_notinweb'] = "Directory not inside of web root directory.";
+$wb['parent_domain_id_error_empty'] = "No website selected.";
+$wb['quota_size_error_regex'] = "Quota: enter a -1 for unlimited or a number > 0";
+$wb['dir_dot_error'] = "No .. in path allowed.";
+$wb['dir_slashdot_error'] = "No ./ in path allowed.";
 ?>
diff --git a/interface/web/sites/lib/lang/it_shell_user.lng b/interface/web/sites/lib/lang/it_shell_user.lng
index 825de79..0546262 100644
--- a/interface/web/sites/lib/lang/it_shell_user.lng
+++ b/interface/web/sites/lib/lang/it_shell_user.lng
@@ -1,25 +1,25 @@
 <?php
-$wb['shell_txt'] = 'Shell';
-$wb['dir_txt'] = 'Dir';
-$wb['server_id_txt'] = 'Server';
-$wb['parent_domain_id_txt'] = 'Site';
-$wb['username_txt'] = 'Username';
-$wb['password_txt'] = 'Password';
-$wb['password_strength_txt'] = 'Password strength';
-$wb['chroot_txt'] = 'Chroot Shell';
-$wb['quota_size_txt'] = 'Quota';
-$wb['active_txt'] = 'Active';
-$wb['username_error_empty'] = 'Username is empty.';
-$wb['username_error_unique'] = 'The username must be unique.';
-$wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
-$wb['quota_size_error_empty'] = 'Quota is empty.';
-$wb['uid_error_empty'] = 'GID empty.';
-$wb['directory_error_empty'] = 'Directory empty.';
-$wb['limit_shell_user_txt'] = 'The max number of shell users is reached.';
-$wb['parent_domain_id_error_empty'] = 'No website selected.';
-$wb['puser_txt'] = 'Web Username';
-$wb['pgroup_txt'] = 'Web Group';
-$wb['ssh_rsa_txt'] = 'SSH-RSA Public Key (for key-based logins)';
-$wb['dir_dot_error'] = 'No .. in path allowed.';
-$wb['dir_slashdot_error'] = 'No ./ in path allowed.';
+$wb['shell_txt'] = "Shell";
+$wb['dir_txt'] = "Dir";
+$wb['server_id_txt'] = "Server";
+$wb['parent_domain_id_txt'] = "Site";
+$wb['username_txt'] = "Username";
+$wb['password_txt'] = "Password";
+$wb['password_strength_txt'] = "Password strength";
+$wb['chroot_txt'] = "Chroot Shell";
+$wb['quota_size_txt'] = "Quota";
+$wb['active_txt'] = "Active";
+$wb['username_error_empty'] = "Username is empty.";
+$wb['username_error_unique'] = "The username must be unique.";
+$wb['username_error_regex'] = "The username contains characters that are not allowed.";
+$wb['quota_size_error_empty'] = "Quota is empty.";
+$wb['uid_error_empty'] = "GID empty.";
+$wb['directory_error_empty'] = "Directory empty.";
+$wb['limit_shell_user_txt'] = "The max number of shell users is reached.";
+$wb['parent_domain_id_error_empty'] = "No website selected.";
+$wb['puser_txt'] = "Web Username";
+$wb['pgroup_txt'] = "Web Group";
+$wb['ssh_rsa_txt'] = "SSH-RSA Public Key (for key-based logins)";
+$wb['dir_dot_error'] = "No .. in path allowed.";
+$wb['dir_slashdot_error'] = "No ./ in path allowed.";
 ?>
diff --git a/interface/web/sites/lib/lang/it_webdav_user.lng b/interface/web/sites/lib/lang/it_webdav_user.lng
index 137c388..fab407a 100644
--- a/interface/web/sites/lib/lang/it_webdav_user.lng
+++ b/interface/web/sites/lib/lang/it_webdav_user.lng
@@ -1,17 +1,17 @@
 <?php
-$wb['dir_txt'] = 'Directory';
-$wb['server_id_txt'] = 'Server';
-$wb['parent_domain_id_txt'] = 'Website';
-$wb['username_txt'] = 'Username';
-$wb['password_txt'] = 'Password';
-$wb['password_strength_txt'] = 'Password strength';
-$wb['active_txt'] = 'Active';
-$wb['limit_webdav_user_txt'] = 'The max. number of webdav users for your account is reached.';
-$wb['username_error_empty'] = 'Username is empty.';
-$wb['username_error_unique'] = 'The username must be unique.';
-$wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
-$wb['directory_error_empty'] = 'Directory empty.';
-$wb['parent_domain_id_error_empty'] = 'No website selected.';
-$wb['dir_dot_error'] = 'No .. in path allowed.';
-$wb['dir_slashdot_error'] = 'No ./ in path allowed.';
+$wb['dir_txt'] = "Directory";
+$wb['server_id_txt'] = "Server";
+$wb['parent_domain_id_txt'] = "Website";
+$wb['username_txt'] = "Username";
+$wb['password_txt'] = "Password";
+$wb['password_strength_txt'] = "Password strength";
+$wb['active_txt'] = "Active";
+$wb['limit_webdav_user_txt'] = "The max. number of webdav users for your account is reached.";
+$wb['username_error_empty'] = "Username is empty.";
+$wb['username_error_unique'] = "The username must be unique.";
+$wb['username_error_regex'] = "The username contains characters that are not allowed.";
+$wb['directory_error_empty'] = "Directory empty.";
+$wb['parent_domain_id_error_empty'] = "No website selected.";
+$wb['dir_dot_error'] = "No .. in path allowed.";
+$wb['dir_slashdot_error'] = "No ./ in path allowed.";
 ?>
diff --git a/interface/web/sites/lib/lang/ja_webdav_user.lng b/interface/web/sites/lib/lang/ja_webdav_user.lng
index 137c388..fab407a 100644
--- a/interface/web/sites/lib/lang/ja_webdav_user.lng
+++ b/interface/web/sites/lib/lang/ja_webdav_user.lng
@@ -1,17 +1,17 @@
 <?php
-$wb['dir_txt'] = 'Directory';
-$wb['server_id_txt'] = 'Server';
-$wb['parent_domain_id_txt'] = 'Website';
-$wb['username_txt'] = 'Username';
-$wb['password_txt'] = 'Password';
-$wb['password_strength_txt'] = 'Password strength';
-$wb['active_txt'] = 'Active';
-$wb['limit_webdav_user_txt'] = 'The max. number of webdav users for your account is reached.';
-$wb['username_error_empty'] = 'Username is empty.';
-$wb['username_error_unique'] = 'The username must be unique.';
-$wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
-$wb['directory_error_empty'] = 'Directory empty.';
-$wb['parent_domain_id_error_empty'] = 'No website selected.';
-$wb['dir_dot_error'] = 'No .. in path allowed.';
-$wb['dir_slashdot_error'] = 'No ./ in path allowed.';
+$wb['dir_txt'] = "Directory";
+$wb['server_id_txt'] = "Server";
+$wb['parent_domain_id_txt'] = "Website";
+$wb['username_txt'] = "Username";
+$wb['password_txt'] = "Password";
+$wb['password_strength_txt'] = "Password strength";
+$wb['active_txt'] = "Active";
+$wb['limit_webdav_user_txt'] = "The max. number of webdav users for your account is reached.";
+$wb['username_error_empty'] = "Username is empty.";
+$wb['username_error_unique'] = "The username must be unique.";
+$wb['username_error_regex'] = "The username contains characters that are not allowed.";
+$wb['directory_error_empty'] = "Directory empty.";
+$wb['parent_domain_id_error_empty'] = "No website selected.";
+$wb['dir_dot_error'] = "No .. in path allowed.";
+$wb['dir_slashdot_error'] = "No ./ in path allowed.";
 ?>
diff --git a/interface/web/sites/lib/lang/pt_webdav_user.lng b/interface/web/sites/lib/lang/pt_webdav_user.lng
index 137c388..fab407a 100644
--- a/interface/web/sites/lib/lang/pt_webdav_user.lng
+++ b/interface/web/sites/lib/lang/pt_webdav_user.lng
@@ -1,17 +1,17 @@
 <?php
-$wb['dir_txt'] = 'Directory';
-$wb['server_id_txt'] = 'Server';
-$wb['parent_domain_id_txt'] = 'Website';
-$wb['username_txt'] = 'Username';
-$wb['password_txt'] = 'Password';
-$wb['password_strength_txt'] = 'Password strength';
-$wb['active_txt'] = 'Active';
-$wb['limit_webdav_user_txt'] = 'The max. number of webdav users for your account is reached.';
-$wb['username_error_empty'] = 'Username is empty.';
-$wb['username_error_unique'] = 'The username must be unique.';
-$wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
-$wb['directory_error_empty'] = 'Directory empty.';
-$wb['parent_domain_id_error_empty'] = 'No website selected.';
-$wb['dir_dot_error'] = 'No .. in path allowed.';
-$wb['dir_slashdot_error'] = 'No ./ in path allowed.';
+$wb['dir_txt'] = "Directory";
+$wb['server_id_txt'] = "Server";
+$wb['parent_domain_id_txt'] = "Website";
+$wb['username_txt'] = "Username";
+$wb['password_txt'] = "Password";
+$wb['password_strength_txt'] = "Password strength";
+$wb['active_txt'] = "Active";
+$wb['limit_webdav_user_txt'] = "The max. number of webdav users for your account is reached.";
+$wb['username_error_empty'] = "Username is empty.";
+$wb['username_error_unique'] = "The username must be unique.";
+$wb['username_error_regex'] = "The username contains characters that are not allowed.";
+$wb['directory_error_empty'] = "Directory empty.";
+$wb['parent_domain_id_error_empty'] = "No website selected.";
+$wb['dir_dot_error'] = "No .. in path allowed.";
+$wb['dir_slashdot_error'] = "No ./ in path allowed.";
 ?>
diff --git a/interface/web/sites/lib/lang/ro_webdav_user.lng b/interface/web/sites/lib/lang/ro_webdav_user.lng
index 137c388..fab407a 100644
--- a/interface/web/sites/lib/lang/ro_webdav_user.lng
+++ b/interface/web/sites/lib/lang/ro_webdav_user.lng
@@ -1,17 +1,17 @@
 <?php
-$wb['dir_txt'] = 'Directory';
-$wb['server_id_txt'] = 'Server';
-$wb['parent_domain_id_txt'] = 'Website';
-$wb['username_txt'] = 'Username';
-$wb['password_txt'] = 'Password';
-$wb['password_strength_txt'] = 'Password strength';
-$wb['active_txt'] = 'Active';
-$wb['limit_webdav_user_txt'] = 'The max. number of webdav users for your account is reached.';
-$wb['username_error_empty'] = 'Username is empty.';
-$wb['username_error_unique'] = 'The username must be unique.';
-$wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
-$wb['directory_error_empty'] = 'Directory empty.';
-$wb['parent_domain_id_error_empty'] = 'No website selected.';
-$wb['dir_dot_error'] = 'No .. in path allowed.';
-$wb['dir_slashdot_error'] = 'No ./ in path allowed.';
+$wb['dir_txt'] = "Directory";
+$wb['server_id_txt'] = "Server";
+$wb['parent_domain_id_txt'] = "Website";
+$wb['username_txt'] = "Username";
+$wb['password_txt'] = "Password";
+$wb['password_strength_txt'] = "Password strength";
+$wb['active_txt'] = "Active";
+$wb['limit_webdav_user_txt'] = "The max. number of webdav users for your account is reached.";
+$wb['username_error_empty'] = "Username is empty.";
+$wb['username_error_unique'] = "The username must be unique.";
+$wb['username_error_regex'] = "The username contains characters that are not allowed.";
+$wb['directory_error_empty'] = "Directory empty.";
+$wb['parent_domain_id_error_empty'] = "No website selected.";
+$wb['dir_dot_error'] = "No .. in path allowed.";
+$wb['dir_slashdot_error'] = "No ./ in path allowed.";
 ?>
diff --git a/interface/web/sites/lib/lang/ru_webdav_user.lng b/interface/web/sites/lib/lang/ru_webdav_user.lng
index 137c388..fab407a 100644
--- a/interface/web/sites/lib/lang/ru_webdav_user.lng
+++ b/interface/web/sites/lib/lang/ru_webdav_user.lng
@@ -1,17 +1,17 @@
 <?php
-$wb['dir_txt'] = 'Directory';
-$wb['server_id_txt'] = 'Server';
-$wb['parent_domain_id_txt'] = 'Website';
-$wb['username_txt'] = 'Username';
-$wb['password_txt'] = 'Password';
-$wb['password_strength_txt'] = 'Password strength';
-$wb['active_txt'] = 'Active';
-$wb['limit_webdav_user_txt'] = 'The max. number of webdav users for your account is reached.';
-$wb['username_error_empty'] = 'Username is empty.';
-$wb['username_error_unique'] = 'The username must be unique.';
-$wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
-$wb['directory_error_empty'] = 'Directory empty.';
-$wb['parent_domain_id_error_empty'] = 'No website selected.';
-$wb['dir_dot_error'] = 'No .. in path allowed.';
-$wb['dir_slashdot_error'] = 'No ./ in path allowed.';
+$wb['dir_txt'] = "Directory";
+$wb['server_id_txt'] = "Server";
+$wb['parent_domain_id_txt'] = "Website";
+$wb['username_txt'] = "Username";
+$wb['password_txt'] = "Password";
+$wb['password_strength_txt'] = "Password strength";
+$wb['active_txt'] = "Active";
+$wb['limit_webdav_user_txt'] = "The max. number of webdav users for your account is reached.";
+$wb['username_error_empty'] = "Username is empty.";
+$wb['username_error_unique'] = "The username must be unique.";
+$wb['username_error_regex'] = "The username contains characters that are not allowed.";
+$wb['directory_error_empty'] = "Directory empty.";
+$wb['parent_domain_id_error_empty'] = "No website selected.";
+$wb['dir_dot_error'] = "No .. in path allowed.";
+$wb['dir_slashdot_error'] = "No ./ in path allowed.";
 ?>
diff --git a/interface/web/sites/lib/lang/se_ftp_user.lng b/interface/web/sites/lib/lang/se_ftp_user.lng
index 2d56398..fb183e8 100644
--- a/interface/web/sites/lib/lang/se_ftp_user.lng
+++ b/interface/web/sites/lib/lang/se_ftp_user.lng
@@ -1,30 +1,30 @@
 <?php
-$wb['uid_txt'] = 'UID';
-$wb['gid_txt'] = 'GID';
-$wb['dir_txt'] = 'Directory';
-$wb['quota_files_txt'] = 'Filequota';
-$wb['ul_ratio_txt'] = 'Uploadratio';
-$wb['dl_ratio_txt'] = 'Downloadratio';
-$wb['ul_bandwidth_txt'] = 'Uploadbandwidth';
-$wb['dl_bandwidth_txt'] = 'Downloadbandwidth';
-$wb['server_id_txt'] = 'Server';
-$wb['parent_domain_id_txt'] = 'Website';
-$wb['username_txt'] = 'Username';
-$wb['password_txt'] = 'Password';
-$wb['password_strength_txt'] = 'Password strength';
-$wb['quota_size_txt'] = 'Harddisk-Quota';
-$wb['active_txt'] = 'Active';
-$wb['limit_ftp_user_txt'] = 'The max. number of FTP users for your account is reached.';
-$wb['username_error_empty'] = 'Username is empty.';
-$wb['username_error_unique'] = 'The username must be unique.';
-$wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
-$wb['quota_size_error_empty'] = 'Quota is empty.';
-$wb['uid_error_empty'] = 'GID empty.';
-$wb['directory_error_empty'] = 'Directory empty.';
-$wb['quota_files_unity_txt'] = 'Files';
-$wb['directory_error_notinweb'] = 'Directory not inside of web root directory.';
-$wb['parent_domain_id_error_empty'] = 'No website selected.';
-$wb['quota_size_error_regex'] = 'Quota: enter a -1 for unlimited or a number > 0';
-$wb['dir_dot_error'] = 'No .. in path allowed.';
-$wb['dir_slashdot_error'] = 'No ./ in path allowed.';
+$wb['uid_txt'] = "UID";
+$wb['gid_txt'] = "GID";
+$wb['dir_txt'] = "Directory";
+$wb['quota_files_txt'] = "Filequota";
+$wb['ul_ratio_txt'] = "Uploadratio";
+$wb['dl_ratio_txt'] = "Downloadratio";
+$wb['ul_bandwidth_txt'] = "Uploadbandwidth";
+$wb['dl_bandwidth_txt'] = "Downloadbandwidth";
+$wb['server_id_txt'] = "Server";
+$wb['parent_domain_id_txt'] = "Website";
+$wb['username_txt'] = "Username";
+$wb['password_txt'] = "Password";
+$wb['password_strength_txt'] = "Password strength";
+$wb['quota_size_txt'] = "Harddisk-Quota";
+$wb['active_txt'] = "Active";
+$wb['limit_ftp_user_txt'] = "The max. number of FTP users for your account is reached.";
+$wb['username_error_empty'] = "Username is empty.";
+$wb['username_error_unique'] = "The username must be unique.";
+$wb['username_error_regex'] = "The username contains characters that are not allowed.";
+$wb['quota_size_error_empty'] = "Quota is empty.";
+$wb['uid_error_empty'] = "GID empty.";
+$wb['directory_error_empty'] = "Directory empty.";
+$wb['quota_files_unity_txt'] = "Files";
+$wb['directory_error_notinweb'] = "Directory not inside of web root directory.";
+$wb['parent_domain_id_error_empty'] = "No website selected.";
+$wb['quota_size_error_regex'] = "Quota: enter a -1 for unlimited or a number > 0";
+$wb['dir_dot_error'] = "No .. in path allowed.";
+$wb['dir_slashdot_error'] = "No ./ in path allowed.";
 ?>
diff --git a/interface/web/sites/lib/lang/se_shell_user.lng b/interface/web/sites/lib/lang/se_shell_user.lng
index 825de79..0546262 100644
--- a/interface/web/sites/lib/lang/se_shell_user.lng
+++ b/interface/web/sites/lib/lang/se_shell_user.lng
@@ -1,25 +1,25 @@
 <?php
-$wb['shell_txt'] = 'Shell';
-$wb['dir_txt'] = 'Dir';
-$wb['server_id_txt'] = 'Server';
-$wb['parent_domain_id_txt'] = 'Site';
-$wb['username_txt'] = 'Username';
-$wb['password_txt'] = 'Password';
-$wb['password_strength_txt'] = 'Password strength';
-$wb['chroot_txt'] = 'Chroot Shell';
-$wb['quota_size_txt'] = 'Quota';
-$wb['active_txt'] = 'Active';
-$wb['username_error_empty'] = 'Username is empty.';
-$wb['username_error_unique'] = 'The username must be unique.';
-$wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
-$wb['quota_size_error_empty'] = 'Quota is empty.';
-$wb['uid_error_empty'] = 'GID empty.';
-$wb['directory_error_empty'] = 'Directory empty.';
-$wb['limit_shell_user_txt'] = 'The max number of shell users is reached.';
-$wb['parent_domain_id_error_empty'] = 'No website selected.';
-$wb['puser_txt'] = 'Web Username';
-$wb['pgroup_txt'] = 'Web Group';
-$wb['ssh_rsa_txt'] = 'SSH-RSA Public Key (for key-based logins)';
-$wb['dir_dot_error'] = 'No .. in path allowed.';
-$wb['dir_slashdot_error'] = 'No ./ in path allowed.';
+$wb['shell_txt'] = "Shell";
+$wb['dir_txt'] = "Dir";
+$wb['server_id_txt'] = "Server";
+$wb['parent_domain_id_txt'] = "Site";
+$wb['username_txt'] = "Username";
+$wb['password_txt'] = "Password";
+$wb['password_strength_txt'] = "Password strength";
+$wb['chroot_txt'] = "Chroot Shell";
+$wb['quota_size_txt'] = "Quota";
+$wb['active_txt'] = "Active";
+$wb['username_error_empty'] = "Username is empty.";
+$wb['username_error_unique'] = "The username must be unique.";
+$wb['username_error_regex'] = "The username contains characters that are not allowed.";
+$wb['quota_size_error_empty'] = "Quota is empty.";
+$wb['uid_error_empty'] = "GID empty.";
+$wb['directory_error_empty'] = "Directory empty.";
+$wb['limit_shell_user_txt'] = "The max number of shell users is reached.";
+$wb['parent_domain_id_error_empty'] = "No website selected.";
+$wb['puser_txt'] = "Web Username";
+$wb['pgroup_txt'] = "Web Group";
+$wb['ssh_rsa_txt'] = "SSH-RSA Public Key (for key-based logins)";
+$wb['dir_dot_error'] = "No .. in path allowed.";
+$wb['dir_slashdot_error'] = "No ./ in path allowed.";
 ?>
diff --git a/interface/web/sites/lib/lang/se_webdav_user.lng b/interface/web/sites/lib/lang/se_webdav_user.lng
index 137c388..fab407a 100644
--- a/interface/web/sites/lib/lang/se_webdav_user.lng
+++ b/interface/web/sites/lib/lang/se_webdav_user.lng
@@ -1,17 +1,17 @@
 <?php
-$wb['dir_txt'] = 'Directory';
-$wb['server_id_txt'] = 'Server';
-$wb['parent_domain_id_txt'] = 'Website';
-$wb['username_txt'] = 'Username';
-$wb['password_txt'] = 'Password';
-$wb['password_strength_txt'] = 'Password strength';
-$wb['active_txt'] = 'Active';
-$wb['limit_webdav_user_txt'] = 'The max. number of webdav users for your account is reached.';
-$wb['username_error_empty'] = 'Username is empty.';
-$wb['username_error_unique'] = 'The username must be unique.';
-$wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
-$wb['directory_error_empty'] = 'Directory empty.';
-$wb['parent_domain_id_error_empty'] = 'No website selected.';
-$wb['dir_dot_error'] = 'No .. in path allowed.';
-$wb['dir_slashdot_error'] = 'No ./ in path allowed.';
+$wb['dir_txt'] = "Directory";
+$wb['server_id_txt'] = "Server";
+$wb['parent_domain_id_txt'] = "Website";
+$wb['username_txt'] = "Username";
+$wb['password_txt'] = "Password";
+$wb['password_strength_txt'] = "Password strength";
+$wb['active_txt'] = "Active";
+$wb['limit_webdav_user_txt'] = "The max. number of webdav users for your account is reached.";
+$wb['username_error_empty'] = "Username is empty.";
+$wb['username_error_unique'] = "The username must be unique.";
+$wb['username_error_regex'] = "The username contains characters that are not allowed.";
+$wb['directory_error_empty'] = "Directory empty.";
+$wb['parent_domain_id_error_empty'] = "No website selected.";
+$wb['dir_dot_error'] = "No .. in path allowed.";
+$wb['dir_slashdot_error'] = "No ./ in path allowed.";
 ?>
diff --git a/interface/web/sites/lib/lang/sk_webdav_user.lng b/interface/web/sites/lib/lang/sk_webdav_user.lng
index 137c388..fab407a 100644
--- a/interface/web/sites/lib/lang/sk_webdav_user.lng
+++ b/interface/web/sites/lib/lang/sk_webdav_user.lng
@@ -1,17 +1,17 @@
 <?php
-$wb['dir_txt'] = 'Directory';
-$wb['server_id_txt'] = 'Server';
-$wb['parent_domain_id_txt'] = 'Website';
-$wb['username_txt'] = 'Username';
-$wb['password_txt'] = 'Password';
-$wb['password_strength_txt'] = 'Password strength';
-$wb['active_txt'] = 'Active';
-$wb['limit_webdav_user_txt'] = 'The max. number of webdav users for your account is reached.';
-$wb['username_error_empty'] = 'Username is empty.';
-$wb['username_error_unique'] = 'The username must be unique.';
-$wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
-$wb['directory_error_empty'] = 'Directory empty.';
-$wb['parent_domain_id_error_empty'] = 'No website selected.';
-$wb['dir_dot_error'] = 'No .. in path allowed.';
-$wb['dir_slashdot_error'] = 'No ./ in path allowed.';
+$wb['dir_txt'] = "Directory";
+$wb['server_id_txt'] = "Server";
+$wb['parent_domain_id_txt'] = "Website";
+$wb['username_txt'] = "Username";
+$wb['password_txt'] = "Password";
+$wb['password_strength_txt'] = "Password strength";
+$wb['active_txt'] = "Active";
+$wb['limit_webdav_user_txt'] = "The max. number of webdav users for your account is reached.";
+$wb['username_error_empty'] = "Username is empty.";
+$wb['username_error_unique'] = "The username must be unique.";
+$wb['username_error_regex'] = "The username contains characters that are not allowed.";
+$wb['directory_error_empty'] = "Directory empty.";
+$wb['parent_domain_id_error_empty'] = "No website selected.";
+$wb['dir_dot_error'] = "No .. in path allowed.";
+$wb['dir_slashdot_error'] = "No ./ in path allowed.";
 ?>
diff --git a/interface/web/sites/lib/lang/tr_webdav_user.lng b/interface/web/sites/lib/lang/tr_webdav_user.lng
index 137c388..fab407a 100644
--- a/interface/web/sites/lib/lang/tr_webdav_user.lng
+++ b/interface/web/sites/lib/lang/tr_webdav_user.lng
@@ -1,17 +1,17 @@
 <?php
-$wb['dir_txt'] = 'Directory';
-$wb['server_id_txt'] = 'Server';
-$wb['parent_domain_id_txt'] = 'Website';
-$wb['username_txt'] = 'Username';
-$wb['password_txt'] = 'Password';
-$wb['password_strength_txt'] = 'Password strength';
-$wb['active_txt'] = 'Active';
-$wb['limit_webdav_user_txt'] = 'The max. number of webdav users for your account is reached.';
-$wb['username_error_empty'] = 'Username is empty.';
-$wb['username_error_unique'] = 'The username must be unique.';
-$wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
-$wb['directory_error_empty'] = 'Directory empty.';
-$wb['parent_domain_id_error_empty'] = 'No website selected.';
-$wb['dir_dot_error'] = 'No .. in path allowed.';
-$wb['dir_slashdot_error'] = 'No ./ in path allowed.';
+$wb['dir_txt'] = "Directory";
+$wb['server_id_txt'] = "Server";
+$wb['parent_domain_id_txt'] = "Website";
+$wb['username_txt'] = "Username";
+$wb['password_txt'] = "Password";
+$wb['password_strength_txt'] = "Password strength";
+$wb['active_txt'] = "Active";
+$wb['limit_webdav_user_txt'] = "The max. number of webdav users for your account is reached.";
+$wb['username_error_empty'] = "Username is empty.";
+$wb['username_error_unique'] = "The username must be unique.";
+$wb['username_error_regex'] = "The username contains characters that are not allowed.";
+$wb['directory_error_empty'] = "Directory empty.";
+$wb['parent_domain_id_error_empty'] = "No website selected.";
+$wb['dir_dot_error'] = "No .. in path allowed.";
+$wb['dir_slashdot_error'] = "No ./ in path allowed.";
 ?>

--
Gitblit v1.9.1