friendica-addons/remote_permissions/lang/it/strings.php

20 lines
747 B
PHP
Raw Normal View History

2014-09-14 22:01:44 +02:00
<?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."] = "";