Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
142907 1 <?php
bd12aa 2 $wb['server_id_txt'] = 'Sunucu';
TB 3 $wb['client_id_txt'] = 'Müşteri';
4 $wb['name_txt'] = 'PHP Adı';
5 $wb['Name'] = 'Ad';
6 $wb['FastCGI Settings'] = 'FastCGI Ayarları';
7 $wb['PHP-FPM Settings'] = 'PHP-FPM Ayarları';
8 $wb['Additional PHP Versions'] = 'Diğer PHP Sürümleri';
9 $wb['Form to edit additional PHP versions'] = 'Diğer PHP sürümlerini düzenleme formu';
10 $wb['server_php_name_error_empty'] = 'Ad alanı boş olamaz.';
11 $wb['php_fastcgi_binary_txt'] = 'PHP FastCGI Dosyasının Yolu';
12 $wb['php_fastcgi_ini_dir_txt'] = 'php.ini Klasörünün Yolu';
13 $wb['php_fpm_init_script_txt'] = 'PHP-FPM Başlatma Betiğinin Yolu';
14 $wb['php_fpm_ini_dir_txt'] = 'php.ini Klasörünün Yolu';
15 $wb['php_fpm_pool_dir_txt'] = 'PHP-FPM Havuz Klasörünün Yolu';
142907 16 ?>