twitter PL translation THX waldis

This commit is contained in:
Tobias Diekershoff 2018-06-09 10:10:46 +02:00
parent fdbcf4855a
commit 8c4aa8b1a3
2 changed files with 38 additions and 26 deletions

View file

@ -2,6 +2,7 @@
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
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);;
}}
;
@ -12,7 +13,7 @@ $a->strings["Twitter Import/Export/Mirror"] = "Twitter Import/Export/Mirror";
$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Nie znaleziono pary kluczy konsumpcyjnych dla Twittera. Skontaktuj się z administratorem witryny.";
$a->strings["At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter."] = "W tej instancji Friendica dodatek do Twittera został włączony, ale jeszcze nie podłączyłeś swojego konta do konta na Twitterze. Aby to zrobić, kliknij przycisk poniżej, aby uzyskać numer PIN z Twittera, który musisz skopiować do poniższego pola wprowadzania i przesłać formularz. Tylko twoje <strong>publiczne</strong> posty będą publikowane na Twitterze.";
$a->strings["Log in with Twitter"] = "Zaloguj się przez Twittera";
$a->strings["Copy the PIN from Twitter here"] = "Skopiuj kod PIN z Twittera tutaj";
$a->strings["Copy the PIN from Twitter here"] = "Skopiuj tutaj kod PIN z Twittera";
$a->strings["Save Settings"] = "Zapisz ustawienia";
$a->strings["Currently connected to: "] = "Obecnie podłączony do:";
$a->strings["Disconnect"] = "Rozłączony";
@ -23,6 +24,7 @@ $a->strings["Send public postings to Twitter by default"] = "Wyślij domyślnie
$a->strings["Mirror all posts from twitter that are no replies"] = "Lustro wszystkich postów Twitter, które są bez odpowiedzi";
$a->strings["Import the remote timeline"] = "Zaimportuj zdalną oś czasu";
$a->strings["Automatically create contacts"] = "Automatycznie twórz kontakty";
$a->strings["This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again."] = "Spowoduje to automatyczne utworzenie kontaktu w witrynie Friendica, gdy tylko otrzymasz wiadomość od istniejącego kontaktu za pośrednictwem sieci Twitter. Jeśli nie włączysz tego, musisz ręcznie dodać te kontakty z serwisu Twitter w serwisie Friendica, od których chcesz widzieć posty. Jeśli jednak jest włączona, nie można po prostu usunąć kontaktu z Twittera z listy kontaktów Friendica, ponieważ odtworzony zostanie ten kontakt po ponownym wysłaniu.";
$a->strings["Twitter post failed. Queued for retry."] = "Nieudany wpis na Twitterze. W kolejce do ponowienia.";
$a->strings["Settings updated."] = "Ustawienia zaktualizowane.";
$a->strings["Consumer key"] = "Klucz klienta";