Till Brehm
2015-06-24 bd12aad9ef1e564d1cd6618c76168c61e15c9c77
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 ?>
bd12aa 17