tbrehm
2013-02-22 526b997c9891a796b152cdbab8e329b356b1f596
commit | author | age
1ca823 1 <?php
T 2 $wb['ssl_state_txt'] = 'Negara Bagian';
3 $wb['ssl_locality_txt'] = 'Daerah';
4 $wb['ssl_organisation_txt'] = 'Organisasi';
5 $wb['ssl_organisation_unit_txt'] = 'Unit Organisasi';
6 $wb['ssl_country_txt'] = 'Negara';
7 $wb['ssl_request_txt'] = 'SSL Request';
8 $wb['ssl_cert_txt'] = 'Sertifikat SSL';
9 $wb['ssl_bundle_txt'] = 'SSL Bundle';
10 $wb['ssl_action_txt'] = 'SSL Action';
11 $wb['server_id_txt'] = 'Server';
12 $wb['domain_txt'] = 'Domain';
13 $wb['type_txt'] = 'Tipe';
14 $wb['parent_domain_id_txt'] = 'Situs Web Induk';
15 $wb['redirect_type_txt'] = 'Tipe Pengalihan';
16 $wb['redirect_path_txt'] = 'Path Pengalihan';
17 $wb['active_txt'] = 'Aktif';
18 $wb['document_root_txt'] = 'Root Dokumen';
19 $wb['system_user_txt'] = 'Pengguna Linux';
20 $wb['system_group_txt'] = 'Grup Linux';
21 $wb['ip_address_txt'] = 'Alamat IP';
22 $wb['vhost_type_txt'] = 'Tipe VHost';
23 $wb['hd_quota_txt'] = 'Kuota Harddisk';
24 $wb['traffic_quota_txt'] = 'Kuota Trafik';
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'] = 'Klien';
31 $wb['limit_web_domain_txt'] = 'Jumlah maks domain web untuk akun Anda telah tercapai.';
32 $wb['limit_web_aliasdomain_txt'] = 'Jumlah maks aliasdomain untuk akun Anda telah tercapai.';
33 $wb['limit_web_subdomain_txt'] = 'Jumlah maks subdomain web untuk akun Anda telah tercapai.';
34 $wb['apache_directives_txt'] = 'Perintah-perintah Apache';
35 $wb['domain_error_empty'] = 'Domain kosong.';
36 $wb['domain_error_unique'] = 'Sudah ada situs web atau sub / aliasdomain pada nama domain ini.';
37 $wb['domain_error_regex'] = 'Nama Domain tidak valid.';
38 $wb['host_txt'] = 'Host';
39 $wb['redirect_error_regex'] = 'Path pengalihan tidak valid. Contoh pengalihan yang valid: /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.';
1ca823 46 ?>