Till Brehm
2015-06-24 bd12aad9ef1e564d1cd6618c76168c61e15c9c77
commit | author | age
027d48 1 <?php
bd12aa 2 $wb['diskspace_txt'] = 'Disk alanı';
TB 3 $wb['ram_txt'] = 'Bellek (garanti edilen)';
4 $wb['ram_burst_txt'] = 'Bellek (anlık)';
5 $wb['cpu_units_txt'] = 'İşlemci birimi';
6 $wb['cpu_num_txt'] = 'İşlemci sayısı';
7 $wb['cpu_limit_txt'] = 'İşlemci sınırı';
8 $wb['io_priority_txt'] = 'G/Ç önceliği';
9 $wb['nameserver_txt'] = 'Ad Sunucuları';
10 $wb['nameserver_desc_txt'] = '(boşluk ile ayırarak)';
11 $wb['capability_txt'] = 'Yeterlilik';
12 $wb['server_id_txt'] = 'Sunucu';
13 $wb['ostemplate_id_txt'] = 'OS Kalıbı';
14 $wb['template_id_txt'] = 'Kalıp';
15 $wb['ip_address_txt'] = 'IP Adresi';
16 $wb['hostname_txt'] = 'Sunucu Adı';
17 $wb['vm_password_txt'] = 'VM Parolası';
18 $wb['start_boot_txt'] = 'Açılışta başlat';
19 $wb['active_txt'] = 'Etkin';
20 $wb['description_txt'] = 'Açıklama';
21 $wb['client_group_id_txt'] = 'Müşteri';
d6cd45 22 $wb['veid_txt'] = 'VEID';
bd12aa 23 $wb['create_dns_txt'] = 'Sunucu için DNS oluştur';
TB 24 $wb['active_until_date_txt'] = 'Şu tarihe kadar etkin';
25 $wb['ip_address_error_empty'] = 'IP adresi boş olamaz.';
26 $wb['hostname_error_empty'] = 'Sunucu adı boş olamaz.';
27 $wb['vm_password_error_empty'] = 'VM parolası boş olamaz.';
28 $wb['veid_error_empty'] = 'VEID boş olamaz.';
29 $wb['veid_error_unique'] = 'VEID zaten var.';
30 $wb['diskspace_error_empty'] = 'Disk alanı boş olamaz.';
31 $wb['ram_error_empty'] = 'Bellek (garanti edilen) boş olamaz.';
32 $wb['ram_burst_error_empty'] = 'Bellek (anlık) boş olamaz.';
33 $wb['cpu_units_error_empty'] = 'İşlemci birimleri boş olamaz.';
34 $wb['cpu_num_error_empty'] = 'İşlemci sayısı boş olamaz.';
35 $wb['cpu_limit_error_empty'] = 'İşlemci sınırı boş olamaz.';
36 $wb['io_priority_error_empty'] = 'G/Ç önceliği boş olamaz.';
37 $wb['template_nameserver_error_empty'] = 'Ad sunucuları boş olamaz.';
38 $wb['Virtual server'] = 'Sanal sunucu';
39 $wb['Advanced'] = 'Gelişmiş';
d6cd45 40 ?>