]> git.mxchange.org Git - friendica-addons.git/blob - fromapp/lang/it/strings.php
1f3624e43046feedb9fc58f175c0d1a666b4c751
[friendica-addons.git] / fromapp / 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["Fromapp settings updated."] = "Impostazioni \"FromApp\" aggiornato.";
9 $a->strings["FromApp Settings"] = "Imnpostazioni \"FromApp\"";
10 $a->strings["The application name you would like to show your posts originating from."] = "Il nome dell'applicazione che vuoi mostrare come sorgente dei tuoi messaggi.";
11 $a->strings["Use this application name even if another application was used."] = "Usa questo nome anche se un'altra applicazione รจ stata effettivamente usata.";
12 $a->strings["Submit"] = "Invia";