source: uKadecot/trunk/tools/EcnlControllerUI/EcnlCtrlUI/js/jqm-datebox/i18n/jquery.mobile.datebox.i18n.fi.asc.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.9 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: Ville Salonen <ville.salonen@iki.fi>
8 *
9 */
10
11jQuery.extend(jQuery.mobile.datebox.prototype.options.lang, {
12 'fi': {
13 setDateButtonLabel: "Valitse p&#228;iv&#228;",
14 setTimeButtonLabel: "Valitse aika",
15 setDurationButtonLabel: "Valitse kesto",
16 calTodayButtonLabel: "T&#228;n&#228;&#228;n",
17 titleDateDialogLabel: "Valitse p&#228;iv&#228;m&#228;&#228;r&#228;",
18 titleTimeDialogLabel: "Valitse aika",
19 daysOfWeek: ["Sunnuntai", "Maanantai", "Tiistai", "Keskiviikko", "Torstai", "Perjantai", "Lauantai"],
20 daysOfWeekShort: ["Su", "Ma", "Ti", "Ke", "To", "Pe", "La"],
21 monthsOfYear: ["Tammikuu", "Helmikuu", "Maaliskuu", "Huhtikuu", "Toukokuu", "Kes&#228;kuu", "Hein&#228;kuu", "Elokuu", "Syyskuu", "Lokakuu", "Marraskuu", "Joulukuu"],
22 monthsOfYearShort: ["Tammi", "Helmi", "Maali", "Huhti", "Touko", "Kes&#228;", "Hein&#228;", "Elo", "Syys", "Loka", "Marras", "Joulu"],
23 durationLabel: ["P&#228;iv&#228;&#228;", "Tuntia", "Minuuttia", "Sekuntia"],
24 durationDays: ["P&#228;iv&#228;", "P&#228;iv&#228;&#228;"],
25 tooltip: "Avaa p&#228;iv&#228;m&#228;&#228;r&#228;valitsin",
26 nextMonth: "Seuraava kuukausi",
27 prevMonth: "Edellinen kuukausi",
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: "%d.%m.%Y",
34 useArabicIndic: false,
35 isRTL: false,
36 calStartDay: 0,
37 clearButton: "Selke&#228;&#228;",
38 durationOrder: ['d', 'h', 'i', 's'],
39 meridiem: ["AM", "PM"],
40 timeOutput: "%k:%M",
41 durationFormat: "%Dd %DA, %Dl:%DM:%DS",
42 calDateListLabel: "Muut p&#228;iv&#228;m&#228;&#228;r&#228;t",
43 calHeaderFormat: "%B %Y"
44 }
45});
46jQuery.extend(jQuery.mobile.datebox.prototype.options, {
47 useLang: 'fi'
48});
49
Note: See TracBrowser for help on using the repository browser.