summaryrefslogtreecommitdiffstats
path: root/codebase/sources/locale/locale_en.js
diff options
context:
space:
mode:
Diffstat (limited to 'codebase/sources/locale/locale_en.js')
-rw-r--r--codebase/sources/locale/locale_en.js13
1 files changed, 11 insertions, 2 deletions
diff --git a/codebase/sources/locale/locale_en.js b/codebase/sources/locale/locale_en.js
index 11668e1..08d18b5 100644
--- a/codebase/sources/locale/locale_en.js
+++ b/codebase/sources/locale/locale_en.js
@@ -1,6 +1,6 @@
/*
@license
-dhtmlxScheduler v.4.3.1
+dhtmlxScheduler v.4.4.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.
@@ -58,7 +58,16 @@ scheduler.locale = {
/* dhtmlx message default buttons */
message_ok:"OK",
- message_cancel:"Cancel"
+ message_cancel:"Cancel",
+
+ /* wai aria labels for non-text controls */
+ next: "Next",
+ prev: "Previous",
+ year: "Year",
+ month: "Month",
+ day: "Day",
+ hour:"Hour",
+ minute: "Minute"
}
};