]> git.mxchange.org Git - friendica-addons.git/blobdiff - qcomment/lang/pl/strings.php
regenerated all the strings
[friendica-addons.git] / qcomment / lang / pl / strings.php
index 377e7df672791e51a54c6b5e79e1ea896fe76eb1..19fcad9eacd586090c88532f9301cb83e1fbb5e0 100644 (file)
@@ -5,11 +5,10 @@ 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[":-)"] = ":-)";
-$a->strings[":-("] = ":-(";
-$a->strings["lol"] = "lol";
-$a->strings["Quick Comment Settings"] = "Ustawienia szybkiego komentowania";
-$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Szybkie komentarze znajdują się w pobliżu pól komentarza, czasami są ukryte. Kliknij je, aby zapewnić proste odpowiedzi.";
-$a->strings["Submit"] = "Wyślij";
-$a->strings["Quick Comment settings saved."] = "Zapisano szybkie ustawienia komentarzy.";
+$a->strings[':-)'] = ':-)';
+$a->strings[':-('] = ':-(';
+$a->strings['lol'] = 'lol';
+$a->strings['Quick Comment Settings'] = 'Ustawienia szybkiego komentowania';
+$a->strings['Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies.'] = 'Szybkie komentarze znajdują się w pobliżu pól komentarza, czasami są ukryte. Kliknij je, aby zapewnić proste odpowiedzi.';
+$a->strings['Submit'] = 'Wyślij';
+$a->strings['Quick Comment settings saved.'] = 'Zapisano szybkie ustawienia komentarzy.';