]> git.mxchange.org Git - friendica-addons.git/blob - remote_permissions/lang/it/strings.php
Merge pull request #251 from tobiasd/20150403lng
[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"] = "Impostazioni Permissi Remoti";
9 $a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "Permetti ai destinatari dei tuoi messaggi privati di vedere gli altri destinatari del messaggio";
10 $a->strings["Save Settings"] = "Salva Impostazioni";
11 $a->strings["Remote Permissions settings updated."] = "Impostazioni Permessi Remoti aggiornate.";
12 $a->strings["Visible to:"] = "Visibile a:";
13 $a->strings["Visible to"] = "Visibile a";
14 $a->strings["may only be a partial list"] = "può essere solo una lista parziale";
15 $a->strings["Global"] = "Globale";
16 $a->strings["The posts of every user on this server show the post recipients"] = "I messaggi di tutti gli utenti di questo server mostrano i destinatari";
17 $a->strings["Individual"] = "Individuale";
18 $a->strings["Each user chooses whether his/her posts show the post recipients"] = "Ogni utente sceglie se i suoi messaggi mostreranno i destinatari";
19 $a->strings["Settings updated."] = "Impostazioni aggiornate.";