source: uKadecot/trunk/tools/EcnlControllerUI/EcnlCtrlUI/js/jqm-datebox/i18n/jquery.mobile.datebox.i18n.pl.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: Zbigniew Motyka <zbigniew@motyka.net.pl>
8 *
9 */
10
11jQuery.extend(jQuery.mobile.datebox.prototype.options.lang, {
12 'pl': {
13 setDateButtonLabel: "Ustaw dat&#281;",
14 setTimeButtonLabel: "Ustaw godzin&#281;",
15 setDurationButtonLabel: "Ustaw okres",
16 calTodayButtonLabel: "Dzisiaj",
17 titleDateDialogLabel: "Wybierz dat&#281;",
18 titleTimeDialogLabel: "Wybierz czas",
19 daysOfWeek: ["Niedziela", "Poniedzia&#322;ek", "Wtorek", "&#346;roda", "Czwartek", "Pi&#261;tek", "Sobota"],
20 daysOfWeekShort: ["Nd", "Pn", "Wt", "&#346;r", "Cz", "Pt", "Sb"],
21 monthsOfYear: ["Stycze&#324;", "Luty", "Marzec", "Kwiecie&#324;", "Maj", "Czerwiec", "Lipiec", "Sierpie&#324;", "Wrzesie&#324;", "Pa&#378;dziernik", "Listopad", "Grudzie&#324;"],
22 monthsOfYearShort: ["Sty", "Lut", "Mar", "Kwi", "Maj", "Cze", "Lip", "Sie", "Wrz", "Pa&#378;", "Lis", "Gru"],
23 durationLabel: ["Dni", "Godziny", "Minuty", "Sekundy"],
24 durationDays: ["Dzie&#324;", "Dni"],
25 tooltip: "Otw&#243;rz wyb&#243;r daty",
26 nextMonth: "Nast&#281;pny miesi&#261;c",
27 prevMonth: "Poprzedni miesi&#261;c",
28 timeFormat: 24,
29 headerFormat: '%A, %B %-d, %Y',
30 dateFieldOrder: ['d','m','y'],
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: "Wyczy&#347;&#263;",
38 durationOrder: ['d', 'h', 'i', 's'],
39 meridiem: ["AM", "PM"],
40 timeOutput: "%k:%M",
41 durationFormat: "%Dd %DA, %Dl:%DM:%DS",
42 calDateListLabel: "Inne daty",
43 calHeaderFormat: "%B %Y"
44 }
45});
46jQuery.extend(jQuery.mobile.datebox.prototype.options, {
47 useLang: 'pl'
48});
49
Note: See TracBrowser for help on using the repository browser.