source: uKadecot/trunk/tools/EcnlControllerUI/EcnlCtrlUI/js/jqm-datebox/i18n/jquery.mobile.datebox.i18n.ar.utf8.js@ 101

Last change on this file since 101 was 101, checked in by coas-nagasima, 9 years ago

TOPPERS/uKadecotのソースコードを追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain
File size: 1.9 KB
Line 
1/*
2 * jQuery Mobile Framework : plugin to provide a date and time picker.
3 * Copyright (c) JTSage
4 * CC 3.0 Attribution. May be relicensed without permission/notifcation.
5 * https://github.com/jtsage/jquery-mobile-datebox
6 *
7 * Translation by: Michael de Lara <mykel1829@yahoo.com>
8 *
9 */
10
11jQuery.extend(jQuery.mobile.datebox.prototype.options.lang, {
12 'ar': {
13 setDateButtonLabel: "تعيين تاريخ",
14 setTimeButtonLabel: "ضبط الوقت",
15 setDurationButtonLabel: "تعيين الم
16دة",
17 calTodayButtonLabel: "القفز إلى اليوم
18",
19 titleDateDialogLabel: "اختر التاريخ",
20 titleTimeDialogLabel: "اختر الوقت",
21 daysOfWeek: ["الأحد", "الاثنين", "الثلاثاء", "الاربعاء", "الخم
22يس", "الجم
23عة", "السبت"],
24 daysOfWeekShort: ["الأحد", "الاثنين", "الثلاثاء", "الاربعاء", "الخم
25يس", "الجم
26عة", "السبت"],
27 monthsOfYear: ["يناير", "فبراير", "م
28ارس", "إبريل", "م
29ايو", "يونية", "يولية", "أغسطس", "سبتم
30بر", "أكتوبر", "نوفم
31بر", "ديسم
32بر"],
33 monthsOfYearShort: ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"],
34 durationLabel: ["أيام
35", "ساعة", "دقيقة", "ثانية"],
36 durationDays: ["يوم
37", "أيام
38"],
39 tooltip: "فتح م
40نتقي التاريخ",
41 nextMonth: "التالي",
42 prevMonth: "السابق",
43 timeFormat: 24,
44 headerFormat: '%A, %B %-d, %Y',
45 dateFieldOrder: ['d','m','y'],
46 timeFieldOrder: ['h', 'i', 'a'],
47 slideFieldOrder: ['y', 'm', 'd'],
48 dateFormat: "%d/%m/%Y",
49 useArabicIndic: true,
50 isRTL: true,
51 calStartDay: 0,
52 clearButton: "واضحة",
53 durationOrder: ['d', 'h', 'i', 's'],
54 meridiem: ["AM", "PM"],
55 timeOutput: "%k:%M",
56 durationFormat: "%Dd %DA, %Dl:%DM:%DS",
57 calDateListLabel: "تواريخ أخرى",
58 calHeaderFormat: "%B %Y"
59 }
60});
61jQuery.extend(jQuery.mobile.datebox.prototype.options, {
62 useLang: 'ar'
63});
64
Note: See TracBrowser for help on using the repository browser.