]> git.mxchange.org Git - friendica-addons.git/blobdiff - randplace/lang/cs/strings.php
regenerated all the strings
[friendica-addons.git] / randplace / lang / cs / strings.php
index cc9768b3b633b8f5abdcb6f3a28585e03a1c4173..23f74a6bb57c649b5fec92d176235d2326e54db8 100644 (file)
@@ -5,7 +5,6 @@ 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["Randplace Settings"] = "Randplace Nastavení";
-$a->strings["Enable Randplace Addon"] = "Povolit doplněk Randplace";
-$a->strings["Submit"] = "Odeslat";
+$a->strings['Randplace Settings'] = 'Randplace Nastavení';
+$a->strings['Enable Randplace Addon'] = 'Povolit doplněk Randplace';
+$a->strings['Submit'] = 'Odeslat';