X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/src/locale/ext-lang-pl.js diff --git a/src/locale/ext-lang-pl.js b/src/locale/ext-lang-pl.js index f33449ee..d7d84003 100644 --- a/src/locale/ext-lang-pl.js +++ b/src/locale/ext-lang-pl.js @@ -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 }); }