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