2013-08-09 16:06:31 +04:00
< ? php
$TRANSLATIONS = array (
2012-09-01 04:04:00 +04:00
" Help " => " Pomoc " ,
" Personal " => " Osobiste " ,
" Settings " => " Ustawienia " ,
" Users " => " Użytkownicy " ,
" Admin " => " Administrator " ,
2013-08-01 09:57:04 +04:00
" Failed to upgrade \" %s \" . " => " Błąd przy aktualizacji \" %s \" . " ,
2013-07-06 04:08:38 +04:00
" web services under your control " => " Kontrolowane serwisy " ,
2013-08-01 09:57:04 +04:00
" cannot open \" %s \" " => " Nie można otworzyć \" %s \" " ,
2012-09-01 04:04:00 +04:00
" ZIP download is turned off. " => " Pobieranie ZIP jest wyłączone. " ,
" Files need to be downloaded one by one. " => " Pliki muszą zostać pobrane pojedynczo. " ,
" Back to Files " => " Wróć do plików " ,
" Selected files too large to generate zip file. " => " Wybrane pliki są zbyt duże, aby wygenerować plik zip. " ,
2013-08-01 09:57:04 +04:00
" Download the files in smaller chunks, seperately or kindly ask your administrator. " => " Pobierz pliki w mniejszy kawałkach, oddzielnie lub poproś administratora o zwiększenie limitu. " ,
2013-01-29 03:06:20 +04:00
" couldn't be determined " => " nie może zostać znaleziony " ,
2012-09-01 04:04:00 +04:00
" Application is not enabled " => " Aplikacja nie jest włączona " ,
" Authentication error " => " Błąd uwierzytelniania " ,
" Token expired. Please reload page. " => " Token wygasł. Proszę ponownie załadować stronę. " ,
2012-10-25 04:11:53 +04:00
" Files " => " Pliki " ,
" Text " => " Połączenie tekstowe " ,
" Images " => " Obrazy " ,
2013-02-26 03:06:26 +04:00
" %s enter the database username. " => " %s wpisz nazwę użytkownika do bazy " ,
" %s enter the database name. " => " %s wpisz nazwę bazy. " ,
" %s you may not use dots in the database name " => " %s nie można używać kropki w nazwie bazy danych " ,
2013-06-30 04:13:07 +04:00
" MS SQL username and/or password not valid: %s " => " Nazwa i/lub hasło serwera MS SQL jest niepoprawne: %s. " ,
2013-02-26 03:06:26 +04:00
" You need to enter either an existing account or the administrator. " => " Należy wprowadzić istniejące konto użytkownika lub administratora. " ,
" MySQL username and/or password not valid " => " MySQL: Nazwa użytkownika i/lub hasło jest niepoprawne " ,
" DB Error: \" %s \" " => " Błąd DB: \" %s \" " ,
" Offending command was: \" %s \" " => " Niepoprawna komenda: \" %s \" " ,
" MySQL user '%s'@'localhost' exists already. " => " Użytkownik MySQL '%s'@'localhost' już istnieje " ,
" Drop this user from MySQL " => " Usuń tego użytkownika z MySQL " ,
" MySQL user '%s'@'%%' already exists " => " Użytkownik MySQL '%s'@'%%t' już istnieje " ,
" Drop this user from MySQL. " => " Usuń tego użytkownika z MySQL. " ,
2013-06-30 04:13:07 +04:00
" Oracle connection could not be established " => " Nie można ustanowić połączenia z bazą Oracle " ,
2013-05-24 04:02:43 +04:00
" Oracle username and/or password not valid " => " Oracle: Nazwa użytkownika i/lub hasło jest niepoprawne " ,
2013-02-26 03:06:26 +04:00
" Offending command was: \" %s \" , name: %s, password: %s " => " Niepoprawne polecania: \" %s \" , nazwa: %s, hasło: %s " ,
2013-06-30 04:13:07 +04:00
" PostgreSQL username and/or password not valid " => " PostgreSQL: Nazwa użytkownika i/lub hasło jest niepoprawne " ,
" Set an admin username. " => " Ustaw nazwę administratora. " ,
" Set an admin password. " => " Ustaw hasło administratora. " ,
2013-04-27 04:24:29 +04:00
" Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken. " => " Serwer internetowy nie jest jeszcze poprawnie skonfigurowany, aby umożliwić synchronizację plików, ponieważ interfejs WebDAV wydaje się być uszkodzony. " ,
" Please double check the <a href='%s'>installation guides</a>. " => " Sprawdź ponownie <a href='%s'>przewodniki instalacji</a>. " ,
2012-09-01 04:04:00 +04:00
" seconds ago " => " sekund temu " ,
2013-08-15 12:53:54 +04:00
" _%n minute ago_::_%n minutes ago_ " => array (,),
" _%n hour ago_::_%n hours ago_ " => array (,),
2013-04-27 04:24:29 +04:00
" today " => " dziś " ,
2012-09-01 04:04:00 +04:00
" yesterday " => " wczoraj " ,
2013-08-15 12:53:54 +04:00
" _%n day go_::_%n days ago_ " => array (,),
2013-04-27 04:24:29 +04:00
" last month " => " w zeszłym miesiącu " ,
2013-08-15 12:53:54 +04:00
" _%n month ago_::_%n months ago_ " => array (,),
2013-04-27 04:24:29 +04:00
" last year " => " w zeszłym roku " ,
2012-09-04 04:03:21 +04:00
" years ago " => " lat temu " ,
2013-08-01 09:57:04 +04:00
" Caused by: " => " Spowodowane przez: " ,
2012-11-28 03:11:21 +04:00
" Could not find category \" %s \" " => " Nie można odnaleźć kategorii \" %s \" "
2012-09-01 04:04:00 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = " nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2); " ;