source: uKadecot/trunk/tools/EcnlControllerUI/EcnlCtrlUI/js/jqm-datebox/i18n/jquery.mobile.datebox.i18n.bg.utf8.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: 2.0 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: How Bizarre <how@errazib.com>
8 *
9 */
10
11jQuery.extend(jQuery.mobile.datebox.prototype.options.lang, {
12 'bg': {
13 setDateButtonLabel: "Запази Датата",
14 setTimeButtonLabel: "Запази Часът",
15 setDurationButtonLabel: "Запази Времето",
16 calTodayButtonLabel: "Обратно до Днес",
17 titleDateDialogLabel: "Избери Дата",
18 titleTimeDialogLabel: "Избери Час",
19 daysOfWeek: ["Неделя", "Понеделник", "Вторник", "Сряда", "Четвъртък", "Петък", "Събота"],
20 daysOfWeekShort: ["Нд", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб"],
21 monthsOfYear: ["Януари", "Февруари", "Март", "Април", "Май", "Юни", "Юли", "Август", "Септември", "Октомври", "Ноември", "Декември"],
22 monthsOfYearShort: ["Яну", "Фев", "Мар", "Апр", "Май", "Юни", "Юли", "Авг", "Сеп", "Окт", "Ное", "Дек"],
23 durationLabel: ["Дни", "Часове", "Минути", "Секунди"],
24 durationDays: ["Ден", "Дни"],
25 tooltip: "Заредете Прозореца за Дата",
26 nextMonth: "Следващ Месец",
27 prevMonth: "Предишен Месец",
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: 1,
37 clearButton: "Изчисти",
38 durationOrder: ['d', 'h', 'i', 's'],
39 meridiem: ["AM", "PM"],
40 timeOutput: "%l:%M %p",
41 durationFormat: "%Dd %DA, %Dl:%DM:%DS",
42 calDateListLabel: "Други дати",
43 calHeaderFormat: "%B %Y"
44 }
45});
46jQuery.extend(jQuery.mobile.datebox.prototype.options, {
47 useLang: 'bg'
48});
49
Note: See TracBrowser for help on using the repository browser.