Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
template.i18n.datepicker-be.js Maven / Gradle / Ivy
( function ( factory ) {
if ( typeof define === "function" && define.amd ) {
define( [ "../widgets/datepicker" ], factory );
} else {
factory( jQuery.datepicker );
}
}( function ( datepicker ) {
datepicker.regional.be = {
closeText : "Зачыніць" ,
prevText : "←Папяр." ,
nextText : "Наст.→" ,
currentText : "Сёньня" ,
monthNames : [ "Студзень" ,"Люты" ,"Сакавік" ,"Красавік" ,"Травень" ,"Чэрвень" ,
"Ліпень" ,"Жнівень" ,"Верасень" ,"Кастрычнік" ,"Лістапад" ,"Сьнежань" ],
monthNamesShort : [ "Сту" ,"Лют" ,"Сак" ,"Кра" ,"Тра" ,"Чэр" ,
"Ліп" ,"Жні" ,"Вер" ,"Кас" ,"Ліс" ,"Сьн" ],
dayNames : [ "нядзеля" ,"панядзелак" ,"аўторак" ,"серада" ,"чацьвер" ,"пятніца" ,"субота" ],
dayNamesShort : [ "ндз" ,"пнд" ,"аўт" ,"срд" ,"чцв" ,"птн" ,"сбт" ],
dayNamesMin : [ "Нд" ,"Пн" ,"Аў" ,"Ср" ,"Чц" ,"Пт" ,"Сб" ],
weekHeader : "Тд" ,
dateFormat : "dd.mm.yy" ,
firstDay : 1 ,
isRTL : false ,
showMonthAfterYear : false ,
yearSuffix : "" };
datepicker.setDefaults( datepicker.regional.be );
return datepicker.regional.be;
} ) );