source: uKadecot/trunk/tools/EcnlControllerUI/EcnlCtrlUI/js/jqm-datebox/i18n/jquery.mobile.datebox.i18n.lt.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.7 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: Tadas Subonis <tadas.subonis@affecto.com>
8 *
9 */
10
11jQuery.extend(jQuery.mobile.datebox.prototype.options.lang, {
12 'lt': {
13 setDateButtonLabel: "Data",
14 setTimeButtonLabel: "Laikas",
15 setDurationButtonLabel: "Trukmė",
16 calTodayButtonLabel: "Å iandiena",
17 titleDateDialogLabel: "Pasirinkti datą
18",
19 titleTimeDialogLabel: "Pasirinkite laiko",
20 daysOfWeek: ["Sekmadienis", "Pirmadienis", "Antradienis", "Trečiadienis", "Ketvirtadienis", "Penktadienis", "Šeštadienis"],
21 daysOfWeekShort: ["Sk", "Pr", "An", "Tr", "Kt", "Pn", "Ss"],
22 monthsOfYear: ["Sausis", "Vasaris", "Kovas", "Balandis", "Gegužė", "Birželis", "Liepa", "Rugpjūtis", "Rugsėjis", "Spalis", "Lapkritis", "Gruodis"],
23 monthsOfYearShort: ["Sau", "Vas", "Kov", "Bal", "Geg", "Bir", "Lie", "Rug", "Rgs", "Spa", "Lap", "Gru"],
24 durationLabel: ["Dienos", "Valandos", "Minutės", "Sekundeės"],
25 durationDays: ["Diena", "Dienos"],
26 tooltip: "Atidaryti datos parinkiklis",
27 nextMonth: "Atgal",
28 prevMonth: "Pirmyn",
29 timeFormat: 24,
30 headerFormat: '%A, %B %-d, %Y',
31 dateFieldOrder: ['y', 'm', 'd'],
32 timeFieldOrder: ['h', 'i', 'a'],
33 slideFieldOrder: ['y', 'm', 'd'],
34 dateFormat: "%Y-%m-%d",
35 useArabicIndic: false,
36 isRTL: false,
37 calStartDay: 0,
38 clearButton: "Aiškus",
39 durationOrder: ['d', 'h', 'i', 's'],
40 meridiem: ["AM", "PM"],
41 timeOutput: "%k:%M",
42 durationFormat: "%Dd %DA, %Dl:%DM:%DS",
43 calDateListLabel: "Kitas datas",
44 calHeaderFormat: "%B %Y"
45 }
46});
47jQuery.extend(jQuery.mobile.datebox.prototype.options, {
48 useLang: 'lt'
49});
50
Note: See TracBrowser for help on using the repository browser.