/*!
- * Ext JS Library 3.2.1
- * 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
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",
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
});
}