]> git.mxchange.org Git - friendica-addons.git/blobdiff - blockbot/lang/pl/strings.php
regenerated all the strings
[friendica-addons.git] / blockbot / lang / pl / strings.php
index 6128cc7b8d10e671c821f02a16ff0ee36a9d2b33..612798d88eadd3a6c9f556f15c25a83a50c5af9e 100644 (file)
@@ -5,9 +5,8 @@ function string_plural_select_pl($n){
        $n = intval($n);
        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; }
 }}
-;
-$a->strings["Save Settings"] = "Zapisz ustawienia";
-$a->strings["Allow \"good\" crawlers"] = "Pozwól „dobrym” robotom";
-$a->strings["Block GabSocial"] = "Zablokuj GabSocial";
-$a->strings["Training mode"] = "Tryb treningowy";
-$a->strings["Settings updated."] = "Ustawienia zaktualizowane.";
+$a->strings['Save Settings'] = 'Zapisz ustawienia';
+$a->strings['Allow "good" crawlers'] = 'Pozwól „dobrym” robotom';
+$a->strings['Block GabSocial'] = 'Zablokuj GabSocial';
+$a->strings['Training mode'] = 'Tryb treningowy';
+$a->strings['Settings updated.'] = 'Ustawienia zaktualizowane.';