ISPConfig module for simplify the creation of websites and DNS zones in a only step
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

37 行
1.6 KiB

  1. <?php
  2. $wb["uid_txt"] = 'User identifier (UID)';
  3. $wb["gid_txt"] = 'Group identifier (GID)';
  4. $wb["dir_txt"] = 'Directory';
  5. $wb["quota_files_txt"] = 'Filequota';
  6. $wb["quota_files_unity_txt"] = 'Files';
  7. $wb["ul_ratio_txt"] = 'Uploadratio';
  8. $wb["dl_ratio_txt"] = 'Downloadratio';
  9. $wb["ul_bandwidth_txt"] = 'Uploadbandwidth';
  10. $wb["dl_bandwidth_txt"] = 'Downloadbandwidth';
  11. $wb["server_id_txt"] = 'Server';
  12. $wb["parent_domain_id_txt"] = 'Website';
  13. $wb["username_txt"] = 'Username';
  14. $wb["password_txt"] = 'Password';
  15. $wb["password_strength_txt"] = 'Password strength';
  16. $wb["quota_size_txt"] = 'Harddisk-Quota';
  17. $wb["active_txt"] = 'Active';
  18. $wb["limit_ftp_user_txt"] = 'The max. number of FTP users for your account is reached.';
  19. $wb["username_error_empty"] = 'Username is empty.';
  20. $wb["username_error_unique"] = 'The username must be unique.';
  21. $wb["username_error_regex"] = 'The username contains charachters that are not allowed.';
  22. $wb["quota_size_error_empty"] = 'Quota is empty.';
  23. $wb["uid_error_empty"] = 'UID empty.';
  24. $wb["uid_error_empty"] = 'GID empty.';
  25. $wb["directory_error_empty"] = 'Directory empty.';
  26. $wb['directory_error_notinweb'] = 'Directory not inside of web root directory.';
  27. $wb["parent_domain_id_error_empty"] = 'No website selected.';
  28. $wb["quota_size_error_regex"] = 'Quota: enter a -1 for unlimited or a number > 0';
  29. $wb['dir_dot_error'] = 'No .. in path allowed.';
  30. $wb['dir_slashdot_error'] = 'No ./ in path allowed.';
  31. $wb['generate_password_txt'] = 'Generate Password';
  32. $wb['repeat_password_txt'] = 'Repeat Password';
  33. $wb['password_mismatch_txt'] = 'The passwords do not match.';
  34. $wb['password_match_txt'] = 'The passwords do match.';
  35. $wb['expires_txt'] = 'Expire at';
  36. ?>