]> git.mxchange.org Git - friendica-addons.git/blobdiff - blockbot/lang/cs/strings.php
regenerated all the strings
[friendica-addons.git] / blockbot / lang / cs / strings.php
index bceaa9944d12aa86d0c298f01af80d2a9ee7fe38..09753d17aa13216810424526d78813fe52334c54 100644 (file)
@@ -5,9 +5,8 @@ function string_plural_select_cs($n){
        $n = intval($n);
        if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else  { return 3; }
 }}
-;
-$a->strings["Save Settings"] = "Uložit nastavení";
-$a->strings["Allow \"good\" crawlers"] = "Povolit „dobré“ crawlery";
-$a->strings["Block GabSocial"] = "Zablokovat GabSocial";
-$a->strings["Training mode"] = "Trénovací režim";
-$a->strings["Settings updated."] = "Nastavení aktualizována.";
+$a->strings['Save Settings'] = 'Uložit nastavení';
+$a->strings['Allow "good" crawlers'] = 'Povolit „dobré“ crawlery';
+$a->strings['Block GabSocial'] = 'Zablokovat GabSocial';
+$a->strings['Training mode'] = 'Trénovací režim';
+$a->strings['Settings updated.'] = 'Nastavení aktualizována.';