source: uKadecot/trunk/tools/EcnlControllerUI/EcnlCtrlUI/js/jqm-datebox/i18n/jquery.mobile.datebox.i18n.lt.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: 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: 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&#279;",
16 calTodayButtonLabel: "&#352;iandiena",
17 titleDateDialogLabel: "Pasirinkti dat&#261;",
18 titleTimeDialogLabel: "Pasirinkite laiko",
19 daysOfWeek: ["Sekmadienis", "Pirmadienis", "Antradienis", "Tre&#269;iadienis", "Ketvirtadienis", "Penktadienis", "&#352;e&#353;tadienis"],
20 daysOfWeekShort: ["Sk", "Pr", "An", "Tr", "Kt", "Pn", "Ss"],
21 monthsOfYear: ["Sausis", "Vasaris", "Kovas", "Balandis", "Gegu&#382;&#279;", "Bir&#382;elis", "Liepa", "Rugpj&#363;tis", "Rugs&#279;jis", "Spalis", "Lapkritis", "Gruodis"],
22 monthsOfYearShort: ["Sau", "Vas", "Kov", "Bal", "Geg", "Bir", "Lie", "Rug", "Rgs", "Spa", "Lap", "Gru"],
23 durationLabel: ["Dienos", "Valandos", "Minut&#279;s", "Sekunde&#279;s"],
24 durationDays: ["Diena", "Dienos"],
25 tooltip: "Atidaryti datos parinkiklis",
26 nextMonth: "Atgal",
27 prevMonth: "Pirmyn",
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: 0,
37 clearButton: "Ai&#353;kus",
38 durationOrder: ['d', 'h', 'i', 's'],
39 meridiem: ["AM", "PM"],
40 timeOutput: "%k:%M",
41 durationFormat: "%Dd %DA, %Dl:%DM:%DS",
42 calDateListLabel: "Kitas datas",
43 calHeaderFormat: "%B %Y"
44 }
45});
46jQuery.extend(jQuery.mobile.datebox.prototype.options, {
47 useLang: 'lt'
48});
49
Note: See TracBrowser for help on using the repository browser.