]> git.mxchange.org Git - friendica-addons.git/blob - remote_permissions/lang/it/strings.php
beeefcd3b13d5d25fedead092be2a4c5be97f39d
[friendica-addons.git] / remote_permissions / lang / it / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_it")) {
4 function string_plural_select_it($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Remote Permissions Settings"] = "";
9 $a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "";
10 $a->strings["Save Settings"] = "";
11 $a->strings["Remote Permissions settings updated."] = "";
12 $a->strings["Visible to:"] = "";
13 $a->strings["Visible to"] = "";
14 $a->strings["may only be a partial list"] = "";
15 $a->strings["Global"] = "";
16 $a->strings["The posts of every user on this server show the post recipients"] = "";
17 $a->strings["Individual"] = "";
18 $a->strings["Each user chooses whether his/her posts show the post recipients"] = "";
19 $a->strings["Settings updated."] = "";