3 <title>The source code</title>
4 <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
5 <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
7 <body onload="prettyPrint();">
8 <pre class="prettyprint lang-js">/*!
10 * Copyright(c) 2006-2009 Ext JS, LLC
12 * http://www.extjs.com/license
15 * Spanish/Latin American Translation by genius551v 04-08-2007
16 * Revised by efege, 2007-04-15.
17 * Revised by Rafaga2k 10-01-2007 (mm/dd/yyyy)
18 * Revised by FeDe 12-13-2007 (mm/dd/yyyy)
19 * Synchronized with 2.2 version of ext-lang-en.js (provided by Condor 8 aug 2008)
20 * by halkon_polako 14-aug-2008
23 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Cargando...</div>';
26 Ext.DataView.prototype.emptyText = "";
29 if(Ext.grid.GridPanel){
30 Ext.grid.GridPanel.prototype.ddText = "{0} fila(s) seleccionada(s)";
34 Ext.LoadMask.prototype.msg = "Cargando...";
52 Date.getShortMonthName = function(month) {
53 return Date.monthNames[month].substring(0, 3);
71 Date.getMonthNumber = function(name) {
72 return Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()];
85 Date.getShortDayName = function(day) {
86 if (day==3) return "Mié";
87 if (day==6) return "Sáb";
88 return Date.dayNames[day].substring(0, 3);
91 Date.parseCodes.S.s = "(?:st|nd|rd|th)";
94 Ext.MessageBox.buttonText = {
103 Ext.util.Format.date = function(v, format){
105 if(!(v instanceof Date)) v = new Date(Date.parse(v));
106 return v.dateFormat(format || "d/m/Y");
111 Ext.apply(Ext.DatePicker.prototype, {
113 minText : "Esta fecha es anterior a la fecha mínima",
114 maxText : "Esta fecha es posterior a la fecha máxima",
115 disabledDaysText : "",
116 disabledDatesText : "",
117 monthNames : Date.monthNames,
118 dayNames : Date.dayNames,
119 nextText : 'Mes Siguiente (Control+Right)',
120 prevText : 'Mes Anterior (Control+Left)',
121 monthYearText : 'Seleccione un mes (Control+Up/Down para desplazar el año)',
122 todayTip : "{0} (Barra espaciadora)",
124 okText : " Ok ",
125 cancelText : "Cancelar",
130 if(Ext.PagingToolbar){
131 Ext.apply(Ext.PagingToolbar.prototype, {
132 beforePageText : "Página",
133 afterPageText : "de {0}",
134 firstText : "Primera página",
135 prevText : "Página anterior",
136 nextText : "Página siguiente",
137 lastText : "Última página",
138 refreshText : "Actualizar",
139 displayMsg : "Mostrando {0} - {1} de {2}",
140 emptyMsg : 'Sin datos para mostrar'
145 Ext.form.Field.prototype.invalidText = "El valor en este campo es inválido";
148 if(Ext.form.TextField){
149 Ext.apply(Ext.form.TextField.prototype, {
150 minLengthText : "El tamaño mínimo para este campo es de {0}",
151 maxLengthText : "El tamaño máximo para este campo es de {0}",
152 blankText : "Este campo es obligatorio",
158 if(Ext.form.NumberField){
159 Ext.apply(Ext.form.NumberField.prototype, {
160 decimalSeparator : ".",
161 decimalPrecision : 2,
162 minText : "El valor mínimo para este campo es de {0}",
163 maxText : "El valor máximo para este campo es de {0}",
164 nanText : "{0} no es un número válido"
168 if(Ext.form.DateField){
169 Ext.apply(Ext.form.DateField.prototype, {
170 disabledDaysText : "Deshabilitado",
171 disabledDatesText : "Deshabilitado",
172 minText : "La fecha para este campo debe ser posterior a {0}",
173 maxText : "La fecha para este campo debe ser anterior a {0}",
174 invalidText : "{0} no es una fecha válida - debe tener el formato {1}",
176 altFormats : "d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"
180 if(Ext.form.ComboBox){
181 Ext.apply(Ext.form.ComboBox.prototype, {
182 loadingText : "Cargando...",
183 valueNotFoundText : undefined
188 Ext.apply(Ext.form.VTypes, {
189 emailText : 'Este campo debe ser una dirección de correo electrónico con el formato "usuario@dominio.com"',
190 urlText : 'Este campo debe ser una URL con el formato "http:/'+'/www.dominio.com"',
191 alphaText : 'Este campo sólo debe contener letras y _',
192 alphanumText : 'Este campo sólo debe contener letras, números y _'
196 if(Ext.form.HtmlEditor){
197 Ext.apply(Ext.form.HtmlEditor.prototype, {
198 createLinkText : "Por favor proporcione la URL para el enlace:",
201 title: 'Negritas (Ctrl+B)',
202 text: 'Transforma el texto seleccionado en Negritas.',
203 cls: 'x-html-editor-tip'
206 title: 'Itálica (Ctrl+I)',
207 text: 'Transforma el texto seleccionado en Itálicas.',
208 cls: 'x-html-editor-tip'
211 title: 'Subrayado (Ctrl+U)',
212 text: 'Subraya el texto seleccionado.',
213 cls: 'x-html-editor-tip'
216 title: 'Aumentar la fuente',
217 text: 'Aumenta el tamaño de la fuente',
218 cls: 'x-html-editor-tip'
221 title: 'Reducir la fuente',
222 text: 'Reduce el tamaño de la fuente.',
223 cls: 'x-html-editor-tip'
226 title: 'Color de fondo',
227 text: 'Modifica el color de fondo del texto seleccionado.',
228 cls: 'x-html-editor-tip'
231 title: 'Color de la fuente',
232 text: 'Modifica el color del texto seleccionado.',
233 cls: 'x-html-editor-tip'
236 title: 'Alinear a la izquierda',
237 text: 'Alinea el texto a la izquierda.',
238 cls: 'x-html-editor-tip'
242 text: 'Centrar el texto.',
243 cls: 'x-html-editor-tip'
246 title: 'Alinear a la derecha',
247 text: 'Alinea el texto a la derecha.',
248 cls: 'x-html-editor-tip'
250 insertunorderedlist : {
251 title: 'Lista de viñetas',
252 text: 'Inicia una lista con viñetas.',
253 cls: 'x-html-editor-tip'
255 insertorderedlist : {
256 title: 'Lista numerada',
257 text: 'Inicia una lista numerada.',
258 cls: 'x-html-editor-tip'
262 text: 'Inserta un enlace de hipertexto.',
263 cls: 'x-html-editor-tip'
266 title: 'Código Fuente',
267 text: 'Pasar al modo de edición de código fuente.',
268 cls: 'x-html-editor-tip'
274 if(Ext.grid.GridView){
275 Ext.apply(Ext.grid.GridView.prototype, {
276 sortAscText : "Ordenar en forma ascendente",
277 sortDescText : "Ordenar en forma descendente",
278 columnsText : "Columnas"
282 if(Ext.grid.GroupingView){
283 Ext.apply(Ext.grid.GroupingView.prototype, {
284 emptyGroupText : '(Ninguno)',
285 groupByText : 'Agrupar por este campo',
286 showGroupsText : 'Mostrar en grupos'
290 if(Ext.grid.PropertyColumnModel){
291 Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
298 if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
299 Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
300 splitTip : "Arrastre para redimensionar.",
301 collapsibleSplitTip : "Arrastre para redimensionar. Doble clic para ocultar."
305 if(Ext.form.TimeField){
306 Ext.apply(Ext.form.TimeField.prototype, {
307 minText : "La hora en este campo debe ser igual o posterior a {0}",
308 maxText : "La hora en este campo debe ser igual o anterior a {0}",
309 invalidText : "{0} no es una hora válida",
311 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"
315 if(Ext.form.CheckboxGroup){
316 Ext.apply(Ext.form.CheckboxGroup.prototype, {
317 blankText : "Debe seleccionar al menos un étem de este grupo"
321 if(Ext.form.RadioGroup){
322 Ext.apply(Ext.form.RadioGroup.prototype, {
323 blankText : "Debe seleccionar un étem de este grupo"