mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 17:08:48 +00:00
NL translation THX JeroenED
This commit is contained in:
parent
4cae40ec63
commit
dcbf2f4416
108 changed files with 3908 additions and 42 deletions
20
remote_permissions/lang/nl/strings.php
Normal file
20
remote_permissions/lang/nl/strings.php
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($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";
|
Loading…
Add table
Add a link
Reference in a new issue