36 lines
1.5 KiB
JavaScript
36 lines
1.5 KiB
JavaScript
OC.L10N.register(
|
|
"user_status",
|
|
{
|
|
"Recent statuses" : "Stati recenti",
|
|
"In a meeting" : "In una riunione",
|
|
"Commuting" : "Pendolare",
|
|
"Out sick" : "In malattia",
|
|
"Vacationing" : "In vacanza",
|
|
"Working remotely" : "Lavoro da remoto",
|
|
"User status" : "Stato utente",
|
|
"Set custom status" : "Imposta stato personalizzato",
|
|
"Online" : "In linea",
|
|
"Away" : "Assente",
|
|
"Do not disturb" : "Non disturbare",
|
|
"Invisible" : "Invisibile",
|
|
"Offline" : "Non in linea",
|
|
"Set status" : "Imposta stato",
|
|
"There was an error saving the new status" : "Si è verificato un errore durante il salvataggio del nuovo stato",
|
|
"Clear status after" : "Togli lo stato dopo",
|
|
"What's your status?" : "Qual è il tuo stato?",
|
|
"Set a custom status" : "Imposta uno stato personalizzato",
|
|
"Clear custom status" : "Togli stato personalizzato",
|
|
"There was an error saving the status" : "Si è verificato un errore durante il salvataggio dello stato",
|
|
"There was an error clearing the status" : "Si è verificato un errore durante la rimozione dello stato",
|
|
"No recent status changes" : "Nessun cambio di stato recente",
|
|
"{status}, {timestamp}" : "{status}, {timestamp}",
|
|
"Don't clear" : "Non togliere",
|
|
"Today" : "Oggi",
|
|
"This week" : "Questa settimana",
|
|
"30 minutes" : "30 minuti",
|
|
"1 hour" : "1 ora",
|
|
"4 hours" : "4 ore",
|
|
"Mute all notifications" : "Silenzia tutte le notifiche"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|