]> git.mxchange.org Git - friendica-addons.git/blob - diaspora/lang/pl/strings.php
PL translation diaspora THX waldis
[friendica-addons.git] / diaspora / 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         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);;
7 }}
8 ;
9 $a->strings["Post to Diaspora"] = "Napisz do Diaspory";
10 $a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. "] = "";
11 $a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "Ten łącznik jest przeznaczony do tego, gdy nadal chcesz korzystać ze starego konta Diaspora przez jakiś czas.";
12 $a->strings["However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead."] = "";
13 $a->strings["All aspects"] = "Wszystkie aspekty";
14 $a->strings["Public"] = "Publiczny";
15 $a->strings["Post to aspect:"] = "";
16 $a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "";
17 $a->strings["Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."] = "";
18 $a->strings["Diaspora Export"] = "Eksportuj do Diaspory";
19 $a->strings["Information"] = "";
20 $a->strings["Error"] = "Błąd";
21 $a->strings["Save Settings"] = "Zapisz ustawienia";
22 $a->strings["Enable Diaspora Post Addon"] = "Włącz dodatek Diaspora";
23 $a->strings["Diaspora handle"] = "";
24 $a->strings["Diaspora password"] = "Hasło Diaspora";
25 $a->strings["Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it."] = "";
26 $a->strings["Post to Diaspora by default"] = "Wyślij domyślnie do Diaspory";
27 $a->strings["Diaspora settings updated."] = "";
28 $a->strings["Diaspora connector disabled."] = "";