mirror of https://github.com/dani/vroom.git
Video conf based on SimpleWebRTC https://vroom.fws.fr/documentation
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
909 B
18 lines
909 B
9 years ago
|
/**
|
||
|
* Armenian translation for bootstrap-datepicker
|
||
|
* Hayk Chamyan <hamshen@gmail.com>
|
||
|
*/
|
||
|
;(function($){
|
||
|
$.fn.datepicker.dates['hy'] = {
|
||
|
days: ["Կիրակի", "Երկուշաբթի", "Երեքշաբթի", "Չորեքշաբթի", "Հինգշաբթի", "Ուրբաթ", "Շաբաթ"],
|
||
|
daysShort: ["Կիր", "Երկ", "Երք", "Չոր", "Հնգ", "Ուր", "Շաբ"],
|
||
|
daysMin: ["Կի", "Եկ", "Եք", "Չո", "Հի", "Ու", "Շա"],
|
||
|
months: ["Հունվար", "Փետրվար", "Մարտ", "Ապրիլ", "Մայիս", "Հունիս", "Հուլիս", "Օգոստոս", "Սեպտեմբեր", "Հոկտեմբեր", "Նոյեմբեր", "Դեկտեմբեր"],
|
||
|
monthsShort: ["Հնվ", "Փետ", "Մար", "Ապր", "Մայ", "Հուն", "Հուլ", "Օգս", "Սեպ", "Հոկ", "Նոյ", "Դեկ"],
|
||
|
today: "Այսօր",
|
||
|
clear: "Ջնջել",
|
||
|
format: "dd.mm.yyyy",
|
||
|
weekStart: 1
|
||
|
};
|
||
|
}(jQuery));
|