| | |
| | | <?php |
| | | $wb['shell_txt'] = 'Shell'; |
| | | $wb['dir_txt'] = 'Verzeichnis'; |
| | | $wb['dir_txt'] = 'Basis Verzeichnis'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['parent_domain_id_txt'] = 'Webseite'; |
| | | $wb['username_txt'] = 'Benutzername'; |
| | |
| | | $wb['password_match_txt'] = 'Die Passwörter stimmen überein.'; |
| | | $wb['username_must_not_exceed_32_chars_txt'] = 'Der Benutzername darf 32 Zeichen nicht überschreiten.'; |
| | | $wb['username_not_allowed_txt'] = 'Der Benutzername ist nicht erlaubt.'; |
| | | ?> |
| | | $wb['invalid_system_user_or_group_txt'] = 'Invalid system user or group'; |
| | | $wb['directory_error_regex'] = 'Invalid directory'; |
| | | $wb['shell_error_regex'] = 'Invalid shell'; |
| | | $wb['invalid_username_txt'] = 'Invalid Username'; |
| | | $wb['directory_error_notinweb'] = 'The directory has to be inside the web root.'; |
| | | ?> |