Till Brehm
2014-09-12 21c8aacf5317867f71d0a7bb71c4c2b088d02d23
commit | author | age
142907 1 <?php
T 2 $wb['server_id_txt'] = 'Server';
21c8aa 3 $wb['client_id_txt'] = 'Klijent';
142907 4 $wb['name_txt'] = 'PHP Name';
T 5 $wb['Name'] = 'Name';
21c8aa 6 $wb['FastCGI Settings'] = 'FastCGI postavke';
TB 7 $wb['PHP-FPM Settings'] = 'PHP-FPM postavke';
8 $wb['Additional PHP Versions'] = 'Dodatne PHP verzije';
9 $wb['Form to edit additional PHP versions'] = 'Forma za dodatne PHP verzije';
142907 10 $wb['server_php_name_error_empty'] = 'The Name field must not be empty.';
21c8aa 11 $wb['php_fastcgi_binary_txt'] = 'Putanja do PHP FastCGI datoteke';
TB 12 $wb['php_fastcgi_ini_dir_txt'] = 'Putanja do php.ini direktorija';
13 $wb['php_fpm_init_script_txt'] = 'Putanja do PHP-FPM init skripte';
14 $wb['php_fpm_ini_dir_txt'] = 'Putanja do php.ini direktorija';
15 $wb['php_fpm_pool_dir_txt'] = 'Putanja do PHP-FPM pool direktorija';
142907 16 ?>
21c8aa 17
TB 18