source: uKadecot/trunk/tools/EcnlControllerUI/EcnlCtrlUI/js/jqm-datebox/i18n/jquery.mobile.datebox.i18n.ro.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: 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: Unknown
8 *
9 */
10
11jQuery.extend(jQuery.mobile.datebox.prototype.options.lang, {
12 'ro': {
13 setDateButtonLabel: "Setaţi data",
14 setTimeButtonLabel: "Setaţi timp",
15 setDurationButtonLabel: "Setaţi durata",
16 calTodayButtonLabel: "Salt la azi",
17 titleDateDialogLabel: "Alegeţi data",
18 titleTimeDialogLabel: "Alege timp",
19 daysOfWeek: ["Duminică", "Luni", "Marţi", "Miercuri", "Joi", "Vineri", "Sâmbătă"],
20 daysOfWeekShort: ["Dum", "Lun", "Mar", "Mie", "Joi", "Vin", "Sâm"],
21 monthsOfYear: ["Ianuarie", "Februarie", "Martie", "Aprilie", "Mai", "Iunie", "Iulie", "August", "Septembrie", "Octombrie", "Noiembrie", "Decembrie"],
22 monthsOfYearShort: ["Ian", "Feb", "Mar", "Apr", "Mai", "Iun", "Iul", "Aug", "Sep", "Oct", "Nov", "Dec"],
23 durationLabel: ["Zi", "Ore", "Minute", "Secunde"],
24 durationDays: ["Ziua", "Zi"],
25 tooltip: "Deschide selectorul de dată",
26 nextMonth: "Luna următoare",
27 prevMonth: "Luna precedentă",
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: "Clar",
38 durationOrder: ['d', 'h', 'i', 's'],
39 meridiem: ["AM", "PM"],
40 timeOutput: "%k:%M",
41 durationFormat: "%Dd %DA, %Dl:%DM:%DS",
42 calDateListLabel: "Alte date",
43 calHeaderFormat: "%B %Y"
44 }
45});
46jQuery.extend(jQuery.mobile.datebox.prototype.options, {
47 useLang: 'ro'
48});
49
Note: See TracBrowser for help on using the repository browser.