diff --git a/install/froxlor.sql b/install/froxlor.sql index 6493f521..77d05635 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -451,7 +451,7 @@ INSERT INTO `panel_settings` (`settingid`, `settinggroup`, `varname`, `value`) V INSERT INTO `panel_settings` (`settingid`, `settinggroup`, `varname`, `value`) VALUES (18, 'system', 'vmail_homedir', '/var/customers/mail/'); INSERT INTO `panel_settings` (`settingid`, `settinggroup`, `varname`, `value`) VALUES (19, 'system', 'bindconf_directory', '/etc/bind/'); INSERT INTO `panel_settings` (`settingid`, `settinggroup`, `varname`, `value`) VALUES (20, 'system', 'bindreload_command', '/etc/init.d/bind9 reload'); -INSERT INTO `panel_settings` (`settingid`, `settinggroup`, `varname`, `value`) VALUES (22, 'panel', 'version', '0.9.4-svn2'); +INSERT INTO `panel_settings` (`settingid`, `settinggroup`, `varname`, `value`) VALUES (22, 'panel', 'version', '0.9.5'); INSERT INTO `panel_settings` (`settingid`, `settinggroup`, `varname`, `value`) VALUES (23, 'system', 'hostname', 'SERVERNAME'); INSERT INTO `panel_settings` (`settingid`, `settinggroup`, `varname`, `value`) VALUES (24, 'login', 'maxloginattempts', '3'); INSERT INTO `panel_settings` (`settingid`, `settinggroup`, `varname`, `value`) VALUES (25, 'login', 'deactivatetime', '900'); diff --git a/install/updates/froxlor/0.9/update_0.9.inc.php b/install/updates/froxlor/0.9/update_0.9.inc.php index 75669bd8..6715f65d 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -466,4 +466,10 @@ if(isFroxlorVersion('0.9.4-svn1')) updateToVersion('0.9.4-svn2'); } +if(isFroxlorVersion('0.9.4-svn2')) +{ + showUpdateStep("Updating from 0.9.4-svn2 to 0.9.5 final"); + lastStepStatus(0); + updateToVersion('0.9.5'); +} ?> diff --git a/lib/tables.inc.php b/lib/tables.inc.php index b7613590..78176f88 100644 --- a/lib/tables.inc.php +++ b/lib/tables.inc.php @@ -68,7 +68,7 @@ define('PACKAGE_ENABLED', 2); // VERSION INFO -$version = '0.9.4-svn2'; +$version = '0.9.5'; $dbversion = '2'; $branding = ''; diff --git a/lng/english.lng.php b/lng/english.lng.php index b73c0e9c..baf0eb43 100644 --- a/lng/english.lng.php +++ b/lng/english.lng.php @@ -1347,7 +1347,7 @@ $lng['cron']['changewarning'] = 'Changing these values can have a negative cause $lng['serversettings']['stdsubdomainhost']['title'] = 'Customer standard subdomain'; $lng['serversettings']['stdsubdomainhost']['description'] = 'What hostname should be used to create standard subdomains for customer. If empty, the system-hostname is used.'; -// ADDED IN FROXLOR 0.9.4-1 +// ADDED IN FROXLOR 0.9.4-svn1 $lng['ftp']['account_edit'] = 'Edit ftp account'; $lng['ftp']['editpassdescription'] = 'Set new password or leave blank for no change.'; $lng['mysql']['sendinfomail'] = 'Send data via email to me'; diff --git a/lng/german.lng.php b/lng/german.lng.php index 1de48f1e..35f4eb7b 100644 --- a/lng/german.lng.php +++ b/lng/german.lng.php @@ -1327,7 +1327,7 @@ $lng['cron']['changewarning'] = 'Änderungen an diesen Werten kann einen neg $lng['serversettings']['stdsubdomainhost']['title'] = 'Kunden Standard-Subdomain'; $lng['serversettings']['stdsubdomainhost']['description'] = 'Welcher Hostname soll für das Erstellen der Kunden-Standard-Subdomain verwendet werden? Falls leer wird der System-Hostname verwendet.'; -// ADDED IN FROXLOR 0.9.4-1 +// ADDED IN FROXLOR 0.9.4-svn1 $lng['ftp']['account_edit'] = 'FTP Konto bearbeiten'; $lng['ftp']['editpassdescription'] = 'Neues Passwort setzen oder leer für keine Änderung.'; $lng['mysql']['sendinfomail'] = 'Daten per E-Mail an mich senden'; @@ -1337,6 +1337,7 @@ $lng['customer']['mysql_add']['infomail_body']['main'] = "Hallo {CUST_NAME},\n\n $lng['error']['domains_cantdeletedomainwithapsinstances'] = 'Sie können keine Domain löschen, die noch von APS Paketen verwendet wird. Löschen Sie zuerst alle installierten APS Pakete dieser Domain.'; $lng['serversettings']['awstats_path'] = 'Pfad zu AWStats \'awstats_buildstaticpages.pl\''; $lng['serversettings']['awstats_conf'] = 'AWStats Konfigurations-Pfad'; +$lng['error']['overviewsettingoptionisnotavalidfield'] = 'Hoppla, ein Feld, dass als Option in der Konfigurationsübersicht angezeigt werden soll, hat nicht den erwarteten Wert. Sie können den Entwicklern die Schuld geben. Dies sollte nicht passieren!'; $lng['admin']['configfiles']['compactoverview'] = 'Kompakt-Übersicht'; $lng['mysql']['mysql_server'] = 'MySQL-Server'; diff --git a/lng/polish.lng.php b/lng/polish.lng.php index a5121910..b3e4c1c5 100644 --- a/lng/polish.lng.php +++ b/lng/polish.lng.php @@ -75,7 +75,7 @@ $lng['customer']['unlimited'] = 'bez limitu'; * Customermenue */ -$lng['menue']['main']['main'] = 'Panel główny'; +$lng['menue']['main']['main'] = 'Panel główny'; $lng['menue']['main']['changepassword'] = 'Zmień hasło'; $lng['menue']['main']['changelanguage'] = 'Zmień język'; $lng['menue']['email']['email'] = 'E-mail'; @@ -218,16 +218,16 @@ $lng['error']['errordocpathdupe'] = 'Option for path %s already exists'; $lng['error']['adduserfirst'] = 'Proszę w pierwszej kolejności utworzyć klienta'; $lng['error']['domainalreadyexists'] = 'The domain %s is already assigned to a customer'; $lng['error']['nolanguageselect'] = 'Nie wybrano języka.'; -$lng['error']['nosubjectcreate'] = 'Musisz zdefiniować temat dla szablonu e-maila.'; -$lng['error']['nomailbodycreate'] = 'Musisz zdefiniować treść dla szablonu e-maila.'; -$lng['error']['templatenotfound'] = 'Szablon nie został znaleziony.'; +$lng['error']['nosubjectcreate'] = 'Musisz zdefiniować temat dla szablonu e-maila.'; +$lng['error']['nomailbodycreate'] = 'Musisz zdefiniować treść dla szablonu e-maila.'; +$lng['error']['templatenotfound'] = 'Szablon nie został znaleziony.'; $lng['error']['alltemplatesdefined'] = 'You cant define more templates, all languages are supported already.'; $lng['error']['wwwnotallowed'] = 'www is not allowed for subdomains.'; $lng['error']['subdomainiswrong'] = 'The subdomain %s contains invalid characters.'; -$lng['error']['domaincantbeempty'] = 'Nazwa domeny nie może być pusta.'; -$lng['error']['domainexistalready'] = 'Domena %s już istnieje.'; +$lng['error']['domaincantbeempty'] = 'Nazwa domeny nie może być pusta.'; +$lng['error']['domainexistalready'] = 'Domena %s już istnieje.'; $lng['error']['domainisaliasorothercustomer'] = 'The selected alias domain is either itself an alias domain or belongs to another customer.'; -$lng['error']['emailexistalready'] = 'Adres e-mail %s już istnieje.'; +$lng['error']['emailexistalready'] = 'Adres e-mail %s już istnieje.'; $lng['error']['maindomainnonexist'] = 'The main-domain %s does not exist.'; $lng['error']['destinationnonexist'] = 'Please create your forwarder in the field \'Destination\'.'; $lng['error']['destinationalreadyexistasmail'] = 'The forwarder to %s already exists as active EMail-Address.'; @@ -242,7 +242,7 @@ $lng['error']['domainname'] = $lng['domains']['domainname']; $lng['question']['question'] = 'Pytanie bezpieczeństwa'; $lng['question']['admin_customer_reallydelete'] = 'Czy na pewno chcesz skasować klienta %s? Ta czynność jest niedwracalna!'; $lng['question']['admin_domain_reallydelete'] = 'Czy na pewno chcesz skasować domenę %s?'; -$lng['question']['admin_domain_reallydisablesecuritysetting'] = 'Czy na pewno chcesz deaktywować ustawienia bezpieczeństwa (OpenBasedir i/lub SafeMode)?'; +$lng['question']['admin_domain_reallydisablesecuritysetting'] = 'Czy na pewno chcesz deaktywować ustawienia bezpieczeństwa (OpenBasedir i/lub SafeMode)?'; $lng['question']['admin_admin_reallydelete'] = 'Czy na pewno chcesz skasować administratora %s? Wszystcy klienci i domeny zostaną przypisani do Twojego konta.'; $lng['question']['admin_template_reallydelete'] = 'Czy na pewno chcesz skasować szablon \'%s\'?'; $lng['question']['domains_reallydelete'] = 'Czy na pewno chcesz skasować domenę %s?'; @@ -328,17 +328,17 @@ $lng['admin']['webserver'] = 'Webserwer'; */ $lng['serversettings']['session_timeout']['title'] = 'Timeout Sesji'; -$lng['serversettings']['session_timeout']['description'] = 'jak długo użytkownik może być nieaktywny przed automatycznym wylogowaniem (sekund)?'; +$lng['serversettings']['session_timeout']['description'] = 'jak długo użytkownik może być nieaktywny przed automatycznym wylogowaniem (sekund)?'; $lng['serversettings']['accountprefix']['title'] = 'Customer prefix'; $lng['serversettings']['accountprefix']['description'] = 'Which prefix should customer accounts have?'; $lng['serversettings']['mysqlprefix']['title'] = 'SQL Prefix'; $lng['serversettings']['mysqlprefix']['description'] = 'Which prefix should mysql accounts have?'; $lng['serversettings']['ftpprefix']['title'] = 'FTP Prefix'; $lng['serversettings']['ftpprefix']['description'] = 'Which prefix should ftp accounts have?'; -$lng['serversettings']['documentroot_prefix']['title'] = 'Home directory'; -$lng['serversettings']['documentroot_prefix']['description'] = 'Where should all home directories be stored?'; -$lng['serversettings']['logfiles_directory']['title'] = 'Logfiles directory'; -$lng['serversettings']['logfiles_directory']['description'] = 'Where should all log files be stored?'; +$lng['serversettings']['documentroot_prefix']['title'] = 'Katalog domowy'; +$lng['serversettings']['documentroot_prefix']['description'] = 'Gdzie powinny być przechowywane wszystkie katalogi domowe?'; +$lng['serversettings']['logfiles_directory']['title'] = 'Katalog z logami'; +$lng['serversettings']['logfiles_directory']['description'] = 'Gdzie powinny być przechowywane wszystkie logi?'; $lng['serversettings']['ipaddress']['title'] = 'Adres IP'; $lng['serversettings']['ipaddress']['description'] = 'Jaki jest adres IP tego serwera?'; $lng['serversettings']['hostname']['title'] = 'Hostname'; @@ -356,20 +356,20 @@ $lng['serversettings']['vmail_uid']['description'] = 'Which UserID should mails $lng['serversettings']['vmail_gid']['title'] = 'Mails-GID'; $lng['serversettings']['vmail_gid']['description'] = 'Which GroupID should mails have?'; $lng['serversettings']['vmail_homedir']['title'] = 'Katalog domowy e-maili'; -$lng['serversettings']['vmail_homedir']['description'] = 'Gdzie mają być składowane wiadomości e-mail?'; +$lng['serversettings']['vmail_homedir']['description'] = 'Gdzie mają być składowane wiadomości e-mail?'; $lng['serversettings']['adminmail']['title'] = 'Nadawca'; -$lng['serversettings']['adminmail']['description'] = 'Jaki jest adres nadawcy dla wiadomości wysyłanych z panelu?'; +$lng['serversettings']['adminmail']['description'] = 'Jaki jest adres nadawcy dla wiadomości wysyłanych z panelu?'; $lng['serversettings']['phpmyadmin_url']['title'] = 'URL do phpMyAdmina'; -$lng['serversettings']['phpmyadmin_url']['description'] = 'What\'s the URL to phpMyAdmin? (has to start with http(s)://)'; -$lng['serversettings']['webmail_url']['title'] = 'WebMail URL'; -$lng['serversettings']['webmail_url']['description'] = 'What\'s the URL to WebMail? (has to start with http(s)://)'; -$lng['serversettings']['webftp_url']['title'] = 'WebFTP URL'; -$lng['serversettings']['webftp_url']['description'] = 'What\'s the URL to WebFTP? (has to start with http(s)://)'; -$lng['serversettings']['language']['description'] = 'What\'s your standard server language?'; +$lng['serversettings']['phpmyadmin_url']['description'] = 'Jaki jest adres URL do phpMyAdmina? (Musi się rozpoczynać do http(s)://)'; +$lng['serversettings']['webmail_url']['title'] = 'URL do WebMaila'; +$lng['serversettings']['webmail_url']['description'] = 'Jaki jest adres URL do WebMaila? (Musi się rozpoczynać do http(s)://)'; +$lng['serversettings']['webftp_url']['title'] = 'URL do WebFTPa'; +$lng['serversettings']['webftp_url']['description'] = 'Jaki jest adres URL do WebFTPa? (Musi się rozpoczynać do http(s)://)'; +$lng['serversettings']['language']['description'] = 'Jaki jest standardowy język serwera?'; $lng['serversettings']['maxloginattempts']['title'] = 'Max Login Attempts'; $lng['serversettings']['maxloginattempts']['description'] = 'Maximum login attempts after which the account gets deactivated.'; $lng['serversettings']['deactivatetime']['title'] = 'Czas zablokowania'; -$lng['serversettings']['deactivatetime']['description'] = 'Czas (sek.) zablokowania dostępu do konta po nieudanym logowaniu.'; +$lng['serversettings']['deactivatetime']['description'] = 'Czas (sek.) zablokowania dostępu do konta po nieudanym logowaniu.'; $lng['serversettings']['pathedit']['title'] = 'Type of path input'; $lng['serversettings']['pathedit']['description'] = 'Should a path be selected by a dropdown menu or by an input field?'; $lng['serversettings']['nameservers']['title'] = 'Serwery Nazw (Nameserwery)'; @@ -381,7 +381,7 @@ $lng['serversettings']['mxservers']['description'] = 'A comma seperated list con * CHANGED BETWEEN 1.2.12 and 1.2.13 */ -$lng['mysql']['description'] = 'W tym miejscu możesz tworzyć i zmieniać Twoje bazy MySQL.
The changes are made instantly and the database can be used immediately.
At the menu on the left side you find the tool phpMyAdmin with which you can easily administer your database.

To use your databases in your own php-scripts use the following settings: (The data in italics have to be changed into the equivalents you typed in!)
Hostname:
Username: Databasename
Password: the password you\'ve chosen
Database: Databasename'; +$lng['mysql']['description'] = 'W tym miejscu możesz tworzyć i zmieniać Twoje bazy MySQL.
The changes are made instantly and the database can be used immediately.
At the menu on the left side you find the tool phpMyAdmin with which you can easily administer your database.

To use your databases in your own php-scripts use the following settings: (The data in italics have to be changed into the equivalents you typed in!)
Hostname:
Username: Databasename
Password: the password you\'ve chosen
Database: Databasename'; /** * ADDED BETWEEN 1.2.12 and 1.2.13 @@ -395,9 +395,9 @@ $lng['error']['cantdeletesystemip'] = 'You cannot delete the last system IP, eit $lng['error']['myipaddress'] = '\'IP\''; $lng['error']['myport'] = '\'Port\''; $lng['error']['myipdefault'] = 'You need to select an IP/Port combination that should become default.'; -$lng['error']['myipnotdouble'] = 'Kombinacja IP/Port już istnieje.'; +$lng['error']['myipnotdouble'] = 'Kombinacja IP/Port już istnieje.'; $lng['error']['admin_domain_emailsystemhostname'] = 'Sorry. You can not use the Server Hostname as email domain'; -$lng['question']['admin_ip_reallydelete'] = 'Czy na pewno chcesz skasować adres IP %s?'; +$lng['question']['admin_ip_reallydelete'] = 'Czy na pewno chcesz skasować adres IP %s?'; $lng['admin']['ipsandports']['ipsandports'] = 'IP i Porty'; $lng['admin']['ipsandports']['add'] = 'Dodaj IP/Port'; $lng['admin']['ipsandports']['edit'] = 'Edytuj IP/Port'; @@ -533,7 +533,7 @@ $lng['admin']['configfiles']['choosedaemon'] = '-- Wybierz daemona --'; // ADDED IN 1.2.16-svn10 $lng['serversettings']['ftpdomain']['title'] = 'konta FTP @domena'; -$lng['serversettings']['ftpdomain']['description'] = 'Klienci mogą tworzyć konta FTP uzytkownik@domenaklienta?'; +$lng['serversettings']['ftpdomain']['description'] = 'Klienci mogą tworzyć konta FTP uzytkownik@domenaklienta?'; $lng['panel']['back'] = 'Back'; // ADDED IN 1.2.16-svn12 @@ -581,9 +581,9 @@ $lng['admin']['ipsandports']['create_vhostcontainer_servername_statement'] = 'Cr $lng['admin']['webalizersettings'] = 'Usttawienia Webalizera'; $lng['admin']['webalizer']['normal'] = 'Normalny'; $lng['admin']['webalizer']['quiet'] = 'Cichy'; -$lng['admin']['webalizer']['veryquiet'] = 'Bez danych wyjścia'; -$lng['serversettings']['webalizer_quiet']['title'] = 'Dane wyjścia Webalizera'; -$lng['serversettings']['webalizer_quiet']['description'] = 'Gadatliwość programu Webalizer'; +$lng['admin']['webalizer']['veryquiet'] = 'Bez danych wyjścia'; +$lng['serversettings']['webalizer_quiet']['title'] = 'Dane wyjścia Webalizera'; +$lng['serversettings']['webalizer_quiet']['description'] = 'Gadatliwość programu Webalizer'; // ADDED IN 1.2.18-svn3 @@ -596,7 +596,7 @@ $lng['menue']['ticket']['archive'] = 'Archiwum zgłoszeń'; $lng['ticket']['description'] = 'Here you can send help-requests to your responsible administrator.
Notifications will be sent via e-mail.'; $lng['ticket']['ticket_new'] = 'Utwórz nowe zgłoszenie'; $lng['ticket']['ticket_reply'] = 'Odpowiedź na zgłoszenie'; -$lng['ticket']['ticket_reopen'] = 'Ponownie otwórz zgłoszenie'; +$lng['ticket']['ticket_reopen'] = 'Ponownie otwórz zgłoszenie'; $lng['ticket']['ticket_newcateory'] = 'Utwórz nową kategorię'; $lng['ticket']['ticket_editcateory'] = 'Edytuj kategorię'; $lng['ticket']['ticket_view'] = 'View ticketcourse'; @@ -626,7 +626,7 @@ $lng['ticket']['reopen'] = 'Ponownie otw $lng['ticket']['archive'] = 'Zarchiwizuj'; $lng['ticket']['ticket_delete'] = 'Kasuj zgłoszenie'; $lng['ticket']['lastarchived'] = 'Recently archived tickets'; -$lng['ticket']['archivedtime'] = 'Archived'; +$lng['ticket']['archivedtime'] = 'Zarchiwizowano'; $lng['ticket']['open'] = 'Otwarte'; $lng['ticket']['wait_reply'] = 'czeka na odpowiedz'; $lng['ticket']['replied'] = 'Replied'; @@ -634,9 +634,9 @@ $lng['ticket']['closed'] = 'Zamknięte'; $lng['ticket']['staff'] = 'Dział pomocy technicznej'; $lng['ticket']['customer'] = 'Klient'; $lng['ticket']['old_tickets'] = 'Ticket messages'; -$lng['ticket']['search'] = 'Search archive'; +$lng['ticket']['search'] = 'Przeszukaj archiwum'; $lng['ticket']['nocustomer'] = 'Nie wybrano'; -$lng['ticket']['archivesearch'] = 'Archive searchresults'; +$lng['ticket']['archivesearch'] = 'Wynik przeszukiwania archiwum'; $lng['ticket']['noresults'] = 'Nie znaleziono zgłoszeń'; $lng['ticket']['notmorethanxopentickets'] = 'Due to spam-protection you cannot have more than %s open tickets'; $lng['ticket']['supportstatus'] = 'Status wsparcia technicznego'; @@ -689,7 +689,7 @@ $lng['customer']['tickets'] = 'Zgłoszenia wsparcia technicznego'; $lng['admin']['domain_nocustomeraddingavailable'] = 'Nie jest możliwe, by dodać teraz domenę. W pierwszej kolejności trzeba dodać klienta.'; $lng['serversettings']['ticket']['enable'] = 'Wspracie techniczne włączone'; -$lng['serversettings']['ticket']['concurrentlyopen'] = 'Ile zgłoszeń może być otwartych w jednym czasie?'; +$lng['serversettings']['ticket']['concurrentlyopen'] = 'Ile zgłoszeń może być otwartych w jednym czasie?'; $lng['error']['norepymailiswrong'] = 'The "Noreply-address" is wrong. Only a valid email-address is allowed.'; $lng['error']['tadminmailiswrong'] = 'The "Ticketadmin-address" is wrong. Only a valid email-address is allowed.'; $lng['ticket']['awaitingticketreply'] = 'Masz %s zgłoszeń do pomocy technicznej'; @@ -765,7 +765,7 @@ $lng['logger']['truncate'] = 'Wyszyść logi'; // ADDED IN 1.2.19-svn7 -$lng['serversettings']['ssl']['use_ssl'] = 'Użyj SSL'; +$lng['serversettings']['ssl']['use_ssl'] = 'Użyj SSL'; $lng['serversettings']['ssl']['ssl_cert_file'] = 'Gdzie jest zlokalizowany Certyfikat'; $lng['serversettings']['ssl']['openssl_cnf'] = 'Standardowe dane do tworzenia pliku certyfikatu'; $lng['panel']['reseller'] = 'reseller'; @@ -775,7 +775,7 @@ $lng['error']['nomessagetosend'] = 'Nie wprowadzono wiadomości.'; $lng['error']['noreceipientsgiven'] = 'Nie wprowadzono żadnego odbiorcy'; $lng['admin']['emaildomain'] = 'Emaildomain'; $lng['admin']['email_only'] = 'Only email?'; -$lng['admin']['wwwserveralias'] = 'Dodać "www." ServerAlias'; +$lng['admin']['wwwserveralias'] = 'Dodać "www." ServerAlias'; $lng['admin']['ipsandports']['enable_ssl'] = 'Is this an SSL Port?'; $lng['admin']['ipsandports']['ssl_cert_file'] = 'Path to the SSL Certificate'; $lng['panel']['send'] = 'send'; @@ -869,8 +869,8 @@ $lng['pwdreminder']['success'] = 'Password reset successfully.
You now shou // ADDED IN 1.2.19-svn18 -$lng['serversettings']['allow_preset'] = 'Allow password reset by customers'; -$lng['pwdreminder']['notallowed'] = 'Password reset is deactivated'; +$lng['serversettings']['allow_preset'] = 'Zezwalaj na resetowanie hasła przez klientów'; +$lng['pwdreminder']['notallowed'] = 'Resetowanie hasła jest nieaktywne'; // ADDED IN 1.2.19-svn20 @@ -903,18 +903,18 @@ $lng['domains']['topleveldomain'] = 'Top-Level-Domain'; // ADDED IN 1.2.19-svn22 -$lng['serversettings']['allow_password_reset']['description'] = 'Customers can reset their password and a new password will be sent to their e-mail address'; -$lng['serversettings']['allow_password_reset_admin']['title'] = 'Allow password reset by admins'; -$lng['serversettings']['allow_password_reset_admin']['description'] = 'Admins/reseller can reset their password and a new password will be sent to their e-mail address'; +$lng['serversettings']['allow_password_reset']['description'] = 'Klienci mogą zresetować hasło, a nowe hasło zostanie wysłane na ich adres e-mail'; +$lng['serversettings']['allow_password_reset_admin']['title'] = 'Zezwalaj na resetowanie hasła przez administratorów'; +$lng['serversettings']['allow_password_reset_admin']['description'] = 'Administratorzy/Resellerzy mogą resetować hasło, a nowe hasło zostanie wysłane na ich adres e-mail'; // ADDED IN 1.2.19-svn25 $lng['emails']['quota'] = 'Quota'; -$lng['emails']['noquota'] = 'No quota'; -$lng['emails']['updatequota'] = 'Update Quota'; -$lng['serversettings']['mail_quota']['title'] = 'Mailbox-quota'; -$lng['serversettings']['mail_quota']['description'] = 'The default quota for a new created mailboxes (MegaByte).'; -$lng['serversettings']['mail_quota_enabled']['title'] = 'Use mailbox-quota for customers'; +$lng['emails']['noquota'] = 'Brak quoty'; +$lng['emails']['updatequota'] = 'Aktualizuj Quotę'; +$lng['serversettings']['mail_quota']['title'] = 'Quota skrzynki pocztowej'; +$lng['serversettings']['mail_quota']['description'] = 'Standardowa quota dla nowoutworzonych skrzynek pocztowych (MegaBajty).'; +$lng['serversettings']['mail_quota_enabled']['title'] = 'Użyj Quoty skrzynek pocztowych dla klientów'; $lng['serversettings']['mail_quota_enabled']['description'] = 'Activate to use quotas on mailboxes. Default is No since this requires a special setup.'; $lng['serversettings']['mail_quota_enabled']['removelink'] = 'Click here to wipe all quotas for mail accounts.'; $lng['serversettings']['mail_quota_enabled']['enforcelink'] = 'Click here to enforce default quota to all User mail accounts.'; @@ -949,7 +949,7 @@ $lng['error']['autoresponderalreadyexists'] = 'There is already an autoresponder $lng['error']['invalidautoresponder'] = 'The given account is invalid.'; $lng['serversettings']['autoresponder_active']['title'] = 'Użyj modułu autorespondera'; $lng['serversettings']['autoresponder_active']['description'] = 'Do you want to use the autoresponder module?'; -$lng['admin']['security_settings'] = 'Security Options'; +$lng['admin']['security_settings'] = 'Opcje bezpieczeństwa'; $lng['admin']['know_what_youre_doing'] = 'Zmień TYLKO jeśli wiesz co robisz!'; $lng['admin']['show_version_login']['title'] = 'Pokazuj wersję Froxlora przy logowaniu'; $lng['admin']['show_version_login']['description'] = 'Pokazuj wersję Froxlora w stopce struno logowania'; @@ -1144,29 +1144,29 @@ $lng['aps']['allpackages'] = 'All Packages'; $lng['question']['reallyremovepackages'] = 'Do you really want to delete these packages?

Packages with dependencies can only be remove if the corresponding Instances have been removed!

'; $lng['aps']['nopackagesinsystem'] = 'There were no packages installed in the system which could be managed.'; $lng['aps']['packagenameandstatus'] = 'Packagename & Status'; -$lng['aps']['activate_aps']['title'] = 'Enable APS Installer'; +$lng['aps']['activate_aps']['title'] = 'Instalator aplikacji włączony'; $lng['aps']['activate_aps']['description'] = 'Here the APS Installer can be enabled and disabled globaly.'; -$lng['aps']['packages_per_page']['title'] = 'Packages per page'; +$lng['aps']['packages_per_page']['title'] = 'Paczek na stronie'; $lng['aps']['packages_per_page']['description'] = 'How many packages should be displayed per page for customers?'; -$lng['aps']['upload_fields']['title'] = 'Upload fields per page'; +$lng['aps']['upload_fields']['title'] = 'Ilość pól Uploadu na stronie'; $lng['aps']['upload_fields']['description'] = 'How many upload fields should be displayed on the page to install new packages in the system?'; $lng['aps']['exceptions']['title'] = 'Exceptions for Package validation'; $lng['aps']['exceptions']['description'] = 'Some packages need special configuration parameters or modules. The Installer cannot always determine if this options/extensions are available. For this reason you can now define exceptions that packages can be installed in the system. Do only select options which match your real configuration setup. For further information about this problem look into the handbook for this module.'; -$lng['aps']['settings_php_extensions'] = 'PHP-Extensions'; -$lng['aps']['settings_php_configuration'] = 'PHP-Configuration'; -$lng['aps']['settings_webserver_modules'] = 'Webserver modules'; +$lng['aps']['settings_php_extensions'] = 'Rozszerzenia PHP'; +$lng['aps']['settings_php_configuration'] = 'Konfiguracja PHP'; +$lng['aps']['settings_webserver_modules'] = 'Moduły Webserwera'; $lng['aps']['settings_webserver_misc'] = 'Webserver miscellaneous'; $lng['aps']['specialoptions'] = 'Special options'; -$lng['aps']['removeunused'] = 'Remove unused packages'; +$lng['aps']['removeunused'] = 'Usuń nieuzywane paczki'; $lng['aps']['enablenewest'] = 'Enabled newest version of package, lock others'; -$lng['aps']['installations'] = 'Installations'; -$lng['aps']['statistics'] = 'Statistics'; +$lng['aps']['installations'] = 'Instalacje'; +$lng['aps']['statistics'] = 'Statystyki'; $lng['aps']['numerofpackagesinstalled'] = '%s Packages installed
'; $lng['aps']['numerofpackagesenabled'] = '%s Packages enabled
'; $lng['aps']['numerofpackageslocked'] = '%s Packages locked
'; $lng['aps']['numerofinstances'] = '%s Instances installed
'; $lng['question']['reallydoaction'] = 'Do you really want to execute the selected actions?

Data which can be lost by continuing, cannot be restored later.

'; -$lng['aps']['linktolicense'] = 'Link to license'; +$lng['aps']['linktolicense'] = 'Link do licencji'; $lng['aps']['initerror_customer'] = 'There is currently a problem with this Froxlor extension. Contact your administrator for further information.'; $lng['aps']['numerofinstances'] = '%s Installations at all
'; $lng['aps']['numerofinstancessuccess'] = '%s successful Installations
'; @@ -1191,11 +1191,11 @@ $lng['error']['admindoesntexist'] = 'The admin you have chosen doesn\'t exist.'; $lng['serversettings']['system_realtime_port']['title'] = 'Port for realtime Froxlor'; $lng['serversettings']['system_realtime_port']['description'] = 'Froxlor connects to this port at localhost everytime a new cron task is scheduled. If value is 0 (zero), this feature is disabled.
See also: Make Froxlor work in realtime (Froxlor Wiki)'; -$lng['serversettings']['session_allow_multiple_login']['title'] = 'Allow multiple login'; -$lng['serversettings']['session_allow_multiple_login']['description'] = 'If activated a user could login multiple times.'; -$lng['serversettings']['panel_allow_domain_change_admin']['title'] = 'Allow moving domains between admins'; +$lng['serversettings']['session_allow_multiple_login']['title'] = 'Zezwalaj na jednoczesne logowanie'; +$lng['serversettings']['session_allow_multiple_login']['description'] = 'Jeśli jest zaznaczone użytkownik może zalogować się jednoczeście, wiele razy.'; +$lng['serversettings']['panel_allow_domain_change_admin']['title'] = 'Zezwalaj na przenoszenie domen pomiędzy administratorami'; $lng['serversettings']['panel_allow_domain_change_admin']['description'] = 'If activated you can change the admin of a domain at domainsettings.
Attention: If a customer isn\'t assigned to the same admin as the domain, the admin can see every other domain of that customer!'; -$lng['serversettings']['panel_allow_domain_change_customer']['title'] = 'Allow moving domains between customers'; +$lng['serversettings']['panel_allow_domain_change_customer']['title'] = 'Zezwalaj na przenoszenie domen pomiędzy klientami'; $lng['serversettings']['panel_allow_domain_change_customer']['description'] = 'If activated you can change the customer of a domain at domainsettings.
Attention: Froxlor won\'t change any paths. This could render a domain unusable!'; $lng['domains']['associated_with_domain'] = 'Associated'; $lng['domains']['aliasdomains'] = 'Alias domains'; @@ -1212,17 +1212,17 @@ $lng['serversettings']['mod_fcgid']['maxrequests']['title'] = 'Maximum Requests $lng['serversettings']['mod_fcgid']['maxrequests']['description'] = 'How many requests should be allowed per domain?'; // fix bug #1124 -$lng['admin']['webserver'] = 'Webserver'; +$lng['admin']['webserver'] = 'Webserwer'; $lng['error']['admin_domain_emailsystemhostname'] = 'The server-hostname cannot be used as email-domain.'; -$lng['aps']['license_link'] = 'Link to the license'; +$lng['aps']['license_link'] = 'Link do licencji'; // ADDED IN 1.4.2.1-1 -$lng['mysql']['mysql_server'] = 'MySQL-Server'; +$lng['mysql']['mysql_server'] = 'Serwer MySQL'; // ADDED IN 1.4.2.1-2 -$lng['admin']['ipsandports']['webserverdefaultconfig'] = 'Webserver Default Config'; +$lng['admin']['ipsandports']['webserverdefaultconfig'] = 'Domyślna Konfiguracja Webserwera'; $lng['admin']['ipsandports']['webserverdomainconfig'] = 'Webserver Domain Config'; $lng['admin']['ipsandports']['webserverssldomainconfig'] = 'Webserver SSL Config'; $lng['admin']['ipsandports']['ssl_key_file'] = 'Path to the SSL Keyfile'; @@ -1280,13 +1280,13 @@ $lng['crondesc']['cron_ticketarchive'] = 'archiwizowanie starych zgłosze $lng['admin']['specialsettingsforsubdomains'] = 'Apply specialsettings to all subdomains (*.example.com)'; $lng['serversettings']['specialsettingsforsubdomains']['description'] = 'If yes these custom vhost-settings will be added to all subdomains; if no subdomain-specialsettings are being removed.'; $lng['tasks']['outstanding_tasks'] = 'Outstanding cron-tasks'; -$lng['tasks']['rebuild_webserverconfig'] = 'Rebuilding webserver-configuration'; -$lng['tasks']['adding_customer'] = 'Adding new customer %loginname%'; -$lng['tasks']['rebuild_bindconfig'] = 'Rebuilding bind-configuration'; -$lng['tasks']['creating_ftpdir'] = 'Creating directory for new ftp-user'; -$lng['tasks']['deleting_customerfiles'] = 'Deleting customer-files %loginname%'; -$lng['tasks']['noneoutstanding'] = 'There are currently no outstanding tasks for Froxlor'; -$lng['ticket']['nonexistingcustomer'] = '(deleted customer)'; +$lng['tasks']['rebuild_webserverconfig'] = 'Przebudowanie konfiguracji webserwera'; +$lng['tasks']['adding_customer'] = 'Dodanie nowego klienta %loginname%'; +$lng['tasks']['rebuild_bindconfig'] = 'Przebudowanie konfiguracji binda'; +$lng['tasks']['creating_ftpdir'] = 'Tworzenie katalogu dla nowych użytkowników FTP'; +$lng['tasks']['deleting_customerfiles'] = 'Kasowanie plików klienta %loginname%'; +$lng['tasks']['noneoutstanding'] = 'Obecnie nie ma zaplanowanych zadań dla Froxlora'; +$lng['ticket']['nonexistingcustomer'] = '(usunięty klient)'; $lng['admin']['ticket_nocustomeraddingavailable'] = 'It\'s not possible to open a new support-ticket currently. You first need to add at least one customer.'; // ADDED IN FROXLOR 0.9.1 @@ -1297,11 +1297,83 @@ $lng['admin']['servicedata'] = 'Service Data'; // ADDED IN FROXLOR 0.9.2 -$lng['admin']['newerversionavailable'] = 'There is a newer version of Froxlor available'; +$lng['admin']['newerversionavailable'] = 'Jest dostępna nowa wersja Froxlora'; // ADDED IN FROXLOR 0.9.3 $lng['emails']['noemaildomainaddedyet'] = 'You do not have a (email-)domain in your account yet.'; $lng['error']['hiddenfieldvaluechanged'] = 'The value for the hidden field "%s" changed while editing the settings.

This is usually not a big problem but the settings could not be saved because of this.'; -?> +// ADDED IN FROXLOR 0.9.3-svn1 + +$lng['serversettings']['panel_password_min_length']['title'] = 'Minimalna długość hasła'; +$lng['serversettings']['panel_password_min_length']['description'] = 'Here you can set a minimum length for passwords. \'0\' means: no minimum length required.'; +$lng['error']['notrequiredpasswordlength'] = 'The given password is too short. Please enter at least %s characters.'; +$lng['serversettings']['system_store_index_file_subs']['title'] = 'Store default index file also to new subfolders'; +$lng['serversettings']['system_store_index_file_subs']['description'] = 'If enabled, the default index-file is being stored to every subdomain-path newly created (not if the folder already exists!)'; + +// ADDED IN FROXLOR 0.9.3-svn2 + +$lng['serversettings']['adminmail_return']['title'] = 'Reply-To address'; +$lng['serversettings']['adminmail_return']['description'] = 'Define an e-mail address as reply-to-address for mails sent by the panel.'; +$lng['serversettings']['adminmail_defname'] = 'Panel e-mail sender name'; + +// ADDED IN FROXLOR 0.9.3-svn3 +$lng['dkim']['dkim_algorithm']['title'] = 'Allowed Hash Algorithms'; +$lng['dkim']['dkim_algorithm']['description'] = 'Define allowed hash algorithms, chose "All" for all algorithms or one or more from the other available algorithms'; +$lng['dkim']['dkim_servicetype'] = 'Service Types'; +$lng['dkim']['dkim_keylength']['title'] = 'Key-length'; +$lng['dkim']['dkim_keylength']['description'] = 'Attention: If you change this values, you need to delete all the private/public keys in "'.$settings['dkim']['dkim_prefix'].'"'; +$lng['dkim']['dkim_notes']['title'] = 'DKIM Notes'; +$lng['dkim']['dkim_notes']['description'] = 'Notes that might be of interest to a human, e.g. a URL like http://www.dnswatch.info. No interpretation is made by any program. This tag should be used sparingly due to space limitations in DNS. This is intended for use by administrators, not end users.'; +$lng['dkim']['dkim_add_adsp']['title'] = 'Add DKIM ADSP entry'; +$lng['dkim']['dkim_add_adsp']['description'] = 'If you don\'t know what this is, leave it "enabled"'; +$lng['dkim']['dkim_add_adsppolicy']['title'] = 'ADSP policy'; +$lng['dkim']['dkim_add_adsppolicy']['description'] = 'For more information about this setting see http://wiki.froxlor.org/contrib/dkim-adsp-policies'; + +$lng['admin']['cron']['cronsettings'] = 'ustawienia zadań cyklicznych'; +$lng['cron']['cronname'] = 'cronjob-name'; +$lng['cron']['lastrun'] = 'last run'; +$lng['cron']['interval'] = 'interval'; +$lng['cron']['isactive'] = 'enabled'; +$lng['cron']['description'] = 'description'; +$lng['crondesc']['cron_unknown_desc'] = 'no description given'; +$lng['admin']['cron']['add'] = 'Add cronjob'; +$lng['crondesc']['cron_tasks'] = 'przebudowanie plików konfiguracyjnych'; +$lng['crondesc']['cron_legacy'] = 'legacy (old) cronjob'; +$lng['crondesc']['cron_apsinstaller'] = 'Instalator aplikacji'; +$lng['crondesc']['cron_autoresponder'] = 'e-mail autoresponder'; +$lng['crondesc']['cron_apsupdater'] = 'Aktualizacja pakietów instalatora aplikacji'; +$lng['crondesc']['cron_traffic'] = 'obliczanie ruchu'; +$lng['crondesc']['cron_ticketsreset'] = 'resetowanie liczników zgłoszeń'; +$lng['crondesc']['cron_ticketarchive'] = 'archiwizowanie starych zgłoszeń'; +$lng['cronmgmt']['seconds'] = 'seconds'; +$lng['cronmgmt']['minutes'] = 'minutes'; +$lng['cronmgmt']['hours'] = 'hours'; +$lng['cronmgmt']['days'] = 'days'; +$lng['cronmgmt']['weeks'] = 'weeks'; +$lng['cronmgmt']['months'] = 'months'; +$lng['admin']['cronjob_edit'] = 'Edytuj zadania cykliczne'; +$lng['cronjob']['cronjobsettings'] = 'Cronjob settings'; +$lng['cronjob']['cronjobinterval'] = 'Runtime interval'; +$lng['panel']['options'] = 'options'; +$lng['admin']['warning'] = 'WARNING - Please note!'; +$lng['cron']['changewarning'] = 'Changing these values can have a negative cause to the behavior of Froxlor and its automated tasks.

Please, only change values here if you are *damn sure* you know what you are doing.'; + +$lng['serversettings']['stdsubdomainhost']['title'] = 'Customer standard subdomain'; +$lng['serversettings']['stdsubdomainhost']['description'] = 'What hostname should be used to create standard subdomains for customer. If empty, the system-hostname is used.'; + +// ADDED IN FROXLOR 0.9.4-svn1 +$lng['ftp']['account_edit'] = 'Edit ftp account'; +$lng['ftp']['editpassdescription'] = 'Set new password or leave blank for no change.'; +$lng['mysql']['sendinfomail'] = 'Send data via email to me'; +$lng['customer']['mysql_add']['infomail_subject'] = '[Froxlor] New database created'; +$lng['customer']['mysql_add']['infomail_body']['pma'] = "\nYou can access your databases using phpMyAdmin via {URI}\n"; +$lng['customer']['mysql_add']['infomail_body']['main'] = "Hello {CUST_NAME},\n\nyou have just added a new database. Here is the entered information:\n\nDatabasename: {DB_NAME}\nPassword: {DB_PASS}\nDescription: {DB_DESC}\nDB-Hostname: {DB_SRV}\n{PMA_URI}\nYours sincerely, the Froxlor-Team"; +$lng['error']['domains_cantdeletedomainwithapsinstances'] = 'You cannot delete a domain which is used by an installed APS package. You have to uninstall it first.'; +$lng['serversettings']['awstats_path'] = 'Ścieżka do AWStats \'awstats_buildstaticpages.pl\''; +$lng['serversettings']['awstats_conf'] = 'AWStats configuration path'; +$lng['error']['overviewsettingoptionisnotavalidfield'] = 'Woops, a field that should be displayed as an option in the settings-overview is not an excepted type. You can blame the developers for this. This should not happen!'; +$lng['admin']['configfiles']['compactoverview'] = 'Compact-overview'; + +?> \ No newline at end of file