source: uKadecot/trunk/tools/EcnlControllerUI/EcnlCtrlUI/js/jqm-datebox/i18n/jquery.mobile.datebox.i18n.es-ES.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: 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: Rafael Carballo Cerqueira
8 *
9 */
10
11jQuery.extend(jQuery.mobile.datebox.prototype.options.lang, {
12 'es-ES': {
13 setDateButtonLabel: "Guardar Fecha",
14 setTimeButtonLabel: "Guardar Hora",
15 setDurationButtonLabel: "Guardar Duraci坦n",
16 calTodayButtonLabel: "Hoy",
17 titleDateDialogLabel: "Elija fecha",
18 titleTimeDialogLabel: "Elegir Hora",
19 daysOfWeek: ["Domingo", "Lunes", "Martes", "Mi辿rcoles", "Jueves", "Viernes", "S叩bado"],
20 daysOfWeekShort: ["Do", "Lu", "Ma", "Mi", "Ju", "Vi", "Sa"],
21 monthsOfYear: ["Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"],
22 monthsOfYearShort: ["Ene", "Feb", "Mar", "Abr", "May", "Jun", "Jul", "Ago", "Sep", "Oct", "Nov", "Dic"],
23 durationLabel: ["D鱈as", "Horas", "Minutos", "Segundos"],
24 durationDays: ["D鱈a", "D鱈as"],
25 tooltip: "Abrir El Calendario",
26 nextMonth: "Mes Pr坦ximo",
27 prevMonth: "Mes Anterior",
28 timeFormat: 24,
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: "Borrar",
38 durationOrder: ['d', 'h', 'i', 's'],
39 meridiem: ["AM", "PM"],
40 timeOutput: "%l:%M %p",
41 durationFormat: "%Dd %DA, %Dl:%DM:%DS",
42 calDateListLabel: "Otras fechas",
43 calHeaderFormat: "%B %Y"
44 }
45});
46jQuery.extend(jQuery.mobile.datebox.prototype.options, {
47 useLang: 'es-ES'
48});
49
Note: See TracBrowser for help on using the repository browser.