forked from friendica/deprecated-addons
Moved widgets and remote permissions to the deprecated addons
This commit is contained in:
parent
46ef41508e
commit
6d2a6408e8
55 changed files with 1762 additions and 0 deletions
12
remote_permissions/lang/nl/strings.php
Normal file
12
remote_permissions/lang/nl/strings.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
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["Remote Permissions settings updated."] = "Toegang op afstand instellingen opgeslagen";
|
||||
$a->strings["Settings updated."] = "Instellingen opgeslagen";
|
Loading…
Add table
Add a link
Reference in a new issue