From 11b3daff80a65d0d0b0dabf3ef99aa0c7018f76b Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 11 Aug 2009 09:59:25 -0400 Subject: [PATCH] Fixed: FS#822 - Main tabs at top not applying translations. --- interface/web/admin/lib/lang/pl_server_config.lng | 98 ++++++++++++++++++++++++------------------------ 1 files changed, 49 insertions(+), 49 deletions(-) diff --git a/interface/web/admin/lib/lang/pl_server_config.lng b/interface/web/admin/lib/lang/pl_server_config.lng index a72b437..eb57202 100644 --- a/interface/web/admin/lib/lang/pl_server_config.lng +++ b/interface/web/admin/lib/lang/pl_server_config.lng @@ -1,49 +1,49 @@ -<?php -$wb["jailkit_chroot_home_txt"] = 'Adres root-a Jailkit'; -$wb["jailkit_chroot_app_sections_txt"] = 'Sekcje aplikacji root-a Jailkit'; -$wb["jailkit_chroot_app_programs_txt"] = 'Ścieżki aplikacji root-a Jailkit'; -$wb['jailkit_chroot_cron_programs_txt'] = 'Jailkit cron chrooted applications'; -$wb["website_path_txt"] = 'Adres strony WWW'; -$wb["website_symlinks_txt"] = 'Symulowany link strony WWW'; -$wb["website_basedir_txt"] = 'Ścieżka bazowa strony WWW'; -$wb["vhost_conf_dir_txt"] = 'Ścieżka do konfiguracyji wirtualnego serwera'; -$wb["vhost_conf_enabled_dir_txt"] = 'Ścieżka do aktywnej konfiguracyji Vhost'; -$wb["getmail_config_dir_txt"] = 'Ścieżka do konfiguracyji Getmail'; -$wb["fastcgi_starter_path_txt"] = 'Adres startowy FastCGI'; -$wb["fastcgi_starter_script_txt"] = 'Startowy skrypt FastCGI'; -$wb["fastcgi_alias_txt"] = 'Alias FastCGI'; -$wb["fastcgi_phpini_path_txt"] = 'Ścieżka do php.ini FastCGI'; -$wb["fastcgi_children_txt"] = 'Ilość dzieci FastCGI'; -$wb["fastcgi_max_requests_txt"] = 'Maksymalna ilość zadań FastCGI'; -$wb["fastcgi_bin_txt"] = 'Kosz FastCGI'; -$wb["module_txt"] = 'Moduł'; -$wb["maildir_path_txt"] = 'Adres poczty e-mail'; -$wb["homedir_path_txt"] = 'Bazowy adres poczty e-mail'; -$wb["mailuser_uid_txt"] = 'UID użytkownika e-mail'; -$wb["mailuser_gid_txt"] = 'GID użytkownika e-mail'; -$wb["mailuser_name_txt"] = 'Nazwa użytkownika e-mail'; -$wb["mailuser_group_txt"] = 'Grupa użytkownika e-mail'; -$wb["relayhost_txt"] = 'Adres Relayhost'; -$wb["relayhost_user_txt"] = 'Użytkownik Relayhost'; -$wb["relayhost_password_txt"] = 'Hasło Relayhost'; -$wb["mailbox_size_limit_txt"] = 'Maksymalna wielkość skrzynki pocztowej'; -$wb["message_size_limit_txt"] = 'Maksymalna wielkość wiadomości'; -$wb["ip_address_txt"] = 'Adres IP'; -$wb["netmask_txt"] = 'Maska'; -$wb["gateway_txt"] = 'Bramka'; -$wb["hostname_txt"] = 'Nazwa'; -$wb["nameservers_txt"] = 'Nazwa serwera'; -$wb["auto_network_configuration_txt"] = 'Konfiguracja sieci'; -$wb["ip_address_error_wrong"] = 'Nieprawidłowy format adresu IP.'; -$wb["netmask_error_wrong"] = 'Nieprawidłowy format maski.'; -$wb["gateway_error_wrong"] = 'Nieprawidłowy format bramki.'; -$wb["hostname_error_empty"] = 'Nazwa jest pusta.'; -$wb["nameservers_error_empty"] = 'Nazwa serwera jest pusta.'; -$wb["config_dir_txt"] = 'Config directory'; -$wb["init_script_txt"] = 'Cron init script name'; -$wb["crontab_dir_txt"] = 'Path for individual crontabs'; -$wb["wget_txt"] = 'Path to wget program'; -$wb["web_user_txt"] = 'Apache user'; -$wb["web_group_txt"] = 'Apache group'; -?> - +<?php +$wb['jailkit_chroot_home_txt'] = 'Adres root-a Jailkit'; +$wb['jailkit_chroot_app_sections_txt'] = 'Sekcje aplikacji root-a Jailkit'; +$wb['jailkit_chroot_app_programs_txt'] = 'Ścieżki aplikacji root-a Jailkit'; +$wb['jailkit_chroot_cron_programs_txt'] = 'Jailkit cron chrooted applications'; +$wb['website_path_txt'] = 'Adres strony WWW'; +$wb['website_symlinks_txt'] = 'Symulowany link strony WWW'; +$wb['website_basedir_txt'] = 'Ścieżka bazowa strony WWW'; +$wb['vhost_conf_dir_txt'] = 'Ścieżka do konfiguracyji wirtualnego serwera'; +$wb['vhost_conf_enabled_dir_txt'] = 'Ścieżka do aktywnej konfiguracyji Vhost'; +$wb['getmail_config_dir_txt'] = 'Ścieżka do konfiguracyji Getmail'; +$wb['fastcgi_starter_path_txt'] = 'Adres startowy FastCGI'; +$wb['fastcgi_starter_script_txt'] = 'Startowy skrypt FastCGI'; +$wb['fastcgi_alias_txt'] = 'Alias FastCGI'; +$wb['fastcgi_phpini_path_txt'] = 'Ścieżka do php.ini FastCGI'; +$wb['fastcgi_children_txt'] = 'Ilość dzieci FastCGI'; +$wb['fastcgi_max_requests_txt'] = 'Maksymalna ilość zadań FastCGI'; +$wb['fastcgi_bin_txt'] = 'Kosz FastCGI'; +$wb['module_txt'] = 'Moduł'; +$wb['maildir_path_txt'] = 'Adres poczty e-mail'; +$wb['homedir_path_txt'] = 'Bazowy adres poczty e-mail'; +$wb['mailuser_uid_txt'] = 'UID użytkownika e-mail'; +$wb['mailuser_gid_txt'] = 'GID użytkownika e-mail'; +$wb['mailuser_name_txt'] = 'Nazwa użytkownika e-mail'; +$wb['mailuser_group_txt'] = 'Grupa użytkownika e-mail'; +$wb['relayhost_txt'] = 'Adres Relayhost'; +$wb['relayhost_user_txt'] = 'Użytkownik Relayhost'; +$wb['relayhost_password_txt'] = 'Hasło Relayhost'; +$wb['mailbox_size_limit_txt'] = 'Maksymalna wielkość skrzynki pocztowej'; +$wb['message_size_limit_txt'] = 'Maksymalna wielkość wiadomości'; +$wb['ip_address_txt'] = 'Adres IP'; +$wb['netmask_txt'] = 'Maska'; +$wb['gateway_txt'] = 'Bramka'; +$wb['hostname_txt'] = 'Nazwa'; +$wb['nameservers_txt'] = 'Nazwa serwera'; +$wb['auto_network_configuration_txt'] = 'Konfiguracja sieci'; +$wb['ip_address_error_wrong'] = 'Nieprawidłowy format adresu IP.'; +$wb['netmask_error_wrong'] = 'Nieprawidłowy format maski.'; +$wb['gateway_error_wrong'] = 'Nieprawidłowy format bramki.'; +$wb['hostname_error_empty'] = 'Nazwa jest pusta.'; +$wb['nameservers_error_empty'] = 'Nazwa serwera jest pusta.'; +$wb['config_dir_txt'] = 'Config directory'; +$wb['init_script_txt'] = 'Cron init script name'; +$wb['crontab_dir_txt'] = 'Path for individual crontabs'; +$wb['wget_txt'] = 'Path to wget program'; +$wb['web_user_txt'] = 'Apache user'; +$wb['web_group_txt'] = 'Apache group'; +$wb['security_level_txt'] = 'Security level'; +?> -- Gitblit v1.9.1