commit | author | age
|
02bf99
|
1 |
<?php |
bd12aa
|
2 |
$wb['zone_file_import_txt'] = 'Bölge Dosyası Alma'; |
TB |
3 |
$wb['server_id_txt'] = 'Sunucu'; |
|
4 |
$wb['client_txt'] = 'Müşteri'; |
|
5 |
$wb['btn_save_txt'] = 'Bölge Dosyasını Al'; |
|
6 |
$wb['btn_cancel_txt'] = 'Geri'; |
|
7 |
$wb['domain_txt'] = 'Alan Adı'; |
|
8 |
$wb['zone_file_successfully_imported_txt'] = 'Bölge dosyası alındı!'; |
|
9 |
$wb['error_no_valid_zone_file_txt'] = 'Bu bölge dosyası geçersiz görünüyor!'; |
|
10 |
$wb['zonefile_to_import_txt'] = 'Bölge Dosyası'; |
|
11 |
$wb['domain_field_desc_txt'] = 'Alan adı dosya adında ya da bölge dosyasının içeriğinde bulunuyor ise boş bırakılabilir.'; |
|
12 |
$wb['title'] = 'Bölge Dosyalarını Al'; |
|
13 |
$wb['no_file_uploaded_error'] = 'Hiçbir bölge dosyası yüklenmedi'; |
407003
|
14 |
$wb['error_no_server_id'] = 'No server provided.'; |
TB |
15 |
$wb['error_not_allowed_server_id'] = 'The selected server is not allowed for this account.'; |
e94a9f
|
16 |
?> |