fantu
2008-12-10 bef7e249ade1e027668b9828e4f88cad8fdcb564
commit | author | age
62469f 1 <?php
K 2 $wb['username_txt'] = 'Username';
3 $wb['username_err'] = 'The username is too long or contains invalid characters.';
4 $wb['username_empty'] = 'The username is empty.';
5 $wb['username_unique'] = 'There is already a user with this username.';
6 $wb['passwort_txt'] = 'Password';
7 $wb['password_strength_txt'] = 'Password strength';
8 $wb['modules_txt'] = 'Module';
9 $wb['startmodule_txt'] = 'Startmodule';
10 $wb['app_theme_txt'] = 'Design';
11 $wb['typ_txt'] = 'Type';
12 $wb['active_txt'] = 'Active';
13 $wb['language_txt'] = 'Language';
14 $wb['name_txt'] = 'Name';
15 $wb['vorname_txt'] = 'Forename';
16 $wb['unternehmen_txt'] = 'Company';
17 $wb['strasse_txt'] = 'Street';
18 $wb['ort_txt'] = 'City';
19 $wb['plz_txt'] = 'ZIP';
20 $wb['land_txt'] = 'Country';
21 $wb['email_txt'] = 'Email';
22 $wb['url_txt'] = 'Url';
23 $wb['telefon_txt'] = 'Telephone';
24 $wb['fax_txt'] = 'Fax';
25 $wb['groups_txt'] = 'Groups';
26 $wb['default_group_txt'] = 'Default Group';
27 $wb['btn_save_txt'] = 'Save';
28 $wb['btn_cancel_txt'] = 'Cancel';
29 $wb['startmodule_err'] = 'Start module is not within modules.';
30 ?>