Upgrade to ExtJS 3.3.1 - Released 11/30/2010
[extjs.git] / src / locale / ext-lang-pl.js
index f33449e..d7d8400 100644 (file)
@@ -1,3 +1,9 @@
+/*!
+ * Ext JS Library 3.3.1
+ * Copyright(c) 2006-2010 Sencha Inc.
+ * licensing@sencha.com
+ * http://www.sencha.com/license
+ */
 /**
  * Polish Translations
  * By vbert 17-April-2007
@@ -107,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",
@@ -166,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
        });
 }