]> git.mxchange.org Git - friendica-addons.git/blobdiff - remote_permissions/lang/pl/strings.php
Merge pull request #566 from MrPetovan/task/add-content_filter-hook
[friendica-addons.git] / remote_permissions / lang / pl / strings.php
index 13f9521d81e202206a4ff6436a37e89046edde78..7af64153f61304d8b0195592dc284fb10c0c2888 100644 (file)
@@ -1,14 +1,19 @@
-<?php\r
-\r
-$a->strings["Remote Permissions Settings"] = "";\r
-$a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "";\r
-$a->strings["Submit"] = "Potwierdź";\r
-$a->strings["Remote Permissions settings updated."] = "";\r
-$a->strings["Visible to:"] = "Widoczne dla:";\r
-$a->strings["Visible to"] = "Widoczne dla";\r
-$a->strings["may only be a partial list"] = "";\r
-$a->strings["Global"] = "Ogólne";\r
-$a->strings["The posts of every user on this server show the post recipients"] = "";\r
-$a->strings["Individual"] = "Indywidualne";\r
-$a->strings["Each user chooses whether his/her posts show the post recipients"] = "";\r
-$a->strings["Settings updated."] = "Zaktualizowano ustawienia.";\r
+<?php
+
+if(! function_exists("string_plural_select_pl")) {
+function string_plural_select_pl($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);;
+}}
+;
+$a->strings["Remote Permissions Settings"] = "Ustawienia uprawnień zdalnych";
+$a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "Zezwalaj odbiorcom prywatnych wpisów na wyświetlanie innych adresatów postów";
+$a->strings["Submit"] = "Wyślij";
+$a->strings["Remote Permissions settings updated."] = "Zaktualizowano ustawienia uprawnień zdalnych.";
+$a->strings["Visible to:"] = "Widoczny dla:";
+$a->strings["Visible to"] = "Widoczny dla";
+$a->strings["may only be a partial list"] = "mogą być tylko częściowe listy";
+$a->strings["Global"] = "Ogólnoświatowy";
+$a->strings["The posts of every user on this server show the post recipients"] = "Wpisy każdego użytkownika na tym serwerze pokazują odbiorców wiadomości";
+$a->strings["Individual"] = "Indywidualny";
+$a->strings["Each user chooses whether his/her posts show the post recipients"] = "Każdy użytkownik wybiera, czy jego/jej posty pokazują odbiorców postów";
+$a->strings["Settings updated."] = "Zaktualizowano ustawienia.";