source: uKadecot/trunk/tools/EcnlControllerUI/EcnlCtrlUI/js/jqm-datebox/i18n/jquery.mobile.datebox.i18n.it.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: Giuseppe Petagine <giuseppe.petagine@virgilio.it>
8 *
9 */
10
11jQuery.extend(jQuery.mobile.datebox.prototype.options.lang, {
12 'it': {
13 setDateButtonLabel: "Imposta data",
14 setTimeButtonLabel: "Imposta ora",
15 setDurationButtonLabel: "Setta Durata",
16 calTodayButtonLabel: "Vai ad oggi",
17 titleDateDialogLabel: "Scegli data",
18 titleTimeDialogLabel: "Scegli ora",
19 daysOfWeek: ["Domenica", "Luned狸", "Marted狸", "Mercoled狸", "Gioved狸", "Venerd狸", "Sabato"],
20 daysOfWeekShort: ["Do", "Lu", "Ma", "Me", "Gi", "Ve", "Sa"],
21 monthsOfYear: ["Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre"],
22 monthsOfYearShort: ["Gen", "Feb", "Mar", "Apr", "Mag", "Giu", "Lug", "Ago", "Set", "Ott", "Nov", "Dic"],
23 durationLabel: ["Giorni", "Ore", "Minuti", "Secondi"],
24 durationDays: ["Giorno", "Giorni"],
25 tooltip: "Apri Selettore Data",
26 nextMonth: "Mese successivo",
27 prevMonth: "Mese precedente",
28 timeFormat: 12,
29 headerFormat: '%A %-d %B %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: "Pulisci",
38 durationOrder: ['d', 'h', 'i', 's'],
39 meridiem: ["AM", "PM"],
40 timeOutput: "%l:%M %p",
41 durationFormat: "%Dd %DA, %Dl:%DM:%DS",
42 calDateListLabel: "Altre date",
43 calHeaderFormat: "%B %Y"
44 }
45});
46jQuery.extend(jQuery.mobile.datebox.prototype.options, {
47 useLang: 'it'
48});
49
Note: See TracBrowser for help on using the repository browser.