]> git.mxchange.org Git - friendica-addons.git/blob - mailstream/lang/pl/strings.php
ijpost addon DE translation updated
[friendica-addons.git] / mailstream / 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 ;
9 $a->strings["From Address"] = "Z adresu";
10 $a->strings["Email address that stream items will appear to be from."] = "Adres e-mail, z którego będą przesyłane strumienie pochodzące z.";
11 $a->strings["Save Settings"] = "Zapisz ustawienia";
12 $a->strings["Re:"] = "Re:";
13 $a->strings["Friendica post"] = "Friendica post";
14 $a->strings["Diaspora post"] = "Post Diaspora";
15 $a->strings["Feed item"] = "Element kanału";
16 $a->strings["Email"] = "E-mail";
17 $a->strings["Friendica Item"] = "Pozycja Friendica";
18 $a->strings["Upstream"] = "Nadrzędny";
19 $a->strings["Local"] = "Lokalny";
20 $a->strings["Enabled"] = "Włączone";
21 $a->strings["Email Address"] = "Adres e-mail";
22 $a->strings["Leave blank to use your account email address"] = "Pozostaw puste, aby użyć adresu e-mail swojego konta";
23 $a->strings["Exclude Likes"] = "Wykluczanie polubień";
24 $a->strings["Check this to omit mailing \"Like\" notifications"] = "Zaznacz to pole, aby pominąć wysyłanie powiadomień typu \"Lubię to\"";
25 $a->strings["Attach Images"] = "Dołącz zdjęcia";
26 $a->strings["Download images in posts and attach them to the email.  Useful for reading email while offline."] = "Pobierz zdjęcia w postach i dołącz je do wiadomości e-mail. Przydatny do czytania wiadomości e-mail w trybie offline.";
27 $a->strings["Mail Stream Settings"] = "Ustawienia strumienia poczty";