diff options
Diffstat (limited to 'apps/dav/l10n/it.js')
-rw-r--r-- | apps/dav/l10n/it.js | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/apps/dav/l10n/it.js b/apps/dav/l10n/it.js index e5cb8e211f4..3c7d59c2a57 100644 --- a/apps/dav/l10n/it.js +++ b/apps/dav/l10n/it.js @@ -44,8 +44,22 @@ OC.L10N.register( "A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> del calendario è stato modificato", "A calendar <strong>todo</strong> was modified" : "Una <strong>cosa da fare</strong> del calendario è stata modificata", "Contact birthdays" : "Date di nascita dei contatti", + "Calendar:" : "Calendario:", + "Date:" : "Data:", "Where:" : "Dove:", "Description:" : "Descrizione:", + "Untitled event" : "Evento senza titolo", + "_%n year_::_%n years_" : ["%n anno","%n anni"], + "_%n month_::_%n months_" : ["%n mese","%n mesi"], + "_%n day_::_%n days_" : ["%n giorno","%n giorni"], + "_%n hour_::_%n hours_" : ["%n ora","%n ore"], + "_%n minute_::_%n minutes_" : ["%n minuto","%n minuti"], + "%s (in %s)" : "%s (in %s)", + "%s (%s ago)" : "%s (%s fa)", + "Calendar: %s" : "Calendario: %s", + "Date: %s" : "Data: %s", + "Description: %s" : "Descrizione: %s", + "Where: %s" : "Dove: %s", "%1$s via %2$s" : "%1$s tramite %2$s", "Invitation canceled" : "Invito annullato", "Hello %s," : "Ciao %s,", @@ -81,6 +95,8 @@ OC.L10N.register( "Automatically generate a birthday calendar" : "Genera automaticamente un calendario dei compleanni", "Birthday calendars will be generated by a background job." : "Il calendario dei compleanni sarà generato con un'operazione in background.", "Hence they will not be available immediately after enabling but will show up after some time." : "Per cui non saranno disponibili immediatamente dopo l'abilitazione, ma saranno mostrati dopo qualche istante.", + "Send notifications for events" : "Invia notifiche per eventi", + "Notifications will be send through background jobs, so these need to happen often enough." : "Le notifiche saranno inviate tramite operazioni in background, per cui devono verificarsi abbastanza spesso.", "%s via %s" : "%s tramite %s", "The meeting »%s« with %s was canceled." : "L'incontro «%s» con %s è stato annullato.", "The meeting »%s« with %s was updated." : "L'incontro «%s» con %s è stato aggiornato.", |