Till Brehm
2014-04-03 a08e6c32e70561a3fadbd6062ca02c5f8c94b81d
commit | author | age
6697eb 1 <?php
2d870d 2 $wb['limit_maildomain_txt'] = 'Max. email domain sayısı';
F 3 $wb['limit_mailbox_txt'] = 'Max. mail kutusu sayısı';
4 $wb['limit_mailalias_txt'] = 'Max. email alias sayısı';
5 $wb['limit_mailforward_txt'] = 'Max. email forwarder sayısı';
6 $wb['limit_mailcatchall_txt'] = 'Max. email catchall account sayısı';
7 $wb['limit_mailrouting_txt'] = 'Max. email route sayısı';
8 $wb['limit_mailfilter_txt'] = 'Max. email filter sayısı';
9 $wb['limit_fetchmail_txt'] = 'Max. fetchmail account sayısı';
10 $wb['limit_mailquota_txt'] = 'Mail kutusu kotası';
11 $wb['limit_spamfilter_wblist_txt'] = 'Max. spamfilter white / blacklist filtresi sayısı';
12 $wb['limit_spamfilter_user_txt'] = 'Max. spamfilter kullanıcıları';
13 $wb['limit_spamfilter_policy_txt'] = 'Max. spamfilter policy sayısı';
14 $wb['default_mailserver_txt'] = 'Varsayılan Mail Sunucusu';
15 $wb['company_name_txt'] = 'Şirket adı';
16 $wb['contact_name_txt'] = 'Kontak adı';
17 $wb['username_txt'] = 'Kullanıcı adı';
18 $wb['password_txt'] = 'Şifre';
19 $wb['password_strength_txt'] = 'Şifre Gücü';
20 $wb['language_txt'] = 'Dil';
21 $wb['usertheme_txt'] = 'Tema';
22 $wb['street_txt'] = 'Cadde';
23 $wb['zip_txt'] = 'Posta kodu';
24 $wb['city_txt'] = 'Şehir';
25 $wb['state_txt'] = 'Mevki';
26 $wb['country_txt'] = 'Ülke';
27 $wb['telephone_txt'] = 'Telefon';
28 $wb['mobile_txt'] = 'Cep Tel';
29 $wb['fax_txt'] = 'Fax';
30 $wb['email_txt'] = 'Email';
31 $wb['internet_txt'] = 'Internet';
32 $wb['icq_txt'] = 'ICQ';
33 $wb['notes_txt'] = 'Notlar';
34 $wb['company_txt'] = 'Şirket';
35 $wb['title_txt'] = 'Başlık';
36 $wb['firstname_txt'] = 'Adı';
37 $wb['surname_txt'] = 'Soyadı';
38 $wb['limit_domain_txt'] = 'Domain limiti';
39 $wb['limit_subdomain_txt'] = 'Subdomain limiti';
40 $wb['limit_webquota_txt'] = 'Web kotası limiti';
41 $wb['limit_database_txt'] = 'Max. Veritabanı sayısı';
42 $wb['limit_cron_txt'] = 'Max. zamanlanmış görev sayısı';
43 $wb['limit_cron_type_txt'] = 'Max. zamanlanmış görev çeşidi (chrooted and full implies url)';
44 $wb['limit_cron_frequency_txt'] = 'Çalıştırma arasındaki min. gecikme';
45 $wb['ip_address_txt'] = 'IP adresleri';
46 $wb['limit_client_error_notint'] = 'Alt müşteri limiti sayı olmak zorunda.';
47 $wb['firstname_error_empty'] = 'Adı boş.';
48 $wb['contact_error_empty'] = 'Kontak adı boş.';
49 $wb['default_webserver_txt'] = 'Varsayılan web sunucusu';
50 $wb['limit_web_domain_txt'] = 'Max. web domain sayısı';
51 $wb['limit_web_aliasdomain_txt'] = 'Max. web aliasdomain sayısı';
52 $wb['limit_web_subdomain_txt'] = 'Max. web subdomain sayısı';
53 $wb['limit_ftp_user_txt'] = 'Max. FTP kullanıcı sayısı';
54 $wb['default_dnsserver_txt'] = 'Varsayılan DNS Sunucusu';
55 $wb['limit_dns_zone_txt'] = 'Max. DNS zone sayısı';
a59731 56 $wb['limit_dns_slave_zone_txt'] = 'Max. number of secondary DNS zones';
2d870d 57 $wb['limit_dns_record_txt'] = 'Max. DNS record sayısı';
F 58 $wb['limit_shell_user_txt'] = 'Max. Shell kullanıcı sayısı';
59 $wb['limit_client_txt'] = 'Max. Müşteri sayısı';
60 $wb['username_error_empty'] = 'Kullanıcı adı boş.';
61 $wb['username_error_unique'] = 'Bu kullanıcı adı zaten var.';
62 $wb['limit_maildomain_error_notint'] = 'Email domain limiti sayı olmak zorunda.';
63 $wb['limit_mailbox_error_notint'] = 'Mail kutusu limiti sayı olmak zorunda.';
64 $wb['limit_mailalias_error_notint'] = 'Email alias limiti sayı olmak zorunda.';
65 $wb['limit_mailforward_error_notint'] = 'Email forward limiti sayı olmak zorunda.';
66 $wb['limit_mailcatchall_error_notint'] = 'Email catchall limiti sayı olmak zorunda.';
67 $wb['limit_mailrouting_error_notint'] = 'Email routing limiti sayı olmak zorunda.';
68 $wb['limit_mailfilter_error_notint'] = 'Email filter limiti sayı olmak zorunda.';
69 $wb['limit_mailfetchmail_error_notint'] = 'Fetchmail limiti sayı olmak zorunda.';
70 $wb['limit_mailquota_error_notint'] = 'Email kota limiti sayı olmak zorunda.';
71 $wb['limit_spamfilter_wblist_error_notint'] = 'Spam filtre ak / kara listesi limiti sayı olmak zorunda.';
72 $wb['limit_spamfilter_user_error_notint'] = 'Spam filtresi kullanıcı limiti sayı olmak zorunda.';
73 $wb['limit_spamfilter_policy_error_notint'] = 'Spam filtresi kuralı limiti sayı olmak zorunda.';
74 $wb['limit_web_domain_error_notint'] = 'Website limiti sayı olmak zorunda.';
75 $wb['limit_web_aliasdomain_error_notint'] = 'Website alias domain limiti sayı olmak zorunda.';
76 $wb['limit_web_subdomain_error_notint'] = 'Website subdomain limiti sayı olmak zorunda.';
77 $wb['limit_ftp_user_error_notint'] = 'FTP kullanıcı limiti sayı olmak zorunda.';
78 $wb['limit_shell_user_error_notint'] = 'Shell kullanıcı limiti sayı olmak zorunda.';
79 $wb['limit_dns_zone_error_notint'] = 'Dns record limiti sayı olmak zorunda.';
a59731 80 $wb['limit_dns_slave_zone_error_notint'] = 'The dns slave zone limit must be a number.';
D 81 $wb['limit_dns_record_error_notint'] = 'The dns record limit must be a number.';
2d870d 82 $wb['default_dbserver_txt'] = 'Varsayılan Veritabanı Sunucusu';
F 83 $wb['limit_database_error_notint'] = 'Veritabanı limiti sayı olmak zorunda.';
84 $wb['limit_cron_error_notint'] = 'Zamanlanmış Görev limiti sayı olmak zorunda.';
85 $wb['limit_cron_error_frequency'] = 'Zamanlanmış Görev sıklığı limiti sayı olmak zorunda.';
86 $wb['username_error_regex'] = 'Kullanıcı adı geçersiz karakterler içerimekte.';
87 $wb['template_master_txt'] = 'Ana Şablon';
88 $wb['template_additional_txt'] = 'Ek Şablon';
89 $wb['ssh_chroot_txt'] = 'SSH-Chroot Seçenekleri';
90 $wb['web_php_options_txt'] = 'PHP Seçenekleri';
91 $wb['limit_client_error'] = 'Max. müşteri limitine ulaşıldı.';
92 $wb['limit_client_error_positive'] = 'Müşteri sayısı sıfırdan büyük olmalı';
e4aa20 93 $wb['limit_web_quota_txt'] = 'Web Kotası';
T 94 $wb['limit_traffic_quota_txt'] = 'Trafik Kotası';
95 $wb['limit_trafficquota_error_notint'] = 'Trafik kotası sayı olmak zorunda.';
aa3ea2 96 $wb['customer_no_txt'] = 'Customer No.';
T 97 $wb['vat_id_txt'] = 'VAT ID';
98 $wb['required_fields_txt'] = '* Required fields';
d7be27 99 $wb['limit_mailmailinglist_txt'] = 'Max. number of mailing lists';
T 100 $wb['limit_mailaliasdomain_txt'] = 'Max. number of domain aliases';
101 $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users';
102 $wb['limit_mailmailinglist_error_notint'] = 'The mailing list record limit must be a number.';
103 $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.';
d6cd45 104 $wb['limit_openvz_vm_txt'] = 'Max. number of virtual servers';
T 105 $wb['limit_openvz_vm_template_id_txt'] = 'Force virtual server template';
106 $wb['limit_openvz_vm_error_notint'] = 'The virtual server limit must be a number.';
8cf78b 107 $wb['web_php_options_notempty'] = 'No PHP option(s) selected. Select at least one PHP option.';
T 108 $wb['ssh_chroot_notempty'] = 'No SSH chroot option selected. Select at least one SSH option.';
e94a9f 109 $wb['username_error_collision'] = 'The username may not start with the word -web- or -web- followed by a number.';
142907 110 $wb['add_additional_template_txt'] = 'Add additional template';
T 111 $wb['delete_additional_template_txt'] = 'Delete additional template';
112 $wb['limit_cgi_txt'] = 'CGI available';
113 $wb['limit_ssi_txt'] = 'SSI available';
114 $wb['limit_perl_txt'] = 'Perl available';
115 $wb['limit_ruby_txt'] = 'Ruby available';
116 $wb['limit_python_txt'] = 'Python available';
117 $wb['force_suexec_txt'] = 'SuEXEC forced';
118 $wb['limit_hterror_txt'] = 'Custom error docs available';
119 $wb['limit_wildcard_txt'] = 'Wildcard subdomain available';
120 $wb['limit_ssl_txt'] = 'SSL available';
121 $wb['web_limits_txt'] = 'Web Limits';
122 $wb['email_limits_txt'] = 'Email Limits';
123 $wb['database_limits_txt'] = 'Database Limits';
124 $wb['cron_job_limits_txt'] = 'Cron Job Limits';
125 $wb['dns_limits_txt'] = 'DNS Limits';
126 $wb['virtualization_limits_txt'] = 'Virtualization Limits';
127 $wb['generate_password_txt'] = 'Generate Password';
128 $wb['repeat_password_txt'] = 'Repeat Password';
129 $wb['password_mismatch_txt'] = 'The passwords do not match.';
130 $wb['password_match_txt'] = 'The passwords do match.';
bfcdef 131 $wb['email_error_isemail'] = 'Please enter a valid email address.';
T 132 $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).';
10b4c8 133 $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.';
T 134 $wb['paypal_email_txt'] = 'PayPal Email';
135 $wb['company_id_txt'] = 'Company/Entrepreneur ID';
136 $wb['bank_account_number_txt'] = 'Bank account no.';
137 $wb['bank_account_owner_txt'] = 'Bank account owner';
138 $wb['bank_code_txt'] = 'Bank code';
139 $wb['bank_name_txt'] = 'Bank name';
140 $wb['bank_account_iban_txt'] = 'IBAN';
141 $wb['bank_account_swift_txt'] = 'BIC / Swift';
cc6568 142 $wb['aps_limits_txt'] = 'APS Installer Limits';
H 143 $wb['limit_aps_txt'] = 'Max. number of APS instances';
144 $wb['limit_aps_error_notint'] = 'The APS instances limit must be a number.';
7b47c0 145 $wb['default_slave_dnsserver_txt'] = 'Default Secondary DNS Server';
992797 146 $wb['locked_txt'] = 'Locked';
MC 147 $wb['canceled_txt'] = 'Canceled';
148 $wb['gender_m_txt'] = 'Mr.';
149 $wb['gender_f_txt'] = 'Ms.';
150 $wb['gender_txt'] = 'Title';
dc9e64 151 $wb['customer_no_template_txt'] = 'Customer No. template';
TB 152 $wb['customer_no_template_error_regex_txt'] = 'The customer No. template contains invalid characters';
153 $wb['customer_no_start_txt'] = 'Customer No. start value';
154 $wb['customer_no_counter_txt'] = 'Customer No. counter';
155 $wb['added_by_txt'] = 'Added by';
156 $wb['added_date_txt'] = 'Added date';
157 $wb['limit_domainmodule_error_notint'] = 'Domainmodule limit must be a number.';
158 $wb['limit_domainmodule_txt'] = 'Domainmodule Limit';
159 $wb['client_limits_txt'] = 'Client Limits';
a08e6c 160 $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \\"custom\\" is selected.';
6697eb 161 ?>