|
| 1 | +<?php |
| 2 | +$wb["server_id_txt"] = 'Server'; |
| 3 | +$wb["type_txt"] = 'Type'; |
| 4 | +$wb["database_name_txt"] = 'Database name'; |
| 5 | +$wb["database_user_txt"] = 'Database user'; |
| 6 | +$wb["database_password_txt"] = 'Database password'; |
| 7 | +$wb["password_strength_txt"] = 'Password strength'; |
| 8 | +$wb["database_charset_txt"] = 'Database charset'; |
| 9 | +$wb["remote_access_txt"] = 'Remote Access'; |
| 10 | +$wb["client_txt"] = 'Client'; |
| 11 | +$wb["active_txt"] = 'Active'; |
| 12 | +$wb["btn_save_txt"] = 'Save'; |
| 13 | +$wb["btn_cancel_txt"] = 'Cancel'; |
| 14 | +$wb["database_name_error_empty"] = 'Database name is empty.'; |
| 15 | +$wb["database_name_error_unique"] = 'There is already a database with this name on the server. To get a unique name, e.g. prepend your domain name to the database name.'; |
| 16 | +$wb["database_name_error_regex"] = 'Invalid database name. The database name may contain these characters: a-z, A-Z, 0-9 and the underscore. Length: 2 - 64 characters.'; |
| 17 | +$wb["database_user_error_empty"] = 'Database user is empty.'; |
| 18 | +$wb["database_user_error_unique"] = 'There is already a database user with this name on the server. To get a unique name, e.g. prepend your domain name to the username.'; |
| 19 | +$wb["database_user_error_regex"] = 'Invalid database user name. The username may contain these characters: a-z, A-Z, 0-9 and the underscore. Length: 2 - 64 characters.'; |
| 20 | +$wb["limit_database_txt"] = 'The max. number of databases is reached.'; |
| 21 | +$wb["database_name_change_txt"] = 'The database name can not be changed'; |
| 22 | +$wb["database_charset_change_txt"] = 'The database charset can not be changed'; |
| 23 | +?> |
0 commit comments