diff options
Diffstat (limited to 'codebase/sources/locale/locale_si.js')
-rw-r--r-- | codebase/sources/locale/locale_si.js | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/codebase/sources/locale/locale_si.js b/codebase/sources/locale/locale_si.js index 36c73d6..318cdd4 100644 --- a/codebase/sources/locale/locale_si.js +++ b/codebase/sources/locale/locale_si.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" } }; |