]> git.mxchange.org Git - friendica-addons.git/blob - remote_permissions/lang/nl/strings.php
Merge pull request #1088 from urbalazs/langfilter-20210325
[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 intval($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["Remote Permissions settings updated."] = "Toegang op afstand instellingen opgeslagen";
12 $a->strings["Settings updated."] = "Instellingen opgeslagen";