]> git.mxchange.org Git - friendica-addons.git/blobdiff - public_server/lang/nl/strings.php
regenerated all the strings
[friendica-addons.git] / public_server / lang / nl / strings.php
index e7ec474282114a68cbf3e5f7393be4cda08c31dc..d5d52f91a659073812e930b5e6dbce467bc61901 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["Administrator"] = "Beheerder";
-$a->strings["Your account on %s will expire in a few days."] = "Uw account op %s zal over enkele dagen vervallen";
-$a->strings["Your Friendica account is about to expire."] = "";
-$a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = "";
+$a->strings['Administrator'] = 'Beheerder';
+$a->strings['Your account on %s will expire in a few days.'] = 'Uw account op %s zal over enkele dagen vervallen';