Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
899771 1 <?php
T 2 $wb['username_txt'] = 'ユーザー名';
3 $wb['username_err'] = 'ユーザー名が長すぎるか、または不正な文字を含んでいます。';
4 $wb['username_empty'] = 'ユーザー名を入力してください。';
5 $wb['username_unique'] = '既に登録済みのユーザー名です。別の名前を選んでください。';
6 $wb['passwort_txt'] = 'パスワード';
7 $wb['password_strength_txt'] = 'パスワードの強度';
8 $wb['modules_txt'] = 'モジュール';
9 $wb['startmodule_txt'] = 'ログイン直後のモジュール';
10 $wb['app_theme_txt'] = 'デザイン';
11 $wb['typ_txt'] = '種別';
12 $wb['active_txt'] = '有効';
13 $wb['language_txt'] = '言語';
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'] = 'グループ';
26 $wb['default_group_txt'] = 'デフォルトのグループ';
27 $wb['startmodule_err'] = '「ログイン直後のモジュール」は選択した「モジュール」から選んでください。';
142907 28 $wb['generate_password_txt'] = 'Generate Password';
T 29 $wb['repeat_password_txt'] = 'Repeat Password';
30 $wb['password_mismatch_txt'] = 'The passwords do not match.';
31 $wb['password_match_txt'] = 'The passwords do match.';
72695f 32 $wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"';
dc9e64 33 $wb['client_not_admin_err'] = 'A user that belongs to a client can not be set to type: admin';
407003 34 $wb['lost_password_function_txt'] = 'Forgot password function is available';
899771 35 ?>