source: uKadecot/trunk/tools/EcnlControllerUI/EcnlCtrlUI/js/jqm-datebox/i18n/jquery.mobile.datebox.i18n.hr.utf8.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.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: Marko <ma3ko0@gmail.com>
8 *
9 */
10
11jQuery.extend(jQuery.mobile.datebox.prototype.options.lang, {
12 'hr': {
13 setDateButtonLabel: "Postavi Datum",
14 setTimeButtonLabel: "Postavi Vrijeme",
15 setDurationButtonLabel: "Postavi Trajanje",
16 calTodayButtonLabel: "Današnji Datum",
17 titleDateDialogLabel: "Odaberite datum",
18 titleTimeDialogLabel: "Odaberite vrijeme",
19 daysOfWeek: ["Nedjelja", "Ponedjeljak", "Utorak", "Srijeda", "Četvrtak", "Petak", "Subota"],
20 daysOfWeekShort: ["Ne", "Po", "Ut", "Sr", "Če", "Pe", "Su"],
21 monthsOfYear: ["Siječanj", "Veljača", "Ožujak", "Travanj", "Svibanj", "Lipanj", "Srpanj", "Kolovoz", "Rujan", "Listopad", "Studeni", "Prosinac"],
22 monthsOfYearShort: ["Sij", "Vel", "Ožu", "Tra", "Svi", "Lip", "Srp", "Kol", "Ruj", "Lis", "Stu", "Pro"],
23 durationLabel: ["Dani", "Sati", "Minute", "Sekunde"],
24 durationDays: ["Dan", "Dani"],
25 tooltip: "Otvorite kontrolu",
26 nextMonth: "Sljedeći",
27 prevMonth: "Prethodna",
28 timeFormat: 12,
29 headerFormat: '%A, %B %-d, %Y',
30 dateFieldOrder: ['d','m','y'],
31 timeFieldOrder: ['h', 'i', 'a'],
32 slideFieldOrder: ['y', 'm', 'd'],
33 dateFormat: "%d.%m.%Y",
34 useArabicIndic: false,
35 isRTL: false,
36 calStartDay: 0,
37 clearButton: "Izbriši",
38 durationOrder: ['d', 'h', 'i', 's'],
39 meridiem: ["AM", "PM"],
40 timeOutput: "%l:%M %p",
41 durationFormat: "%Dd %DA, %Dl:%DM:%DS",
42 calDateListLabel: "Ostali datumi",
43 calHeaderFormat: "%B %Y"
44 }
45});
46jQuery.extend(jQuery.mobile.datebox.prototype.options, {
47 useLang: 'hr'
48});
49
Note: See TracBrowser for help on using the repository browser.