planets PL translation
[friendica-addons.git/.git] / planets / lang / pl / strings.php
index 9712004..61b0875 100644 (file)
@@ -1,5 +1,10 @@
-<?php\r
-\r
-$a->strings["Planets Settings"] = "";\r
-$a->strings["Enable Planets Plugin"] = "";\r
-$a->strings["Submit"] = "Potwierdź";\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["Planets Settings"] = "Ustawienia Planet";
+$a->strings["Enable Planets Addon"] = "Włącz dodatek Planets";
+$a->strings["Submit"] = "Wyślij";