]> git.mxchange.org Git - friendica-addons.git/blobdiff - smileybutton/lang/nl/strings.php
regenerated all the strings
[friendica-addons.git] / smileybutton / lang / nl / strings.php
index 19a76fd4b56e64f361f1713384fefe687b35f699..15c915547817a973b7aaa6b32a90a9145651d394 100644 (file)
@@ -3,10 +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["Smileybutton settings"] = "Smileybutton instellingen";
-$a->strings["You can hide the button and show the smilies directly."] = "";
-$a->strings["Hide the button"] = "";
-$a->strings["Save Settings"] = "Instellingen opslaan";
+$a->strings['Smileybutton settings'] = 'Smileybutton instellingen';
+$a->strings['Save Settings'] = 'Instellingen opslaan';