]> git.mxchange.org Git - friendica-addons.git/blob - remote_permissions/lang/nl/strings.php
Merge pull request #834 from M-arcus/addon/phpmailer
[friendica-addons.git] / remote_permissions / lang / nl / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_nl")) {
4 function string_plural_select_nl($n){
5         $n = intval($n);
6         return ($n != 1);;
7 }}
8 ;
9 $a->strings["Remote Permissions Settings"] = "Instellingen voor toegang op afstand";
10 $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";
11 $a->strings["Submit"] = "";
12 $a->strings["Remote Permissions settings updated."] = "Toegang op afstand instellingen opgeslagen";
13 $a->strings["Visible to:"] = "";
14 $a->strings["Visible to"] = "";
15 $a->strings["may only be a partial list"] = "";
16 $a->strings["Global"] = "";
17 $a->strings["The posts of every user on this server show the post recipients"] = "";
18 $a->strings["Individual"] = "";
19 $a->strings["Each user chooses whether his/her posts show the post recipients"] = "";
20 $a->strings["Settings updated."] = "Instellingen opgeslagen";