source: uKadecot/trunk/tools/EcnlControllerUI/EcnlCtrlUI/js/jqm-datebox/i18n/jquery.mobile.datebox.i18n.hu.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: 2.0 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: titititatatatititi <crowdin>
8 *
9 */
10
11jQuery.extend(jQuery.mobile.datebox.prototype.options.lang, {
12 'hu': {
13 setDateButtonLabel: "D&#225;tum v&#225;laszt&#225;sa",
14 setTimeButtonLabel: "Id&#337; v&#225;laszt&#225;sa",
15 setDurationButtonLabel: "Id&#337;tartam be&#225;ll&#237;t&#225;sa",
16 calTodayButtonLabel: "Ugr&#225;s a mai napra",
17 titleDateDialogLabel: "D&#225;tum kiv&#225;laszt&#225;sa",
18 titleTimeDialogLabel: "Id&#337; kiv&#225;laszt&#225;sa",
19 daysOfWeek: ["Vas&#225;rnap", "H&#233;tf&#337;", "Kedd", "Szerda", "Cs&#252;t&#246;rt&#246;k", "P&#233;ntek", "Szombat"],
20 daysOfWeekShort: ["V", "H", "K", "Sze", "Cs", "P", "Szo"],
21 monthsOfYear: ["Janu&#225;r", "Febru&#225;r", "M&#225;rcius", "&#193;prilis", "M&#225;jus", "J&#250;nius", "J&#250;lius", "Augusztus", "Szeptember", "Okt&#243;ber", "November", "December"],
22 monthsOfYearShort: ["Jan.", "Febr.", "M&#225;rc.", "&#193;pr.", "M&#225;j.", "J&#250;n.", "J&#250;l.", "Aug.", "Szept.", "Okt.", "Nov.", "Dec."],
23 durationLabel: ["Napok", "&#211;ra", "Perc", "M&#225;sodperc"],
24 durationDays: ["Nap", "Napok"],
25 tooltip: "D&#225;tumv&#225;laszt&#243; megnyit&#225;sa",
26 nextMonth: "K&#246;v. h&#243;nap",
27 prevMonth: "El&#337;z&#337; h&#243;nap",
28 timeFormat: 24,
29 headerFormat: '%A, %B %-d, %Y',
30 dateFieldOrder: ['y','m','d'],
31 timeFieldOrder: ['h', 'i', 'a'],
32 slideFieldOrder: ['y', 'm', 'd'],
33 dateFormat: "%Y.%m.%d.",
34 useArabicIndic: false,
35 isRTL: false,
36 calStartDay: 1,
37 clearButton: "T&#246;rl&#233;s",
38 durationOrder: ['d', 'h', 'i', 's'],
39 meridiem: ["de.", "du."],
40 timeOutput: "%k.%M",
41 durationFormat: "%Dd %DA, %Dl:%DM:%DS",
42 calDateListLabel: "M&#225;s id&#337;pontok",
43 calHeaderFormat: "%B %Y"
44 }
45});
46jQuery.extend(jQuery.mobile.datebox.prototype.options, {
47 useLang: 'hu'
48});
49
Note: See TracBrowser for help on using the repository browser.