]> git.mxchange.org Git - friendica-addons.git/blob - remote_permissions/lang/it/strings.php
regenerated all strings.php files from the current translation strings (message.po)
[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         $n = intval($n);
6         return intval($n != 1);
7 }}
8 ;
9 $a->strings["Remote Permissions Settings"] = "Impostazioni Permissi Remoti";
10 $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";
11 $a->strings["Submit"] = "Invia";
12 $a->strings["Remote Permissions settings updated."] = "Impostazioni Permessi Remoti aggiornate.";
13 $a->strings["Visible to:"] = "Visibile a:";
14 $a->strings["Visible to"] = "Visibile a";
15 $a->strings["may only be a partial list"] = "può essere solo una lista parziale";
16 $a->strings["Global"] = "Globale";
17 $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";
18 $a->strings["Individual"] = "Individuale";
19 $a->strings["Each user chooses whether his/her posts show the post recipients"] = "Ogni utente sceglie se i suoi messaggi mostreranno i destinatari";
20 $a->strings["Settings updated."] = "Impostazioni aggiornate.";