Marius Cramer
2014-08-13 42539643c396f9d8865dcf9a51b13dc869709d16
commit | author | age
ea2b21 1 <?php
899771 2 $wb['uid_txt'] = 'UID';
T 3 $wb['gid_txt'] = 'GID';
4 $wb['dir_txt'] = 'ディレクトリ';
5 $wb['quota_files_txt'] = '最大ファイル数';
6 $wb['quota_files_unity_txt'] = 'ファイル';
7 $wb['ul_ratio_txt'] = 'アップロードレート';
8 $wb['dl_ratio_txt'] = 'ダウンロードレート';
9 $wb['ul_bandwidth_txt'] = 'アップロードバンド幅';
10 $wb['dl_bandwidth_txt'] = 'ダウンロードバンド幅';
11 $wb['server_id_txt'] = 'サーバー';
12 $wb['parent_domain_id_txt'] = 'ウェブサイト';
13 $wb['username_txt'] = 'ユーザー名';
14 $wb['password_txt'] = 'パスワード';
15 $wb['password_strength_txt'] = 'パスワードの強度';
16 $wb['quota_size_txt'] = 'ディスクの容量';
17 $wb['active_txt'] = '有効';
18 $wb['limit_ftp_user_txt'] = 'FTPユーザーが最大数に達しました。';
19 $wb['username_error_empty'] = 'ユーザー名を指定してください';
20 $wb['username_error_unique'] = '既に登録済みのユーザー名です。別の名前に変更してください。';
21 $wb['username_error_regex'] = 'ユーザー名に不正な文字が使われています。修正してください。';
22 $wb['quota_size_error_empty'] = 'ディスクの容量を指定してください';
23 $wb['uid_error_empty'] = 'GID を指定してください。';
24 $wb['directory_error_empty'] = 'ディレクトリを指定してください。';
ea2b21 25 $wb['directory_error_notinweb'] = 'ディレクトリはウェブのルートディレクトリ以下にしてください。';
899771 26 $wb['parent_domain_id_error_empty'] = 'ウェブサイトを選択してください。';
1ca823 27 $wb['quota_size_error_regex'] = 'Quota: enter a -1 for unlimited or a number > 0';
02bf99 28 $wb['dir_dot_error'] = 'No .. in path allowed.';
T 29 $wb['dir_slashdot_error'] = 'No ./ in path allowed.';
142907 30 $wb['generate_password_txt'] = 'Generate Password';
T 31 $wb['repeat_password_txt'] = 'Repeat Password';
32 $wb['password_mismatch_txt'] = 'The passwords do not match.';
33 $wb['password_match_txt'] = 'The passwords do match.';
cda33c 34 $wb['invalid_system_user_or_group_txt'] = 'Invalid system user or group';
TB 35 $wb['directory_error_regex'] = 'Invalid directory';
ea2b21 36 ?>