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

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

MIMEプロパティの変更

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/javascript
File size: 1.8 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átum választása",
14 setTimeButtonLabel: "Idő választása",
15 setDurationButtonLabel: "Időtartam beállítása",
16 calTodayButtonLabel: "Ugrás a mai napra",
17 titleDateDialogLabel: "Dátum kiválasztása",
18 titleTimeDialogLabel: "Idő kiválasztása",
19 daysOfWeek: ["Vasárnap", "Hétfő", "Kedd", "Szerda", "Csütörtök", "Péntek", "Szombat"],
20 daysOfWeekShort: ["V", "H", "K", "Sze", "Cs", "P", "Szo"],
21 monthsOfYear: ["Január", "Február", "Március", "Április", "Május", "Június", "Július", "Augusztus", "Szeptember", "Október", "November", "December"],
22 monthsOfYearShort: ["Jan.", "Febr.", "Márc.", "Ápr.", "Máj.", "Jún.", "Júl.", "Aug.", "Szept.", "Okt.", "Nov.", "Dec."],
23 durationLabel: ["Napok", "Óra", "Perc", "Másodperc"],
24 durationDays: ["Nap", "Napok"],
25 tooltip: "Dátumválasztó megnyitása",
26 nextMonth: "Köv. hónap",
27 prevMonth: "Előző hó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örlé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ás idő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.