tbrehm
2013-02-22 526b997c9891a796b152cdbab8e329b356b1f596
commit | author | age
899771 1 <?php
T 2 $wb['ssl_state_txt'] = 'State(都道府県)';
3 $wb['ssl_locality_txt'] = 'Locality(地域)';
4 $wb['ssl_organisation_txt'] = 'Organisation(組織)';
5 $wb['ssl_organisation_unit_txt'] = 'Organisation Unit(部署)';
6 $wb['ssl_country_txt'] = 'Country(国)';
7 $wb['ssl_request_txt'] = 'SSL CSR';
8 $wb['ssl_cert_txt'] = 'SSL Certificate';
9 $wb['ssl_bundle_txt'] = 'Chainファイル';
10 $wb['ssl_action_txt'] = 'SSL 証明書の操作';
11 $wb['server_id_txt'] = 'サーバー';
12 $wb['domain_txt'] = 'ドメイン';
13 $wb['type_txt'] = '種別';
14 $wb['parent_domain_id_txt'] = 'Parent Website';
15 $wb['redirect_type_txt'] = 'リダイレクトの方式';
16 $wb['redirect_path_txt'] = 'リダイレクト先';
17 $wb['active_txt'] = '有効';
18 $wb['document_root_txt'] = 'ドキュメントルート';
19 $wb['system_user_txt'] = 'Linuxユーザー';
20 $wb['system_group_txt'] = 'Linuxグループ';
21 $wb['ip_address_txt'] = 'IPアドレス';
22 $wb['vhost_type_txt'] = 'VHost Type';
23 $wb['hd_quota_txt'] = 'ディスクの容量';
24 $wb['traffic_quota_txt'] = 'トラフィックの許容量';
25 $wb['cgi_txt'] = 'CGI';
26 $wb['ssi_txt'] = 'SSI';
27 $wb['ssl_txt'] = 'SSL';
28 $wb['suexec_txt'] = 'SuEXEC';
29 $wb['php_txt'] = 'PHP';
30 $wb['client_txt'] = 'クライアント';
31 $wb['limit_web_domain_txt'] = 'ウェブドメインが最大数に達したため、これ以上追加できません。';
32 $wb['limit_web_aliasdomain_txt'] = 'エイリアスドメインが最大数に達した為、これ以上追加できません。';
33 $wb['limit_web_subdomain_txt'] = 'ウェブサブドメインが最大数に達しました。';
34 $wb['apache_directives_txt'] = 'Apache ディレクティブ';
35 $wb['domain_error_empty'] = 'ドメインを指定してください';
36 $wb['domain_error_unique'] = '同名のサブドメインまたはエイリアスドメインが存在します。';
37 $wb['domain_error_regex'] = 'ドメイン名が不正です。';
38 $wb['host_txt'] = 'ホスト';
39 $wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/';
d7be27 40 $wb['no_redirect_txt'] = 'No redirect';
T 41 $wb['no_flag_txt'] = 'No flag';
bfcdef 42 $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.';
10b4c8 43 $wb['proxy_directives_txt'] = 'Proxy Directives';
T 44 $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:';
526b99 45 $wb['error_proxy_requires_url'] = 'Redirect Type \\"proxy\\" requires a URL as the redirect path.';
899771 46 ?>