| | |
| | | $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'; |
| | |
| | | $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.'; |
| | | ?> |