From 51ee2e92d6320209f159dcc18fd8eafe7f4145f5 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 28 Nov 2011 08:42:12 -0500 Subject: [PATCH] Updated pl language files. --- interface/web/sites/lib/lang/pl_web_domain.lng | 31 ++++++++++++++++--------------- 1 files changed, 16 insertions(+), 15 deletions(-) diff --git a/interface/web/sites/lib/lang/pl_web_domain.lng b/interface/web/sites/lib/lang/pl_web_domain.lng index 4ddf250..e209eef 100644 --- a/interface/web/sites/lib/lang/pl_web_domain.lng +++ b/interface/web/sites/lib/lang/pl_web_domain.lng @@ -1,5 +1,5 @@ <?php -$wb['ssl_state_txt'] = 'Stan'; +$wb['ssl_state_txt'] = 'Stan/województwo'; $wb['ssl_locality_txt'] = 'Lokalizacja'; $wb['ssl_organisation_txt'] = 'Organizacja'; $wb['ssl_organisation_unit_txt'] = 'Jednosta organizacji'; @@ -65,20 +65,20 @@ $wb['stats_type_txt'] = 'Oprogramowanie statystyk'; $wb['custom_php_ini_txt'] = 'Własne ustawienia php.ini'; $wb['error_ssl_cert_empty'] = 'SSL Certificate field is empty'; -$wb['none_txt'] = 'None'; -$wb['disabled_txt'] = 'Disabled'; -$wb['no_redirect_txt'] = 'No redirect'; -$wb['no_flag_txt'] = 'No flag'; -$wb['save_certificate_txt'] = 'Save certificate'; -$wb['create_certificate_txt'] = 'Create certificate'; -$wb['delete_certificate_txt'] = 'Delete certificate'; -$wb['ipv6_address_txt'] = 'IPv6-Address'; -$wb['nginx_directives_txt'] = 'nginx Directives'; -$wb['seo_redirect_txt'] = 'SEO Redirect'; -$wb['non_www_to_www_txt'] = 'Non-www -> www'; -$wb['www_to_non_www_txt'] = 'www -> non-www'; -$wb['php_fpm_use_socket_txt'] = 'Use Socket For PHP-FPM'; -$wb['error_no_sni_txt'] = 'SNI for SSL is not activated on this server. You can enable only one SSL certificate on each IP address.'; +$wb['none_txt'] = 'Brak'; +$wb['disabled_txt'] = 'Wyłączone'; +$wb['no_redirect_txt'] = 'Bez przekierowania'; +$wb['no_flag_txt'] = 'Bez flagi'; +$wb['save_certificate_txt'] = 'Zapisz certyfikat'; +$wb['create_certificate_txt'] = 'Utwórz certyfikat'; +$wb['delete_certificate_txt'] = 'Usuń certyfikat'; +$wb['ipv6_address_txt'] = 'Adres IPv6'; +$wb['nginx_directives_txt'] = 'Dyrektywy nginx'; +$wb['seo_redirect_txt'] = 'Przekierowanie SEO'; +$wb['non_www_to_www_txt'] = 'bez www -> www'; +$wb['www_to_non_www_txt'] = 'www -> bez www'; +$wb['php_fpm_use_socket_txt'] = 'Użyj socketu dla PHP-FPM'; +$wb['error_no_sni_txt'] = 'SNI dla SSL nie jest aktywowane na tym serwerze. Możesz utworzyć tylko jeden certyfikat SSL dla jednego adresu IP.'; $wb['python_txt'] = 'Python'; $wb['pm_max_children_txt'] = 'PHP-FPM pm.max_children'; $wb['pm_start_servers_txt'] = 'PHP-FPM pm.start_servers'; @@ -90,3 +90,4 @@ $wb['pm_min_spare_servers_error_regex'] = 'PHP-FPM pm.min_spare_servers must be a positive integer value.'; $wb['pm_max_spare_servers_error_regex'] = 'PHP-FPM pm.max_spare_servers must be a positive integer value.'; ?> + -- Gitblit v1.9.1