/**
* Russian translation for bootstrap-datetimepicker
* Victor Taranenko < [email protected]>
*/
;(function($){
$.fn.datetimepicker.dates['ru'] = {
days: ["???????????", "???????????", "???????", "?????", "???????", "???????", "???????", "???????????"],
daysShort: ["???", "???", "???", "???", "???", "???", "???", "???"],
daysMin: ["??", "??", "??", "??", "??", "??", "??", "??"],
months: ["??????", "???????", "????", "??????", "???", "????", "????", "??????", "????????", "???????", "??????", "???????"],
monthsShort: ["???", "???", "???", "???", "???", "???", "???", "???", "???", "???", "???", "???"],
today: "???????",
suffix: [],
meridiem: []
};
}(jQuery));
|