| | |
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['client_id_txt'] = 'Client'; |
| | | $wb['name_txt'] = 'PHP Name'; |
| | | $wb['Name'] = 'Name'; |
| | | $wb['FastCGI Settings'] = 'FastCGI Settings'; |
| | | $wb['PHP-FPM Settings'] = 'PHP-FPM Settings'; |
| | | $wb['Additional PHP Versions'] = 'Additional PHP Versions'; |
| | | $wb['Form to edit additional PHP versions'] = 'Form to edit additional PHP versions'; |
| | | $wb['server_php_name_error_empty'] = 'The Name field must not be empty.'; |
| | | $wb['php_fastcgi_binary_txt'] = 'Path to the PHP FastCGI binary'; |
| | | $wb['php_fastcgi_ini_dir_txt'] = 'Path to the php.ini directory'; |
| | | $wb['php_fpm_init_script_txt'] = 'Path to the PHP-FPM init script'; |
| | | $wb['php_fpm_ini_dir_txt'] = 'Path to the php.ini directory'; |
| | | $wb['php_fpm_pool_dir_txt'] = 'Path to the PHP-FPM pool directory'; |
| | | $wb['server_id_txt'] = 'Serwer'; |
| | | $wb['client_id_txt'] = 'Klient'; |
| | | $wb['name_txt'] = 'Nazwa PHP'; |
| | | $wb['Name'] = 'Nazwa'; |
| | | $wb['FastCGI Settings'] = 'Ustawienia FastCGI'; |
| | | $wb['PHP-FPM Settings'] = 'Ustawienia PHP-FPM'; |
| | | $wb['Additional PHP Versions'] = 'Dodatkowe wersje PHP'; |
| | | $wb['Form to edit additional PHP versions'] = 'Formularz do edycji dodatkowych wersji PHP'; |
| | | $wb['server_php_name_error_empty'] = 'Pole Nazwa nie może być puste'; |
| | | $wb['php_fastcgi_binary_txt'] = 'Ścieżka do binarki PHP FastCGI'; |
| | | $wb['php_fastcgi_ini_dir_txt'] = 'Ścieżka do katalogu php.ini'; |
| | | $wb['php_fpm_init_script_txt'] = 'Ścieżka do skryptu inicjującego PHP-FPM'; |
| | | $wb['php_fpm_ini_dir_txt'] = 'Ścieżka do katalogu php.ini'; |
| | | $wb['php_fpm_pool_dir_txt'] = 'Ścieżka do katalogu pool PHP-FPM'; |
| | | ?> |
| | | |