]> git.mxchange.org Git - friendica-addons.git/blobdiff - notifyall/lang/nl/strings.php
regenerated all the strings
[friendica-addons.git] / notifyall / lang / nl / strings.php
index 78c6488d70fe6a98b4ff7b6fc4279c7b5603095f..afc3f5f2fb450a5de8d85b1061f3361aedd6e3f5 100644 (file)
@@ -3,15 +3,8 @@
 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["Send email to all members"] = "Stuur e-mail naar alle leden";
-$a->strings["%s Administrator"] = "%s Beheerder";
-$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s%2\$s Beheerder";
-$a->strings["No recipients found."] = "";
-$a->strings["Emails sent"] = "";
-$a->strings["Send email to all members of this Friendica instance."] = "";
-$a->strings["Message subject"] = "";
-$a->strings["Test mode (only send to administrator)"] = "";
-$a->strings["Submit"] = "";
+$a->strings['Send email to all members'] = 'Stuur e-mail naar alle leden';
+$a->strings['%s Administrator'] = '%s Beheerder';
+$a->strings['%1$s, %2$s Administrator'] = '%1$s%2$s Beheerder';