source: uKadecot/trunk/tools/EcnlControllerUI/EcnlCtrlUI/js/jqm-datebox/i18n/jquery.mobile.datebox.i18n.ar.asc.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: 3.3 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: "&#1578;&#1593;&#1610;&#1610;&#1606; &#1578;&#1575;&#1585;&#1610;&#1582;",
14 setTimeButtonLabel: "&#1590;&#1576;&#1591; &#1575;&#1604;&#1608;&#1602;&#1578;",
15 setDurationButtonLabel: "&#1578;&#1593;&#1610;&#1610;&#1606; &#1575;&#1604;&#1605;&#1583;&#1577;",
16 calTodayButtonLabel: "&#1575;&#1604;&#1602;&#1601;&#1586; &#1573;&#1604;&#1609; &#1575;&#1604;&#1610;&#1608;&#1605;",
17 titleDateDialogLabel: "&#1575;&#1582;&#1578;&#1585; &#1575;&#1604;&#1578;&#1575;&#1585;&#1610;&#1582;",
18 titleTimeDialogLabel: "&#1575;&#1582;&#1578;&#1585; &#1575;&#1604;&#1608;&#1602;&#1578;",
19 daysOfWeek: ["&#1575;&#1604;&#1571;&#1581;&#1583;", "&#1575;&#1604;&#1575;&#1579;&#1606;&#1610;&#1606;", "&#1575;&#1604;&#1579;&#1604;&#1575;&#1579;&#1575;&#1569;", "&#1575;&#1604;&#1575;&#1585;&#1576;&#1593;&#1575;&#1569;", "&#1575;&#1604;&#1582;&#1605;&#1610;&#1587;", "&#1575;&#1604;&#1580;&#1605;&#1593;&#1577;", "&#1575;&#1604;&#1587;&#1576;&#1578;"],
20 daysOfWeekShort: ["&#1575;&#1604;&#1571;&#1581;&#1583;", "&#1575;&#1604;&#1575;&#1579;&#1606;&#1610;&#1606;", "&#1575;&#1604;&#1579;&#1604;&#1575;&#1579;&#1575;&#1569;", "&#1575;&#1604;&#1575;&#1585;&#1576;&#1593;&#1575;&#1569;", "&#1575;&#1604;&#1582;&#1605;&#1610;&#1587;", "&#1575;&#1604;&#1580;&#1605;&#1593;&#1577;", "&#1575;&#1604;&#1587;&#1576;&#1578;"],
21 monthsOfYear: ["&#1610;&#1606;&#1575;&#1610;&#1585;", "&#1601;&#1576;&#1585;&#1575;&#1610;&#1585;", "&#1605;&#1575;&#1585;&#1587;", "&#1573;&#1576;&#1585;&#1610;&#1604;", "&#1605;&#1575;&#1610;&#1608;", "&#1610;&#1608;&#1606;&#1610;&#1577;", "&#1610;&#1608;&#1604;&#1610;&#1577;", "&#1571;&#1594;&#1587;&#1591;&#1587;", "&#1587;&#1576;&#1578;&#1605;&#1576;&#1585;", "&#1571;&#1603;&#1578;&#1608;&#1576;&#1585;", "&#1606;&#1608;&#1601;&#1605;&#1576;&#1585;", "&#1583;&#1610;&#1587;&#1605;&#1576;&#1585;"],
22 monthsOfYearShort: ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"],
23 durationLabel: ["&#1571;&#1610;&#1575;&#1605;", "&#1587;&#1575;&#1593;&#1577;", "&#1583;&#1602;&#1610;&#1602;&#1577;", "&#1579;&#1575;&#1606;&#1610;&#1577;"],
24 durationDays: ["&#1610;&#1608;&#1605;", "&#1571;&#1610;&#1575;&#1605;"],
25 tooltip: "&#1601;&#1578;&#1581; &#1605;&#1606;&#1578;&#1602;&#1610; &#1575;&#1604;&#1578;&#1575;&#1585;&#1610;&#1582;",
26 nextMonth: "&#1575;&#1604;&#1578;&#1575;&#1604;&#1610;",
27 prevMonth: "&#1575;&#1604;&#1587;&#1575;&#1576;&#1602;",
28 timeFormat: 24,
29 headerFormat: '%A, %B %-d, %Y',
30 dateFieldOrder: ['d','m','y'],
31 timeFieldOrder: ['h', 'i', 'a'],
32 slideFieldOrder: ['y', 'm', 'd'],
33 dateFormat: "%d/%m/%Y",
34 useArabicIndic: true,
35 isRTL: true,
36 calStartDay: 0,
37 clearButton: "&#1608;&#1575;&#1590;&#1581;&#1577;",
38 durationOrder: ['d', 'h', 'i', 's'],
39 meridiem: ["AM", "PM"],
40 timeOutput: "%k:%M",
41 durationFormat: "%Dd %DA, %Dl:%DM:%DS",
42 calDateListLabel: "&#1578;&#1608;&#1575;&#1585;&#1610;&#1582; &#1571;&#1582;&#1585;&#1609;",
43 calHeaderFormat: "%B %Y"
44 }
45});
46jQuery.extend(jQuery.mobile.datebox.prototype.options, {
47 useLang: 'ar'
48});
49
Note: See TracBrowser for help on using the repository browser.