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.
16 lines
949 B
16 lines
949 B
9 years ago
|
/**
|
||
|
* Arabic translation for bootstrap-datepicker
|
||
|
* Mohammed Alshehri <alshehri866@gmail.com>
|
||
|
*/
|
||
|
;(function($){
|
||
|
$.fn.datepicker.dates['ar'] = {
|
||
|
days: ["الأحد", "الاثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت", "الأحد"],
|
||
|
daysShort: ["أحد", "اثنين", "ثلاثاء", "أربعاء", "خميس", "جمعة", "سبت", "أحد"],
|
||
|
daysMin: ["ح", "ن", "ث", "ع", "خ", "ج", "س", "ح"],
|
||
|
months: ["يناير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر"],
|
||
|
monthsShort: ["يناير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر"],
|
||
|
today: "هذا اليوم",
|
||
|
rtl: true
|
||
|
};
|
||
|
}(jQuery));
|