]> git.mxchange.org Git - friendica-addons.git/blobdiff - gnot/lang/nl/strings.php
Merge pull request #1082 from annando/no-item
[friendica-addons.git] / gnot / lang / nl / strings.php
index 30902b4a983192f2ef045478ee4f9662bbe4579b..38b27be5587f948e494fd95335305b0dda542515 100644 (file)
@@ -3,12 +3,9 @@
 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["Gnot settings updated."] = "Gnot instellingen opgeslagen";
 $a->strings["Gnot Settings"] = "Gnot instellingen";
-$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "";
 $a->strings["Enable this addon?"] = "Deze addon inschakelen?";
-$a->strings["Submit"] = "";
-$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "";