3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4 <title>The source code</title>
5 <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
6 <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
8 <body onload="prettyPrint();">
9 <pre class="prettyprint lang-js">/*!
10 * Ext JS Library 3.2.1
11 * Copyright(c) 2006-2010 Ext JS, Inc.
13 * http://www.extjs.com/license
16 * Spanish/Latin American Translation by genius551v 04-08-2007
17 * Revised by efege, 2007-04-15.
18 * Revised by Rafaga2k 10-01-2007 (mm/dd/yyyy)
19 * Revised by FeDe 12-13-2007 (mm/dd/yyyy)
20 * Synchronized with 2.2 version of ext-lang-en.js (provided by Condor 8 aug 2008)
21 * by halkon_polako 14-aug-2008
24 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Cargando...</div>';
27 Ext.DataView.prototype.emptyText = "";
30 if(Ext.grid.GridPanel){
31 Ext.grid.GridPanel.prototype.ddText = "{0} fila(s) seleccionada(s)";
35 Ext.LoadMask.prototype.msg = "Cargando...";
53 Date.getShortMonthName = function(month) {
54 return Date.monthNames[month].substring(0, 3);
72 Date.getMonthNumber = function(name) {
73 return Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()];
86 Date.getShortDayName = function(day) {
87 if (day==3) return "Mié";
88 if (day==6) return "Sáb";
89 return Date.dayNames[day].substring(0, 3);
92 Date.parseCodes.S.s = "(?:st|nd|rd|th)";
95 Ext.MessageBox.buttonText = {
104 Ext.util.Format.date = function(v, format){
106 if(!(v instanceof Date)) v = new Date(Date.parse(v));
107 return v.dateFormat(format || "d/m/Y");
112 Ext.apply(Ext.DatePicker.prototype, {
114 minText : "Esta fecha es anterior a la fecha mínima",
115 maxText : "Esta fecha es posterior a la fecha máxima",
116 disabledDaysText : "",
117 disabledDatesText : "",
118 monthNames : Date.monthNames,
119 dayNames : Date.dayNames,
120 nextText : 'Mes Siguiente (Control+Right)',
121 prevText : 'Mes Anterior (Control+Left)',
122 monthYearText : 'Seleccione un mes (Control+Up/Down para desplazar el año)',
123 todayTip : "{0} (Barra espaciadora)",
125 okText : " Ok ",
126 cancelText : "Cancelar",
131 if(Ext.PagingToolbar){
132 Ext.apply(Ext.PagingToolbar.prototype, {
133 beforePageText : "Página",
134 afterPageText : "de {0}",
135 firstText : "Primera página",
136 prevText : "Página anterior",
137 nextText : "Página siguiente",
138 lastText : "Última página",
139 refreshText : "Actualizar",
140 displayMsg : "Mostrando {0} - {1} de {2}",
141 emptyMsg : 'Sin datos para mostrar'
146 Ext.form.Field.prototype.invalidText = "El valor en este campo es inválido";
149 if(Ext.form.TextField){
150 Ext.apply(Ext.form.TextField.prototype, {
151 minLengthText : "El tamaño mínimo para este campo es de {0}",
152 maxLengthText : "El tamaño máximo para este campo es de {0}",
153 blankText : "Este campo es obligatorio",
159 if(Ext.form.NumberField){
160 Ext.apply(Ext.form.NumberField.prototype, {
161 decimalSeparator : ".",
162 decimalPrecision : 2,
163 minText : "El valor mínimo para este campo es de {0}",
164 maxText : "El valor máximo para este campo es de {0}",
165 nanText : "{0} no es un número válido"
169 if(Ext.form.DateField){
170 Ext.apply(Ext.form.DateField.prototype, {
171 disabledDaysText : "Deshabilitado",
172 disabledDatesText : "Deshabilitado",
173 minText : "La fecha para este campo debe ser posterior a {0}",
174 maxText : "La fecha para este campo debe ser anterior a {0}",
175 invalidText : "{0} no es una fecha válida - debe tener el formato {1}",
177 altFormats : "d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"
181 if(Ext.form.ComboBox){
182 Ext.apply(Ext.form.ComboBox.prototype, {
183 loadingText : "Cargando...",
184 valueNotFoundText : undefined
189 Ext.apply(Ext.form.VTypes, {
190 emailText : 'Este campo debe ser una dirección de correo electrónico con el formato "usuario@dominio.com"',
191 urlText : 'Este campo debe ser una URL con el formato "http:/'+'/www.dominio.com"',
192 alphaText : 'Este campo sólo debe contener letras y _',
193 alphanumText : 'Este campo sólo debe contener letras, números y _'
197 if(Ext.form.HtmlEditor){
198 Ext.apply(Ext.form.HtmlEditor.prototype, {
199 createLinkText : "Por favor proporcione la URL para el enlace:",
202 title: 'Negritas (Ctrl+B)',
203 text: 'Transforma el texto seleccionado en Negritas.',
204 cls: 'x-html-editor-tip'
207 title: 'Itálica (Ctrl+I)',
208 text: 'Transforma el texto seleccionado en Itálicas.',
209 cls: 'x-html-editor-tip'
212 title: 'Subrayado (Ctrl+U)',
213 text: 'Subraya el texto seleccionado.',
214 cls: 'x-html-editor-tip'
217 title: 'Aumentar la fuente',
218 text: 'Aumenta el tamaño de la fuente',
219 cls: 'x-html-editor-tip'
222 title: 'Reducir la fuente',
223 text: 'Reduce el tamaño de la fuente.',
224 cls: 'x-html-editor-tip'
227 title: 'Color de fondo',
228 text: 'Modifica el color de fondo del texto seleccionado.',
229 cls: 'x-html-editor-tip'
232 title: 'Color de la fuente',
233 text: 'Modifica el color del texto seleccionado.',
234 cls: 'x-html-editor-tip'
237 title: 'Alinear a la izquierda',
238 text: 'Alinea el texto a la izquierda.',
239 cls: 'x-html-editor-tip'
243 text: 'Centrar el texto.',
244 cls: 'x-html-editor-tip'
247 title: 'Alinear a la derecha',
248 text: 'Alinea el texto a la derecha.',
249 cls: 'x-html-editor-tip'
251 insertunorderedlist : {
252 title: 'Lista de viñetas',
253 text: 'Inicia una lista con viñetas.',
254 cls: 'x-html-editor-tip'
256 insertorderedlist : {
257 title: 'Lista numerada',
258 text: 'Inicia una lista numerada.',
259 cls: 'x-html-editor-tip'
263 text: 'Inserta un enlace de hipertexto.',
264 cls: 'x-html-editor-tip'
267 title: 'Código Fuente',
268 text: 'Pasar al modo de edición de código fuente.',
269 cls: 'x-html-editor-tip'
275 if(Ext.grid.GridView){
276 Ext.apply(Ext.grid.GridView.prototype, {
277 sortAscText : "Ordenar en forma ascendente",
278 sortDescText : "Ordenar en forma descendente",
279 columnsText : "Columnas"
283 if(Ext.grid.GroupingView){
284 Ext.apply(Ext.grid.GroupingView.prototype, {
285 emptyGroupText : '(Ninguno)',
286 groupByText : 'Agrupar por este campo',
287 showGroupsText : 'Mostrar en grupos'
291 if(Ext.grid.PropertyColumnModel){
292 Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
299 if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
300 Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
301 splitTip : "Arrastre para redimensionar.",
302 collapsibleSplitTip : "Arrastre para redimensionar. Doble clic para ocultar."
306 if(Ext.form.TimeField){
307 Ext.apply(Ext.form.TimeField.prototype, {
308 minText : "La hora en este campo debe ser igual o posterior a {0}",
309 maxText : "La hora en este campo debe ser igual o anterior a {0}",
310 invalidText : "{0} no es una hora válida",
312 altFormats : "g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|ha|gA|h a|g a|g A|gi|hi|gia|hia|g|H"
316 if(Ext.form.CheckboxGroup){
317 Ext.apply(Ext.form.CheckboxGroup.prototype, {
318 blankText : "Debe seleccionar al menos un étem de este grupo"
322 if(Ext.form.RadioGroup){
323 Ext.apply(Ext.form.RadioGroup.prototype, {
324 blankText : "Debe seleccionar un étem de este grupo"