wcs/wcs/qommon/static/js/methods/date_be_utf8.js

10 lines
790 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// date localization for locale 'be' (Belarussian), utf-8 encoding
// provided by Vladimir Prudnikov http://prudnikov.com/)
Date.dayNames = ['Нядзеля', 'Панядзелак', 'Ауторак', 'Серада', 'Чацьвер', 'Пятница', 'Суббота'];
Date.abbrDayNames = ['Нд', 'Пн', 'Аў', 'Ср', 'Чц', 'Пт', 'Сб'];
Date.monthNames = ['Студзень', 'Люты', 'Сакавік', 'Красавік', 'Травень', 'Чэрвень', 'Ліпень', 'Жнівень', 'Верасень', 'Кастрычнік', 'Лістапад', 'Снежань'];
Date.abbrMonthNames = ['Сту', 'Лют', 'Сак', 'Кра', 'Тра', 'Чэр', 'Ліп', 'Жні', 'Вер', 'Кас', 'Ліс', 'Сне'];
Date.firstDayOfWeek = 1;
Date.format = 'dd.mm.yyyy';