Beautifully crafted timelines that are easy and intuitive to use. http://timeline.knightlab.com/
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.
38 lines
1.6 KiB
38 lines
1.6 KiB
/* Arabic LANGUAGE |
|
================================================== */ |
|
if(typeof VMM != 'undefined') { |
|
VMM.Language = { |
|
lang: "ar", |
|
right_to_left: true, |
|
api: { |
|
wikipedia: "ar" |
|
}, |
|
date: { |
|
month: ["كانون الثاني", "شباط", "آذار", "نيسان", "أيار", "حزيران", "تموز", "آب", "أيلول", "تشرين الأول", "تشرين الثاني", "كانون الأول"], |
|
month_abbr: ["كانون الثاني", "شباط", "آذار", "نيسان", "أيار", "حزيران", "تموز", "آب", "أيلول", "تشرين الأول", "تشرين الثاني", "كانون الأول"], |
|
day: ["الأحد","الإثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت"], |
|
day_abbr: ["الأحد","الإثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت"] |
|
}, |
|
dateformats: { |
|
year: "yyyy", |
|
month_short: "mmm", |
|
month: "mmmm yyyy", |
|
full_short: "mmm d", |
|
full: "mmmm d',' yyyy", |
|
time_short: "h:MM:SS TT", |
|
time_no_seconds_short: "h:MM TT", |
|
time_no_seconds_small_date: "h:MM TT'<br/><small>'mmmm d',' yyyy'</small>'", |
|
full_long: "mmm d',' yyyy 'at' hh:MM TT", |
|
full_long_small_date: "hh:MM TT'<br/><small>mmm d',' yyyy'</small>'" |
|
}, |
|
messages: { |
|
loading_timeline: "جاري التحميل... ", |
|
return_to_title: "العودة", |
|
expand_timeline: "تكبير العرض", |
|
contract_timeline: "الاتفاقية", |
|
wikipedia: "من ويكيبيديا, الموسوعة الحرة", |
|
loading_content: "تحميل المحتوى", |
|
loading: "تحميل" |
|
} |
|
} |
|
} |