?? calendar-sp.js
字號:
// $Id: calendar-sp.js 6573 2007-03-09 08:36:16Z slip $// ** 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 namesZapatec.Calendar._DN = new Array("Domingo", "Lunes", "Martes", "Miercoles", "Jueves", "Viernes", "Sabado", "Domingo");Zapatec.Calendar._SDN = new Array("Dom", "Lun", "Mar", "Mie", "Jue", "Vie", "Sab", "Dom");// full month namesZapatec.Calendar._MN = new Array("Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre");// short month namesZapatec.Calendar._SMN = new Array("Ene", "Feb", "Mar", "Abr", "May", "Jun", "Jul", "Ago", "Sep", "Oct", "Nov", "Dic");// tooltipsZapatec.Calendar._TT_sp = Zapatec.Calendar._TT = {};Zapatec.Calendar._TT["INFO"] = "Informaci髇 del Calendario";Zapatec.Calendar._TT["ABOUT"] ="DHTML Date/Time Selector\n" +"(c) zapatec.com 2002-2007\n" + // don't translate this this ;-)"Nuevas versiones en: http://www.zapatec.com\n" +"This translation distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." +"\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 .";Zapatec.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.";Zapatec.Calendar._TT["PREV_YEAR"] = "A駉 anterior (Presione para menu)";Zapatec.Calendar._TT["PREV_MONTH"] = "Mes Anterior (Presione para menu)";Zapatec.Calendar._TT["GO_TODAY"] = "Ir a Hoy";Zapatec.Calendar._TT["NEXT_MONTH"] = "Mes Siguiente (Presione para menu)";Zapatec.Calendar._TT["NEXT_YEAR"] = "A駉 Siguiente (Presione para menu)";Zapatec.Calendar._TT["SEL_DATE"] = "Seleccione fecha";Zapatec.Calendar._TT["DRAG_TO_MOVE"] = "Arrastre y mueva";Zapatec.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.Zapatec.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.Zapatec.Calendar._TT["WEEKEND"] = "0,6";Zapatec.Calendar._TT["CLOSE"] = "Cerrar";Zapatec.Calendar._TT["TODAY"] = "Hoy";Zapatec.Calendar._TT["TIME_PART"] = "(Shift-)Click o arrastra para cambar el valor";// date formatsZapatec.Calendar._TT["DEF_DATE_FORMAT"] = "%dd-%mm-%yy";Zapatec.Calendar._TT["TT_DATE_FORMAT"] = "%A, %e de %B de %Y";Zapatec.Calendar._TT["WK"] = "Sm";Zapatec.Calendar._TT["TIME"] = "Hora:";/* Preserve data */ if(Zapatec.Calendar._DN) Zapatec.Calendar._TT._DN = Zapatec.Calendar._DN; if(Zapatec.Calendar._SDN) Zapatec.Calendar._TT._SDN = Zapatec.Calendar._SDN; if(Zapatec.Calendar._SDN_len) Zapatec.Calendar._TT._SDN_len = Zapatec.Calendar._SDN_len; if(Zapatec.Calendar._MN) Zapatec.Calendar._TT._MN = Zapatec.Calendar._MN; if(Zapatec.Calendar._SMN) Zapatec.Calendar._TT._SMN = Zapatec.Calendar._SMN; if(Zapatec.Calendar._SMN_len) Zapatec.Calendar._TT._SMN_len = Zapatec.Calendar._SMN_len; Zapatec.Calendar._DN = Zapatec.Calendar._SDN = Zapatec.Calendar._SDN_len = Zapatec.Calendar._MN = Zapatec.Calendar._SMN = Zapatec.Calendar._SMN_len = null
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -