]> git.mxchange.org Git - friendica-addons.git/blobdiff - planets/lang/cs/strings.php
regenerated all the strings
[friendica-addons.git] / planets / lang / cs / strings.php
index c63b3112a5d91acc3ec297bf563419efa2879a87..1a0bdb9505f2fbea9769d22b59913946c5ece761 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["Planets Settings"] = "Nastavení Planets";
-$a->strings["Enable Planets Addon"] = "Povolit doplněk Planets";
-$a->strings["Submit"] = "Odeslat";
+$a->strings['Planets Settings'] = 'Nastavení Planets';
+$a->strings['Enable Planets Addon'] = 'Povolit doplněk Planets';
+$a->strings['Submit'] = 'Odeslat';