source: uKadecot/trunk/tools/EcnlControllerUI/EcnlCtrlUI/js/jqm-datebox/i18n/jquery.mobile.datebox.i18n.el.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: 3.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: Giannis Kosmas <kosmasgiannis@gmail.com>
8 *
9 */
10
11jQuery.extend(jQuery.mobile.datebox.prototype.options.lang, {
12 'el': {
13 setDateButtonLabel: "&#922;&#945;&#952;&#959;&#961;&#953;&#963;&#956;&#972;&#962; &#919;&#956;&#949;&#961;&#959;&#956;&#951;&#957;&#943;&#945;&#962;",
14 setTimeButtonLabel: "&#922;&#945;&#952;&#959;&#961;&#953;&#963;&#956;&#972;&#962; &#911;&#961;&#945;&#962;",
15 setDurationButtonLabel: "&#922;&#945;&#952;&#959;&#961;&#953;&#963;&#956;&#972;&#962; &#916;&#953;&#940;&#961;&#954;&#949;&#953;&#945;&#962;",
16 calTodayButtonLabel: "&#924;&#949;&#964;&#940;&#946;&#945;&#963;&#951; &#963;&#964;&#951; &#963;&#951;&#956;&#949;&#961;&#953;&#957;&#942;",
17 titleDateDialogLabel: "&#917;&#960;&#953;&#955;&#941;&#958;&#964;&#949; &#951;&#956;&#949;&#961;&#959;&#956;&#951;&#957;&#943;&#945;",
18 titleTimeDialogLabel: "&#917;&#960;&#953;&#955;&#941;&#958;&#964;&#949; &#964;&#951;&#957; &#974;&#961;&#945;",
19 daysOfWeek: ["&#922;&#965;&#961;&#953;&#945;&#954;&#942;", "&#916;&#949;&#965;&#964;&#941;&#961;&#945;", "&#932;&#961;&#943;&#964;&#951;", "&#932;&#949;&#964;&#940;&#961;&#964;&#951;", "&#928;&#941;&#956;&#960;&#964;&#951;", "&#928;&#945;&#961;&#945;&#963;&#954;&#949;&#965;&#942;", "&#931;&#940;&#946;&#946;&#945;&#964;&#959;"],
20 daysOfWeekShort: ["&#922;&#965;", "&#916;&#949;", "&#932;&#961;", "&#932;&#949;", "&#928;&#949;", "&#928;&#945;", "&#931;&#945;"],
21 monthsOfYear: ["&#921;&#945;&#957;&#959;&#965;&#940;&#961;&#953;&#959;&#962;", "&#934;&#949;&#946;&#961;&#959;&#965;&#940;&#961;&#953;&#959;&#962;", "&#924;&#940;&#961;&#964;&#953;&#959;&#962;", "&#913;&#960;&#961;&#943;&#955;&#953;&#959;&#962;", "&#924;&#940;&#953;&#959;&#962;", "&#921;&#959;&#973;&#957;&#953;&#959;&#962;", "&#921;&#959;&#973;&#955;&#953;&#959;&#962;", "&#913;&#973;&#947;&#959;&#965;&#963;&#964;&#959;&#962;", "&#931;&#949;&#960;&#964;&#941;&#956;&#946;&#961;&#953;&#959;&#962;", "&#927;&#954;&#964;&#974;&#946;&#961;&#953;&#959;&#962;", "&#925;&#959;&#941;&#956;&#946;&#961;&#953;&#959;&#962;", "&#916;&#949;&#954;&#941;&#956;&#946;&#961;&#953;&#959;&#962;"],
22 monthsOfYearShort: ["&#921;&#945;&#957;", "&#934;&#949;&#946;", "&#924;&#945;&#961;", "&#913;&#960;&#961;", "&#924;&#940;&#953;", "&#921;&#959;&#973;&#957;", "&#921;&#959;&#973;&#955;", "&#913;&#973;&#947;", "&#931;&#949;&#960;", "&#927;&#954;&#964;", "&#925;&#959;&#941;", "&#916;&#949;&#954;"],
23 durationLabel: ["&#919;&#956;&#941;&#961;&#949;&#962;", "&#911;&#961;&#949;&#962;", "&#923;&#949;&#960;&#964;&#940;", "&#916;&#949;&#965;&#964;&#949;&#961;&#972;&#955;&#949;&#960;&#964;&#945;"],
24 durationDays: ["&#919;&#956;&#941;&#961;&#945;", "&#919;&#956;&#941;&#961;&#949;&#962;"],
25 tooltip: "&#902;&#957;&#959;&#953;&#947;&#956;&#945; &#949;&#960;&#953;&#955;&#959;&#947;&#942; &#951;&#956;&#949;&#961;&#959;&#956;&#951;&#957;&#943;&#945;&#962;",
26 nextMonth: "&#917;&#960;&#972;&#956;&#949;&#957;&#959;&#962; &#956;&#942;&#957;&#945;&#962;",
27 prevMonth: "&#928;&#961;&#959;&#951;&#947;&#959;&#973;&#956;&#949;&#957;&#959; &#956;&#942;&#957;&#945;",
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: "&#931;&#945;&#966;&#942;&#962;",
38 durationOrder: ['d', 'h', 'i', 's'],
39 meridiem: ["AM", "PM"],
40 timeOutput: "%k:%M",
41 durationFormat: "%Dd %DA, %Dl:%DM:%DS",
42 calDateListLabel: "&#902;&#955;&#955;&#949;&#962; &#951;&#956;&#949;&#961;&#959;&#956;&#951;&#957;&#943;&#949;&#962;",
43 calHeaderFormat: "%B %Y"
44 }
45});
46jQuery.extend(jQuery.mobile.datebox.prototype.options, {
47 useLang: 'el'
48});
49
Note: See TracBrowser for help on using the repository browser.