Upgrade to ExtJS 3.3.1 - Released 11/30/2010
[extjs.git] / src / locale / ext-lang-pl.js
index 8797693..d7d8400 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
  */
 /**
  * Polish Translations
@@ -113,7 +113,6 @@ if(Ext.util.Format){
 
 if(Ext.DatePicker){
        Ext.apply(Ext.DatePicker.prototype, {
-               startDay                        : 1,
                todayText                       : "Dzisiaj",
                minText                         : "Data jest wcześniejsza od daty minimalnej",
                maxText                         : "Data jest późniejsza od daty maksymalnej",
@@ -172,7 +171,8 @@ if(Ext.form.DateField){
            maxText                             : "Data w tym polu musi być wcześniejsza od {0}",
                invalidText                     : "{0} to nie jest prawidłowa data - prawidłowy format daty {1}",
            format                              : "Y-m-d",
-       altFormats          : "m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d"
+       altFormats          : "m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d",
+       startDay            : 1
        });
 }