]> git.mxchange.org Git - friendica-addons.git/blob - mailstream/lang/pl/strings.php
Merge remote-tracking branch 'upstream/develop' into more-abstraction
[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         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);;
6 }}
7 ;
8 $a->strings["From Address"] = "Z adresu";
9 $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.";
10 $a->strings["Save Settings"] = "Zapisz ustawienia";
11 $a->strings["Re:"] = "Re:";
12 $a->strings["Friendica post"] = "Friendica post";
13 $a->strings["Diaspora post"] = "Post Diaspora";
14 $a->strings["Feed item"] = "Element kanału";
15 $a->strings["Email"] = "E-mail";
16 $a->strings["Friendica Item"] = "Pozycja Friendica";
17 $a->strings["Upstream"] = "Nadrzędny";
18 $a->strings["Local"] = "Lokalny";
19 $a->strings["Enabled"] = "Włączone";
20 $a->strings["Email Address"] = "Adres e-mail";
21 $a->strings["Leave blank to use your account email address"] = "Pozostaw puste, aby użyć adresu e-mail swojego konta";
22 $a->strings["Exclude Likes"] = "Wykluczanie polubień";
23 $a->strings["Check this to omit mailing \"Like\" notifications"] = "Zaznacz to pole, aby pominąć wysyłanie powiadomień typu \"Lubię to\"";
24 $a->strings["Attach Images"] = "Dołącz zdjęcia";
25 $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.";
26 $a->strings["Mail Stream Settings"] = "Ustawienia strumienia poczty";