Till Brehm
2015-12-03 1fbf0d38c82aaa4fe20ef7a7158cdcbac81e16ee
commit | author | age
142907 1 <?php
T 2 $wb['server_id_txt'] = 'Server';
10b4c8 3 $wb['client_id_txt'] = 'Klient';
43b345 4 $wb['name_txt'] = 'Verze PHP';
T 5 $wb['Name'] = 'Jméno';
10b4c8 6 $wb['FastCGI Settings'] = 'FastCGI nastavení';
T 7 $wb['PHP-FPM Settings'] = 'PHP-FPM nastavení';
43b345 8 $wb['Additional PHP Versions'] = 'Další verze PHP';
T 9 $wb['Form to edit additional PHP versions'] = 'Formulář pro úpravu dalších PHP verzí';
10b4c8 10 $wb['server_php_name_error_empty'] = 'Název pole nesmí být prázdné.';
43b345 11 $wb['php_fastcgi_binary_txt'] = 'Cesta k PHP FastCGI binary';
T 12 $wb['php_fastcgi_ini_dir_txt'] = 'Cesta k php.ini adresáři';
13 $wb['php_fpm_init_script_txt'] = 'Cesta k PHP-FPM init script';
14 $wb['php_fpm_ini_dir_txt'] = 'Cesta k php.ini adresáři';
15 $wb['php_fpm_pool_dir_txt'] = 'Cesta k PHP-FPM pool adresáři';
142907 16 ?>
206676 17
1fbf0d 18