]> git.mxchange.org Git - friendica-addons.git/blob - pumpio/lang/pl/strings.php
#8374: Added function type hint
[friendica-addons.git] / pumpio / lang / pl / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_pl")) {
4 function string_plural_select_pl($n){
5         $n = intval($n);
6         return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
7 }}
8 ;
9 $a->strings["Permission denied."] = "Odmowa dostępu.";
10 $a->strings["Unable to register the client at the pump.io server '%s'."] = "Nie można zarejestrować klienta na serwerze pump.io '%s'.";
11 $a->strings["You are now authenticated to pumpio."] = "Jesteś teraz uwierzytelniony w trybie pumpio.";
12 $a->strings["return to the connector page"] = "powrót do strony łączenia";
13 $a->strings["Post to pumpio"] = "Prześlij do pumpio";
14 $a->strings["Pump.io Import/Export/Mirror"] = "Pump.io Import/Export/Mirror";
15 $a->strings["pump.io username (without the servername)"] = "nazwa użytkownika pump.io (bez nazwy serwera)";
16 $a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "pump.io nazwa_serwera (bez \"http://\" lub \"https://\")";
17 $a->strings["Authenticate your pump.io connection"] = "Uwierzytelnij swoje połączenie pump.io";
18 $a->strings["Import the remote timeline"] = "Zaimportuj zdalną oś czasu";
19 $a->strings["Enable pump.io Post Addon"] = "Włącz dodatek pump.io";
20 $a->strings["Post to pump.io by default"] = "Opublikuj domyślnie w pump.io";
21 $a->strings["Should posts be public?"] = "Czy posty powinny być publiczne?";
22 $a->strings["Mirror all public posts"] = "Odbij wszystkie publiczne posty";
23 $a->strings["Check to delete this preset"] = "Zaznacz, aby usunąć to ustawienie wstępne";
24 $a->strings["Save Settings"] = "Zapisz ustawienia";
25 $a->strings["Pump.io post failed. Queued for retry."] = "Błąd Pump.io post. W kolejce do ponowienia.";
26 $a->strings["Pump.io like failed. Queued for retry."] = "Błąd Pump.io. W kolejce do ponowienia.";
27 $a->strings["status"] = "status";
28 $a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$slubi %2\$s %3\$s ";