source: uKadecot/trunk/tools/EcnlControllerUI/EcnlCtrlUI/js/jqm-datebox/i18n/jquery.mobile.datebox.i18n.he.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.1 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: Kobi Hikri <kobi.hikri@gmail.com>
8 *
9 */
10
11jQuery.extend(jQuery.mobile.datebox.prototype.options.lang, {
12 'he': {
13 setDateButtonLabel: "&#1511;&#1489;&#1506; &#1514;&#1488;&#1512;&#1497;&#1498;",
14 setTimeButtonLabel: "&#1511;&#1489;&#1506; &#1494;&#1502;&#1503;",
15 setDurationButtonLabel: "&#1511;&#1489;&#1506; &#1502;&#1513;&#1498; &#1494;&#1502;&#1503;",
16 calTodayButtonLabel: "&#65279;&#1511;&#1508;&#1497;&#1510;&#1492; &#1488;&#1500; &#1492;&#1497;&#1493;&#1501;",
17 titleDateDialogLabel: "&#1489;&#1495;&#1512; &#1514;&#1488;&#1512;&#1497;&#1498;",
18 titleTimeDialogLabel: "&#1489;&#1495;&#1512; &#1494;&#1502;&#1503;",
19 daysOfWeek: ["&#1512;&#1488;&#1513;&#1493;&#1503;", "&#1513;&#1504;&#1497;", "&#1513;&#1500;&#1497;&#1513;&#1497;", "&#1512;&#1489;&#1497;&#1506;&#1497;", "&#1495;&#1502;&#1497;&#1513;&#1497;", "&#1513;&#1497;&#1513;&#1497;", "&#1513;&#1489;&#1514;"],
20 daysOfWeekShort: ["&#1512;&#1488;&#1513;", "&#1513;&#1504;&#1497;", "&#1513;&#1500;&#1497;", "&#1512;&#1489;&#1497;", "&#1495;&#1502;&#1497;", "&#1513;", "&#1513;&#1489;"],
21 monthsOfYear: ["&#1497;&#1504;&#1493;&#1488;&#1512;", "&#1508;&#1489;&#1512;&#1493;&#1488;&#1512;", "&#1502;&#1512;&#1509;", "&#1488;&#1508;&#1512;&#1497;&#1500;", "&#1502;&#1488;&#1497;", "&#1497;&#1493;&#1504;&#1497;", "&#1497;&#1493;&#1500;&#1497;", "&#1488;&#1493;&#1490;&#1493;&#1505;&#1496;", "&#1505;&#1508;&#1496;&#1502;&#1489;&#1512;", "&#1488;&#1493;&#1511;&#1496;&#1493;&#1489;&#1512;", "&#1504;&#1493;&#1489;&#1502;&#1489;&#1512;", "&#1491;&#1510;&#1502;&#1489;&#1512;"],
22 monthsOfYearShort: ["&#1497;&#1504;&#1493;", "&#1508;&#1489;&#1512;", "&#1502;&#1512;&#1509;", "&#1488;&#1508;&#1512;", "&#1502;&#1488;&#1497;", "&#1497;&#1493;&#1504;", "&#1497;&#1493;&#1500;", "&#1488;&#1493;&#1490;", "&#1505;&#1508;&#1496;", "&#1488;&#1493;&#1511;", "&#1504;&#1493;&#1489;", "&#1491;&#1510;&#1502;"],
23 durationLabel: ["&#1497;&#1502;&#1497;&#1501;", "&#1513;&#1506;&#1493;&#1514;", "&#1491;&#1511;&#1493;&#1514;", "&#1513;&#1504;&#1497;&#1493;&#1514;"],
24 durationDays: ["&#1497;&#1493;&#1501;", "&#1497;&#1502;&#1497;&#1501;"],
25 tooltip: "&#1508;&#1514;&#1495; &#1514;&#1488;&#1512;&#1497;&#1499;&#1493;&#1503;",
26 nextMonth: "&#1492;&#1495;&#1493;&#1491;&#1513; &#1492;&#1489;&#1488;",
27 prevMonth: "&#1492;&#1495;&#1493;&#1491;&#1513; &#1492;&#1511;&#1493;&#1491;&#1501;",
28 timeFormat: 24,
29 headerFormat: '%A, %B %-d, %Y',
30 dateFieldOrder: ['m', 'd', 'y'],
31 timeFieldOrder: ['h', 'i', 'a'],
32 slideFieldOrder: ['y', 'm', 'd'],
33 dateFormat: "%d-%m-%Y",
34 useArabicIndic: false,
35 isRTL: true,
36 calStartDay: 0,
37 clearButton: "&#1504;&#1511;&#1492;",
38 durationOrder: ['d', 'h', 'i', 's'],
39 meridiem: ["AM", "PM"],
40 timeOutput: "%k:%M",
41 durationFormat: "%Dd %DA, %Dl:%DM:%DS",
42 calDateListLabel: "&#1514;&#1488;&#1512;&#1497;&#1499;&#1497;&#1501; &#1488;&#1495;&#1512;&#1497;&#1501;",
43 calHeaderFormat: "%B %Y"
44 }
45});
46jQuery.extend(jQuery.mobile.datebox.prototype.options, {
47 useLang: 'he'
48});
49
Note: See TracBrowser for help on using the repository browser.