]> git.mxchange.org Git - friendica-addons.git/blob - mailstream/lang/pl/strings.php
2705afaad18b579b051259772d4836409749462e
[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 $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';