]> git.mxchange.org Git - friendica-addons.git/blobdiff - remote_permissions/lang/nl/strings.php
Merge pull request #1088 from urbalazs/langfilter-20210325
[friendica-addons.git] / remote_permissions / lang / nl / strings.php
index cb29d66e71cb53ffbab364b3c8d38049d5630dee..2cb76c0d0644925cd0b1d218ed64acef508db1d6 100644 (file)
@@ -3,18 +3,10 @@
 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["Remote Permissions Settings"] = "Instellingen voor toegang op afstand";
 $a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "Ontvangers van private berichten toestaan andere ontvangers te bekijken";
-$a->strings["Submit"] = "";
 $a->strings["Remote Permissions settings updated."] = "Toegang op afstand instellingen opgeslagen";
-$a->strings["Visible to:"] = "";
-$a->strings["Visible to"] = "";
-$a->strings["may only be a partial list"] = "";
-$a->strings["Global"] = "";
-$a->strings["The posts of every user on this server show the post recipients"] = "";
-$a->strings["Individual"] = "";
-$a->strings["Each user chooses whether his/her posts show the post recipients"] = "";
 $a->strings["Settings updated."] = "Instellingen opgeslagen";