summaryrefslogtreecommitdiffstats
path: root/codebase/locale/locale_it.js
diff options
context:
space:
mode:
Diffstat (limited to 'codebase/locale/locale_it.js')
-rw-r--r--codebase/locale/locale_it.js61
1 files changed, 61 insertions, 0 deletions
diff --git a/codebase/locale/locale_it.js b/codebase/locale/locale_it.js
new file mode 100644
index 0000000..33c028d
--- /dev/null
+++ b/codebase/locale/locale_it.js
@@ -0,0 +1,61 @@
+/*
+dhtmlxScheduler v.4.1.0 Stardard
+
+This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
+
+(c) Dinamenta, UAB.
+*/
+scheduler.locale = {
+ date: {
+ month_full: ["Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre"],
+ month_short: ["Gen", "Feb", "Mar", "Apr", "Mag", "Giu", "Lug", "Ago", "Set", "Ott", "Nov", "Dic"],
+ day_full: ["Domenica", "Lunedì", "Martedì", "Mercoledì", "Giovedì", "Venerdì", "Sabato"],
+ day_short: ["Dom", "Lun", "Mar", "Mer", "Gio", "Ven", "Sab"]
+ },
+ labels: {
+ dhx_cal_today_button: "Oggi",
+ day_tab: "Giorno",
+ week_tab: "Settimana",
+ month_tab: "Mese",
+ new_event: "Nuovo evento",
+ icon_save: "Salva",
+ icon_cancel: "Chiudi",
+ icon_details: "Dettagli",
+ icon_edit: "Modifica",
+ icon_delete: "Elimina",
+ confirm_closing: "", //Le modifiche apportate saranno perse, siete sicuri?
+ confirm_deleting: "L'evento sarà eliminato, siete sicuri?",
+ section_description: "Descrizione",
+ section_time: "Periodo di tempo",
+ full_day: "Intera giornata",
+
+ confirm_recurring: "Vuoi modificare l'intera serie di eventi?",
+ section_recurring: "Ripetere l'evento",
+ button_recurring: "Disattivato",
+ button_recurring_open: "Attivato",
+ button_edit_series: "Modificare la serie",
+ button_edit_occurrence: "Modificare una copia",
+
+ /*agenda view extension*/
+ agenda_tab: "Giorno",
+ date: "Data",
+ description: "Descrizione",
+
+ /*year view extension*/
+ year_tab: "Anni",
+
+ /*week agenda view extension*/
+ week_agenda_tab: "Giorno",
+
+ /*grid view extension*/
+ grid_tab: "Griglia",
+
+ /* touch tooltip*/
+ drag_to_create:"Drag to create",
+ drag_to_move:"Drag to move",
+
+ /* dhtmlx message default buttons */
+ message_ok:"OK",
+ message_cancel:"Cancel"
+ }
+};