]> git.mxchange.org Git - friendica-addons.git/blob - communityhome/lang/it/strings.php
Merge pull request #462 from MrPetovan/task/3942-move-user-to-src
[friendica-addons.git] / communityhome / 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["Login"] = "Accedi";
9 $a->strings["OpenID"] = "OpenID";
10 $a->strings["Latest users"] = "Ultimi utenti";
11 $a->strings["Most active users"] = "Utenti piĆ¹ attivi";
12 $a->strings["Latest photos"] = "Ultime foto";
13 $a->strings["Contact Photos"] = "Foto dei contatti";
14 $a->strings["Profile Photos"] = "Foto del profilo";
15 $a->strings["Latest likes"] = "Ultimi \"mi piace\"";
16 $a->strings["event"] = "l'evento";
17 $a->strings["status"] = "lo stato";
18 $a->strings["photo"] = "la foto";
19 $a->strings["%1\$s likes %2\$s's %3\$s"] = "a %1\$s piace %2\$s di %3\$s";
20 $a->strings["Welcome to %s"] = "Benvenuto su %s";