Upgrade to ExtJS 3.0.3 - Released 10/11/2009
[extjs.git] / src / locale / ext-lang-es.js
1 /*!
2  * Ext JS Library 3.0.3
3  * Copyright(c) 2006-2009 Ext JS, LLC
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 /*
8  * Spanish/Latin American Translation by genius551v 04-08-2007
9  * Revised by efege, 2007-04-15.
10  * Revised by Rafaga2k 10-01-2007 (mm/dd/yyyy)
11  * Revised by FeDe 12-13-2007 (mm/dd/yyyy)
12  * Synchronized with 2.2 version of ext-lang-en.js (provided by Condor 8 aug 2008) 
13  *     by halkon_polako 14-aug-2008
14  */
15
16 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Cargando...</div>';
17
18 if(Ext.DataView){
19   Ext.DataView.prototype.emptyText = "";
20 }
21
22 if(Ext.grid.GridPanel){
23   Ext.grid.GridPanel.prototype.ddText = "{0} fila(s) seleccionada(s)";
24 }
25
26 if(Ext.LoadMask){
27   Ext.LoadMask.prototype.msg = "Cargando...";
28 }
29
30 Date.monthNames = [
31   "Enero",
32   "Febrero",
33   "Marzo",
34   "Abril",
35   "Mayo",
36   "Junio",
37   "Julio",
38   "Agosto",
39   "Septiembre",
40   "Octubre",
41   "Noviembre",
42   "Diciembre"
43 ];
44
45 Date.getShortMonthName = function(month) {
46   return Date.monthNames[month].substring(0, 3);
47 };
48
49 Date.monthNumbers = {
50   Ene : 0,
51   Feb : 1,
52   Mar : 2,
53   Abr : 3,
54   May : 4,
55   Jun : 5,
56   Jul : 6,
57   Ago : 7,
58   Sep : 8,
59   Oct : 9,
60   Nov : 10,
61   Dic : 11
62 };
63
64 Date.getMonthNumber = function(name) {
65   return Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()];
66 };
67
68 Date.dayNames = [
69   "Domingo",
70   "Lunes",
71   "Martes",
72   "Mi&#233;rcoles",
73   "Jueves",
74   "Viernes",
75   "S&#225;bado"
76 ];
77
78 Date.getShortDayName = function(day) {
79   if (day==3) return "Mié";
80   if (day==6) return "Sáb";
81   return Date.dayNames[day].substring(0, 3);
82 };
83
84 Date.parseCodes.S.s = "(?:st|nd|rd|th)";
85
86 if(Ext.MessageBox){
87   Ext.MessageBox.buttonText = {
88     ok     : "Aceptar",
89     cancel : "Cancelar",
90     yes    : "S&#237;",
91     no     : "No"
92   };
93 }
94
95 if(Ext.util.Format){
96   Ext.util.Format.date = function(v, format){
97     if(!v) return "";
98     if(!(v instanceof Date)) v = new Date(Date.parse(v));
99     return v.dateFormat(format || "d/m/Y");
100   };
101 }
102
103 if(Ext.DatePicker){
104   Ext.apply(Ext.DatePicker.prototype, {
105     todayText         : "Hoy",
106     minText           : "Esta fecha es anterior a la fecha m&#237;nima",
107     maxText           : "Esta fecha es posterior a la fecha m&#225;xima",
108     disabledDaysText  : "",
109     disabledDatesText : "",
110     monthNames        : Date.monthNames,
111     dayNames              : Date.dayNames,
112     nextText          : 'Mes Siguiente (Control+Right)',
113     prevText          : 'Mes Anterior (Control+Left)',
114     monthYearText     : 'Seleccione un mes (Control+Up/Down para desplazar el a&#241;o)',
115     todayTip          : "{0} (Barra espaciadora)",
116     format            : "d/m/Y",
117     okText            : "&#160;Ok&#160;",
118     cancelText        : "Cancelar",
119     startDay          : 1
120   });
121 }
122
123 if(Ext.PagingToolbar){
124   Ext.apply(Ext.PagingToolbar.prototype, {
125     beforePageText : "P&#225;gina",
126     afterPageText  : "de {0}",
127     firstText      : "Primera p&#225;gina",
128     prevText       : "P&#225;gina anterior",
129     nextText       : "P&#225;gina siguiente",
130     lastText       : "Última p&#225;gina",
131     refreshText    : "Actualizar",
132     displayMsg     : "Mostrando {0} - {1} de {2}",
133     emptyMsg       : 'Sin datos para mostrar'
134   });
135 }
136
137 if(Ext.form.Field){
138   Ext.form.Field.prototype.invalidText = "El valor en este campo es inv&#225;lido";
139 }
140
141 if(Ext.form.TextField){
142   Ext.apply(Ext.form.TextField.prototype, {
143     minLengthText : "El tama&#241;o m&#237;nimo para este campo es de {0}",
144     maxLengthText : "El tama&#241;o m&#225;ximo para este campo es de {0}",
145     blankText     : "Este campo es obligatorio",
146     regexText     : "",
147     emptyText     : null
148   });
149 }
150
151 if(Ext.form.NumberField){
152   Ext.apply(Ext.form.NumberField.prototype, {
153     decimalSeparator : ".",
154     decimalPrecision : 2,
155     minText : "El valor m&#237;nimo para este campo es de {0}",
156     maxText : "El valor m&#225;ximo para este campo es de {0}",
157     nanText : "{0} no es un n&#250;mero v&#225;lido"
158   });
159 }
160
161 if(Ext.form.DateField){
162   Ext.apply(Ext.form.DateField.prototype, {
163     disabledDaysText  : "Deshabilitado",
164     disabledDatesText : "Deshabilitado",
165     minText           : "La fecha para este campo debe ser posterior a {0}",
166     maxText           : "La fecha para este campo debe ser anterior a {0}",
167     invalidText       : "{0} no es una fecha v&#225;lida - debe tener el formato {1}",
168     format            : "d/m/Y",
169     altFormats        : "d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"
170   });
171 }
172
173 if(Ext.form.ComboBox){
174   Ext.apply(Ext.form.ComboBox.prototype, {
175     loadingText       : "Cargando...",
176     valueNotFoundText : undefined
177   });
178 }
179
180 if(Ext.form.VTypes){
181   Ext.apply(Ext.form.VTypes, {
182     emailText    : 'Este campo debe ser una direcci&#243;n de correo electr&#243;nico con el formato "usuario@dominio.com"',
183     urlText      : 'Este campo debe ser una URL con el formato "http:/'+'/www.dominio.com"',
184     alphaText    : 'Este campo s&#243;lo debe contener letras y _',
185     alphanumText : 'Este campo s&#243;lo debe contener letras, n&#250;meros y _'
186   });
187 }
188
189 if(Ext.form.HtmlEditor){
190   Ext.apply(Ext.form.HtmlEditor.prototype, {
191     createLinkText : "Por favor proporcione la URL para el enlace:",
192     buttonTips : {
193       bold : {
194         title: 'Negritas (Ctrl+B)',
195             text: 'Transforma el texto seleccionado en Negritas.',
196         cls: 'x-html-editor-tip'
197       },
198       italic : {
199         title: 'It&#225;lica (Ctrl+I)',
200         text: 'Transforma el texto seleccionado en It&#225;licas.',
201         cls: 'x-html-editor-tip'
202       },
203       underline : {
204         title: 'Subrayado (Ctrl+U)',
205         text: 'Subraya el texto seleccionado.',
206         cls: 'x-html-editor-tip'
207       },
208       increasefontsize : {
209         title: 'Aumentar la fuente',
210         text: 'Aumenta el tama&#241;o de la fuente',
211         cls: 'x-html-editor-tip'
212       },
213       decreasefontsize : {
214         title: 'Reducir la fuente',
215         text: 'Reduce el tama&#241;o de la fuente.',
216         cls: 'x-html-editor-tip'
217       },
218       backcolor : {
219         title: 'Color de fondo',
220         text: 'Modifica el color de fondo del texto seleccionado.',
221         cls: 'x-html-editor-tip'
222       },
223       forecolor : {
224         title: 'Color de la fuente',
225         text: 'Modifica el color del texto seleccionado.',
226         cls: 'x-html-editor-tip'
227       },
228       justifyleft : {
229         title: 'Alinear a la izquierda',
230         text: 'Alinea el texto a la izquierda.',
231         cls: 'x-html-editor-tip'
232       },
233       justifycenter : {
234         title: 'Centrar',
235         text: 'Centrar el texto.',
236         cls: 'x-html-editor-tip'
237       },
238       justifyright : {
239         title: 'Alinear a la derecha',
240         text: 'Alinea el texto a la derecha.',
241         cls: 'x-html-editor-tip'
242       },
243       insertunorderedlist : {
244         title: 'Lista de vi&#241;etas',
245         text: 'Inicia una lista con vi&#241;etas.',
246         cls: 'x-html-editor-tip'
247       },
248       insertorderedlist : {
249         title: 'Lista numerada',
250         text: 'Inicia una lista numerada.',
251         cls: 'x-html-editor-tip'
252       },
253       createlink : {
254         title: 'Enlace',
255         text: 'Inserta un enlace de hipertexto.',
256         cls: 'x-html-editor-tip'
257       },
258       sourceedit : {
259         title: 'C&#243;digo Fuente',
260         text: 'Pasar al modo de edici&#243;n de c&#243;digo fuente.',
261         cls: 'x-html-editor-tip'
262       }
263     }
264   });
265 }
266
267 if(Ext.grid.GridView){
268   Ext.apply(Ext.grid.GridView.prototype, {
269     sortAscText  : "Ordenar en forma ascendente",
270     sortDescText : "Ordenar en forma descendente",
271     columnsText  : "Columnas"
272   });
273 }
274
275 if(Ext.grid.GroupingView){
276   Ext.apply(Ext.grid.GroupingView.prototype, {
277     emptyGroupText : '(Ninguno)',
278     groupByText    : 'Agrupar por este campo',
279     showGroupsText : 'Mostrar en grupos'
280   });
281 }
282
283 if(Ext.grid.PropertyColumnModel){
284   Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
285     nameText   : "Nombre",
286     valueText  : "Valor",
287     dateFormat : "j/m/Y"
288   });
289 }
290
291 if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
292   Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
293     splitTip            : "Arrastre para redimensionar.",
294     collapsibleSplitTip : "Arrastre para redimensionar. Doble clic para ocultar."
295   });
296 }
297
298 if(Ext.form.TimeField){
299   Ext.apply(Ext.form.TimeField.prototype, {
300     minText : "La hora en este campo debe ser igual o posterior a {0}",
301     maxText : "La hora en este campo debe ser igual o anterior a {0}",
302     invalidText : "{0} no es una hora v&#225;lida",
303     format : "g:i A",
304     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"
305   });
306 }
307
308 if(Ext.form.CheckboxGroup){
309   Ext.apply(Ext.form.CheckboxGroup.prototype, {
310     blankText : "Debe seleccionar al menos un &#233;tem de este grupo"
311   });
312 }
313
314 if(Ext.form.RadioGroup){
315   Ext.apply(Ext.form.RadioGroup.prototype, {
316     blankText : "Debe seleccionar un &#233;tem de este grupo"
317   });
318 }