| | |
| | | <?php |
| | | $wb["uid_txt"] = 'UID'; |
| | | $wb["gid_txt"] = 'GID'; |
| | | $wb["uid_txt"] = 'User identifier (UID)'; |
| | | $wb["gid_txt"] = 'Group identifier (GID)'; |
| | | $wb["dir_txt"] = 'Directory'; |
| | | $wb["quota_files_txt"] = 'Filequota'; |
| | | $wb["quota_files_unity_txt"] = 'Files'; |
| | |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb['invalid_system_user_or_group_txt'] = 'Invalid system user or group'; |
| | | $wb['directory_error_regex'] = 'Invalid directory'; |
| | | ?> |