]> git.mxchange.org Git - friendica-addons.git/blobdiff - randplace/lang/nl/strings.php
regenerated all the strings
[friendica-addons.git] / randplace / lang / nl / strings.php
index 392e25b8b52ced562b66feae2af3d66fb670249b..725f4fc89a54376789f8d11d10b03f9b7d240ce1 100644 (file)
@@ -3,9 +3,7 @@
 if(! function_exists("string_plural_select_nl")) {
 function string_plural_select_nl($n){
        $n = intval($n);
-       return ($n != 1);;
+       return intval($n != 1);
 }}
-;
-$a->strings["Randplace Settings"] = "Randplace instellingen";
-$a->strings["Enable Randplace Addon"] = "Randplace Addon inschakelen";
-$a->strings["Submit"] = "";
+$a->strings['Randplace Settings'] = 'Randplace instellingen';
+$a->strings['Enable Randplace Addon'] = 'Randplace Addon inschakelen';