Upgrade to ExtJS 3.3.0 - Released 10/06/2010
[extjs.git] / src / locale / ext-lang-es.js
index 53f5168..e08ac0a 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * Ext JS Library 3.2.2
+ * Ext JS Library 3.3.0
  * Copyright(c) 2006-2010 Ext JS, Inc.
  * licensing@extjs.com
  * http://www.extjs.com/license
@@ -69,10 +69,10 @@ Date.dayNames = [
   "Domingo",
   "Lunes",
   "Martes",
-  "Miércoles",
+  "Mi\u00E9rcoles",
   "Jueves",
   "Viernes",
-  "Sábado"
+  "S\u00E1bado"
 ];
 
 Date.getShortDayName = function(day) {
@@ -87,7 +87,7 @@ if(Ext.MessageBox){
   Ext.MessageBox.buttonText = {
     ok     : "Aceptar",
     cancel : "Cancelar",
-    yes    : "Sí",
+    yes    : "S\u00ED",
     no     : "No"
   };
 }
@@ -103,15 +103,15 @@ if(Ext.util.Format){
 if(Ext.DatePicker){
   Ext.apply(Ext.DatePicker.prototype, {
     todayText         : "Hoy",
-    minText           : "Esta fecha es anterior a la fecha mínima",
-    maxText           : "Esta fecha es posterior a la fecha máxima",
+    minText           : "Esta fecha es anterior a la fecha m\u00EDnima",
+    maxText           : "Esta fecha es posterior a la fecha m\u00E1xima",
     disabledDaysText  : "",
     disabledDatesText : "",
     monthNames       : Date.monthNames,
     dayNames             : Date.dayNames,
     nextText          : 'Mes Siguiente (Control+Right)',
     prevText          : 'Mes Anterior (Control+Left)',
-    monthYearText     : 'Seleccione un mes (Control+Up/Down para desplazar el año)',
+    monthYearText     : 'Seleccione un mes (Control+Up/Down para desplazar el a\u00F1o)',
     todayTip          : "{0} (Barra espaciadora)",
     format            : "d/m/Y",
     okText            : " Ok ",
@@ -122,12 +122,12 @@ if(Ext.DatePicker){
 
 if(Ext.PagingToolbar){
   Ext.apply(Ext.PagingToolbar.prototype, {
-    beforePageText : "Página",
+    beforePageText : "P\u00E1gina",
     afterPageText  : "de {0}",
-    firstText      : "Primera página",
-    prevText       : "Página anterior",
-    nextText       : "Página siguiente",
-    lastText       : "Última página",
+    firstText      : "Primera p\u00E1gina",
+    prevText       : "P\u00E1gina anterior",
+    nextText       : "P\u00E1gina siguiente",
+    lastText       : "Última p\u00E1gina",
     refreshText    : "Actualizar",
     displayMsg     : "Mostrando {0} - {1} de {2}",
     emptyMsg       : 'Sin datos para mostrar'
@@ -135,13 +135,13 @@ if(Ext.PagingToolbar){
 }
 
 if(Ext.form.Field){
-  Ext.form.Field.prototype.invalidText = "El valor en este campo es inválido";
+  Ext.form.Field.prototype.invalidText = "El valor en este campo es inv\u00E1lido";
 }
 
 if(Ext.form.TextField){
   Ext.apply(Ext.form.TextField.prototype, {
-    minLengthText : "El tamaño mínimo para este campo es de {0}",
-    maxLengthText : "El tamaño máximo para este campo es de {0}",
+    minLengthText : "El tama\u00F1o m\u00EDnimo para este campo es de {0}",
+    maxLengthText : "El tama\u00F1o m\u00E1ximo para este campo es de {0}",
     blankText     : "Este campo es obligatorio",
     regexText     : "",
     emptyText     : null
@@ -152,9 +152,9 @@ if(Ext.form.NumberField){
   Ext.apply(Ext.form.NumberField.prototype, {
     decimalSeparator : ".",
     decimalPrecision : 2,
-    minText : "El valor mínimo para este campo es de {0}",
-    maxText : "El valor máximo para este campo es de {0}",
-    nanText : "{0} no es un número válido"
+    minText : "El valor m\u00EDnimo para este campo es de {0}",
+    maxText : "El valor m\u00E1ximo para este campo es de {0}",
+    nanText : "{0} no es un n\u00FAmero v\u00E1lido"
   });
 }
 
@@ -164,7 +164,7 @@ if(Ext.form.DateField){
     disabledDatesText : "Deshabilitado",
     minText           : "La fecha para este campo debe ser posterior a {0}",
     maxText           : "La fecha para este campo debe ser anterior a {0}",
-    invalidText       : "{0} no es una fecha válida - debe tener el formato {1}",
+    invalidText       : "{0} no es una fecha v\u00E1lida - debe tener el formato {1}",
     format            : "d/m/Y",
     altFormats        : "d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"
   });
@@ -179,10 +179,10 @@ if(Ext.form.ComboBox){
 
 if(Ext.form.VTypes){
   Ext.apply(Ext.form.VTypes, {
-    emailText    : 'Este campo debe ser una dirección de correo electrónico con el formato "usuario@dominio.com"',
+    emailText    : 'Este campo debe ser una direcci\u00F3n de correo electr\u00F3nico con el formato "usuario@dominio.com"',
     urlText      : 'Este campo debe ser una URL con el formato "http:/'+'/www.dominio.com"',
-    alphaText    : 'Este campo sólo debe contener letras y _',
-    alphanumText : 'Este campo sólo debe contener letras, números y _'
+    alphaText    : 'Este campo s\u00F3lo debe contener letras y _',
+    alphanumText : 'Este campo s\u00F3lo debe contener letras, n\u00FAmeros y _'
   });
 }
 
@@ -196,8 +196,8 @@ if(Ext.form.HtmlEditor){
         cls: 'x-html-editor-tip'
       },
       italic : {
-        title: 'Itálica (Ctrl+I)',
-        text: 'Transforma el texto seleccionado en Itálicas.',
+        title: 'It\u00E1lica (Ctrl+I)',
+        text: 'Transforma el texto seleccionado en It\u00E1licas.',
         cls: 'x-html-editor-tip'
       },
       underline : {
@@ -207,12 +207,12 @@ if(Ext.form.HtmlEditor){
       },
       increasefontsize : {
         title: 'Aumentar la fuente',
-        text: 'Aumenta el tamaño de la fuente',
+        text: 'Aumenta el tama\u00F1o de la fuente',
         cls: 'x-html-editor-tip'
       },
       decreasefontsize : {
         title: 'Reducir la fuente',
-        text: 'Reduce el tamaño de la fuente.',
+        text: 'Reduce el tama\u00F1o de la fuente.',
         cls: 'x-html-editor-tip'
       },
       backcolor : {
@@ -241,8 +241,8 @@ if(Ext.form.HtmlEditor){
         cls: 'x-html-editor-tip'
       },
       insertunorderedlist : {
-        title: 'Lista de viñetas',
-        text: 'Inicia una lista con viñetas.',
+        title: 'Lista de vi\u00F1etas',
+        text: 'Inicia una lista con vi\u00F1etas.',
         cls: 'x-html-editor-tip'
       },
       insertorderedlist : {
@@ -256,8 +256,8 @@ if(Ext.form.HtmlEditor){
         cls: 'x-html-editor-tip'
       },
       sourceedit : {
-        title: 'Código Fuente',
-        text: 'Pasar al modo de edición de código fuente.',
+        title: 'C\u00F3digo Fuente',
+        text: 'Pasar al modo de edici\u00F3n de c\u00F3digo fuente.',
         cls: 'x-html-editor-tip'
       }
     }
@@ -299,7 +299,7 @@ if(Ext.form.TimeField){
   Ext.apply(Ext.form.TimeField.prototype, {
     minText : "La hora en este campo debe ser igual o posterior a {0}",
     maxText : "La hora en este campo debe ser igual o anterior a {0}",
-    invalidText : "{0} no es una hora válida",
+    invalidText : "{0} no es una hora v\u00E1lida",
     format : "g:i A",
     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"
   });
@@ -307,12 +307,12 @@ if(Ext.form.TimeField){
 
 if(Ext.form.CheckboxGroup){
   Ext.apply(Ext.form.CheckboxGroup.prototype, {
-    blankText : "Debe seleccionar al menos un étem de este grupo"
+    blankText : "Debe seleccionar al menos un \u00E9tem de este grupo"
   });
 }
 
 if(Ext.form.RadioGroup){
   Ext.apply(Ext.form.RadioGroup.prototype, {
-    blankText : "Debe seleccionar un étem de este grupo"
+    blankText : "Debe seleccionar un \u00E9tem de este grupo"
   });
-}
+}
\ No newline at end of file