forked from friendica/friendica-addons
20 lines
747 B
PHP
20 lines
747 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
function string_plural_select_it($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["Remote Permissions Settings"] = "";
|
|
$a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "";
|
|
$a->strings["Save Settings"] = "";
|
|
$a->strings["Remote Permissions settings updated."] = "";
|
|
$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."] = "";
|