Upgrade to ExtJS 3.3.1 - Released 11/30/2010
[extjs.git] / src / locale / ext-lang-es.js
index e08ac0a..7f30373 100644 (file)
@@ -1,8 +1,8 @@
 /*!
- * Ext JS Library 3.3.0
- * Copyright(c) 2006-2010 Ext JS, Inc.
- * licensing@extjs.com
- * http://www.extjs.com/license
+ * Ext JS Library 3.3.1
+ * Copyright(c) 2006-2010 Sencha Inc.
+ * licensing@sencha.com
+ * http://www.sencha.com/license
  */
 /*
  * Spanish/Latin American Translation by genius551v 04-08-2007
@@ -166,7 +166,8 @@ if(Ext.form.DateField){
     maxText           : "La fecha para este campo debe ser anterior a {0}",
     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"
+    altFormats        : "d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d",
+    startDay          : 1
   });
 }
 
@@ -315,4 +316,4 @@ if(Ext.form.RadioGroup){
   Ext.apply(Ext.form.RadioGroup.prototype, {
     blankText : "Debe seleccionar un \u00E9tem de este grupo"
   });
-}
\ No newline at end of file
+}