diff options
Diffstat (limited to 'apps/user_status/l10n/it.json')
-rw-r--r-- | apps/user_status/l10n/it.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/user_status/l10n/it.json b/apps/user_status/l10n/it.json index 4993255a6c6..4121f88d82b 100644 --- a/apps/user_status/l10n/it.json +++ b/apps/user_status/l10n/it.json @@ -1,5 +1,6 @@ { "translations": { "Recent statuses" : "Stati recenti", + "No recent status changes" : "Nessun cambio di stato recente", "In a meeting" : "In una riunione", "Commuting" : "Pendolare", "Out sick" : "In malattia", @@ -26,14 +27,12 @@ "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", "There was an error reverting the status" : "Si è verificato un errore ripristinando lo stato", - "No recent status changes" : "Nessun cambio di stato recente", - "Away" : "Assente", - "Do not disturb" : "Non disturbare", - "{status}, {timestamp}" : "{status}, {timestamp}", "Don't clear" : "Non togliere", "Today" : "Oggi", "This week" : "Questa settimana", "Online" : "In linea", + "Away" : "Assente", + "Do not disturb" : "Non disturbare", "Invisible" : "Invisibile", "Offline" : "Non in linea", "There was an error saving the new status" : "Si è verificato un errore durante il salvataggio del nuovo stato", @@ -41,6 +40,7 @@ "1 hour" : "1 ora", "4 hours" : "4 ore", "Mute all notifications" : "Silenzia tutte le notifiche", - "Appear offline" : "Mostrati non in linea" + "Appear offline" : "Mostrati non in linea", + "{status}, {timestamp}" : "{status}, {timestamp}" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |