diff options
Diffstat (limited to 'codebase/sources/locale/locale_hu.js')
-rw-r--r-- | codebase/sources/locale/locale_hu.js | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/codebase/sources/locale/locale_hu.js b/codebase/sources/locale/locale_hu.js index e33401c..887ebe3 100644 --- a/codebase/sources/locale/locale_hu.js +++ b/codebase/sources/locale/locale_hu.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. @@ -52,7 +52,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" } }; |