Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
bfcdef 1 <?php
10b4c8 2 $wb['database_user_txt'] = 'Database user';
T 3 $wb['database_password_txt'] = 'Database password';
4 $wb['password_strength_txt'] = 'Password strength';
5 $wb['client_txt'] = 'Client';
6 $wb['active_txt'] = 'Active';
7 $wb['database_user_error_empty'] = 'Database user is empty.';
8 $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.';
9 $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.';
10 $wb['database_user_error_len'] = 'Database username - {user} - too long. The max. database username length incl. prefix is 16 chars.';
11 $wb['btn_save_txt'] = 'Save';
12 $wb['btn_cancel_txt'] = 'Cancel';
bfcdef 13 $wb['generate_password_txt'] = 'Generate Password';
T 14 $wb['repeat_password_txt'] = 'Repeat Password';
15 $wb['password_mismatch_txt'] = 'The passwords do not match.';
16 $wb['password_match_txt'] = 'The passwords do match.';
10b4c8 17 $wb['globalsearch_resultslimit_of_txt'] = 'of';
T 18 $wb['globalsearch_resultslimit_results_txt'] = 'results';
19 $wb['globalsearch_noresults_text_txt'] = 'No results.';
20 $wb['globalsearch_noresults_limit_txt'] = '0 results';
21 $wb['globalsearch_searchfield_watermark_txt'] = 'Search';
22 $wb['globalsearch_suggestions_text_txt'] = 'Suggestions';
7e2a3f 23 $wb['limit_database_user_txt'] = 'The max. number of database users is reached.';
bfcdef 24 ?>