mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
V 3.5 RC 1
This commit is contained in:
50
www/include/jslibs/datepicker-mobile/lang/ar.js
Normal file
50
www/include/jslibs/datepicker-mobile/lang/ar.js
Normal file
@@ -0,0 +1,50 @@
|
||||
var fdLocale = {
|
||||
months:[
|
||||
"يناير",
|
||||
"فبراير",
|
||||
"مارس",
|
||||
"أبريل",
|
||||
"مايو",
|
||||
"يونيو",
|
||||
"يوليو",
|
||||
"أغسطس",
|
||||
"سبتمبر",
|
||||
"أكتوبر",
|
||||
"نوٿمبر",
|
||||
"ديسمبر"
|
||||
],
|
||||
fullDay:[
|
||||
"الاثنين",
|
||||
"الثلاثاء",
|
||||
"الأربعاء",
|
||||
"الخميس",
|
||||
"الجمعة",
|
||||
"السبت",
|
||||
"الأحد"
|
||||
],
|
||||
|
||||
/* Only stipulate the dayAbbr should the first letter of the fullDay not suffice */
|
||||
|
||||
|
||||
dayAbbr:[
|
||||
"الاثنين",
|
||||
"الثلاثاء",
|
||||
"الأربعاء",
|
||||
"الخميس",
|
||||
"الجمعة",
|
||||
"السبت",
|
||||
"الأحد"
|
||||
],
|
||||
|
||||
/* Only stipulate the firstDayOfWeek should the first day not be Monday
|
||||
|
||||
firstDayOfWeek:0,
|
||||
*/
|
||||
|
||||
titles:[
|
||||
"الشهر السابق",
|
||||
"الشهر المقبل",
|
||||
"السنة السابقة",
|
||||
"السنة المقبلة"
|
||||
]
|
||||
};
|
Reference in New Issue
Block a user