⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 calendar-sp.js

📁 办公自动化拥有强大的可视化流程设计器
💻 JS
字号:
// ** I18N// Calendar SP language// Author: Rafael Velasco <rvu_at_idecnet_dot_com>// Encoding: any// Distributed under the same terms as the calendar itself.// For translators: please use UTF-8 if possible.  We strongly believe that// Unicode is the answer to a real internationalized world.  Also please// include your contact information in the header, as can be seen above.// full day namesCalendar._DN = new Array("Domingo", "Lunes", "Martes", "Miercoles", "Jueves", "Viernes", "Sabado", "Domingo");Calendar._SDN = new Array("Dom", "Lun", "Mar", "Mie", "Jue", "Vie", "Sab", "Dom");// full month namesCalendar._MN = new Array("Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre");// short month namesCalendar._SMN = new Array("Ene", "Feb", "Mar", "Abr", "May", "Jun", "Jul", "Ago", "Sep", "Oct", "Nov", "Dic");// tooltipsCalendar._TT = {};Calendar._TT["INFO"] = "Informaci髇 del Calendario";Calendar._TT["ABOUT"] ="DHTML Date/Time Selector\n" +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-)"Nuevas versiones en: http://www.dynarch.com/projects/calendar/\n" +"Distribuida bajo licencia GNU LGPL.  Para detalles vea http://gnu.org/licenses/lgpl.html ." +"\n\n" +"Selecci髇 de Fechas:\n" +"- Use  \xab, \xbb para seleccionar el a駉\n" +"- Use " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " para seleccionar el mes\n" +"- Mantenga presionado el bot髇 del rat髇 en cualquiera de las opciones superiores para un acceso rapido .";Calendar._TT["ABOUT_TIME"] = "\n\n" +"Selecci髇 del Reloj:\n" +"- Seleccione la hora para cambiar el reloj\n" +"- o presione  Shift-click para disminuirlo\n" +"- o presione click y arrastre del rat髇 para una selecci髇 rapida.";Calendar._TT["PREV_YEAR"] = "A駉 anterior (Presione para menu)";Calendar._TT["PREV_MONTH"] = "Mes Anterior (Presione para menu)";Calendar._TT["GO_TODAY"] = "Ir a Hoy";Calendar._TT["NEXT_MONTH"] = "Mes Siguiente (Presione para menu)";Calendar._TT["NEXT_YEAR"] = "A駉 Siguiente (Presione para menu)";Calendar._TT["SEL_DATE"] = "Seleccione fecha";Calendar._TT["DRAG_TO_MOVE"] = "Arrastre y mueva";Calendar._TT["PART_TODAY"] = " (Hoy)";// the following is to inform that "%s" is to be the first day of week// %s will be replaced with the day name.Calendar._TT["DAY_FIRST"] = "Mostrar %s primero";// This may be locale-dependent.  It specifies the week-end days, as an array// of comma-separated numbers.  The numbers are from 0 to 6: 0 means Sunday, 1// means Monday, etc.Calendar._TT["WEEKEND"] = "0,6";Calendar._TT["CLOSE"] = "Cerrar";Calendar._TT["TODAY"] = "Hoy";Calendar._TT["TIME_PART"] = "(Shift-)Click o arrastra para cambar el valor";// date formatsCalendar._TT["DEF_DATE_FORMAT"] = "%dd-%mm-%yy";Calendar._TT["TT_DATE_FORMAT"] = "%A, %e de %B de %Y";Calendar._TT["WK"] = "Sm";Calendar._TT["TIME"] = "Hora:";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -