blob: f3e99469ac5abf89def791d84a76c5333b0bf0ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
OC.L10N.register(
"profile",
{
"Profile" : "Profilo",
"This application provides the profile" : "Questa applicazione fornisce il profilo",
"Provides a customisable user profile interface." : "Fornisce un'interfaccia personalizzabile per il profilo utente.",
"Edit Profile" : "Modifica il profilo",
"The headline and about sections will show up here" : "Le sezioni del titolo e delle informazioni verranno mostrate qui",
"You have not added any info yet" : "Non hai ancora aggiunto alcuna informazione",
"Error opening the user status modal, try hard refreshing the page" : "Errore nell'apertura dello stato utente, prova a ricaricare la pagina",
"{user} has not added any info yet" : "{user} non ha ancora aggiunto alcuna informazione",
"Profile not found" : "Profilo non trovato",
"The profile does not exist." : "Il profilo non esiste.",
"Back to %s" : "Torna a %s"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|