Marius Cramer
2014-08-13 42539643c396f9d8865dcf9a51b13dc869709d16
commit | author | age
142907 1 <?php
14f228 2 $wb['tpl_default_admin_head_txt'] = 'Global inställning standardtema';
142907 3 $wb['tpl_default_admin_desc_txt'] = '';
T 4 $wb['server_id_txt'] = 'Server';
14f228 5 $wb['client_id_txt'] = 'Kund';
TB 6 $wb['name_txt'] = 'PHP-namn';
7 $wb['Name'] = 'Namn';
8 $wb['FastCGI Settings'] = 'FastCGI-inställningar';
9 $wb['PHP-FPM Settings'] = 'PHP-FPM-inställningar';
10 $wb['Additional PHP Versions'] = 'Ytterligare PHP-versioner';
142907 11 $wb['Form to edit additional PHP versions'] = 'Form to edit additional PHP versions';
T 12 $wb['server_php_name_error_empty'] = 'The Name field must not be empty.';
13 $wb['php_fastcgi_binary_txt'] = 'Path to the PHP FastCGI binary';
14 $wb['php_fastcgi_ini_dir_txt'] = 'Path to the php.ini directory';
15 $wb['php_fpm_init_script_txt'] = 'Path to the PHP-FPM init script';
16 $wb['php_fpm_ini_dir_txt'] = 'Path to the php.ini directory';
17 $wb['php_fpm_pool_dir_txt'] = 'Path to the PHP-FPM pool directory';
18 ?>