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