PHP Classes

File: core/assets/plugins/datepicker/locales/bootstrap-datepicker.ar.js

Recommend this page to a friend!
  Classes of No name   RT Adminlte   core/assets/plugins/datepicker/locales/bootstrap-datepicker.ar.js   Download  
File: core/assets/plugins/datepicker/locales/bootstrap-datepicker.ar.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: RT Adminlte
Generate layout and menus for Adminlte
Author: By
Last change:
Date: 7 years ago
Size: 949 bytes
 

Contents

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