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