X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/src/locale/ext-lang-pl.js diff --git a/src/locale/ext-lang-pl.js b/src/locale/ext-lang-pl.js index 5734069a..d7d84003 100644 --- a/src/locale/ext-lang-pl.js +++ b/src/locale/ext-lang-pl.js @@ -1,8 +1,8 @@ /*! - * Ext JS Library 3.0.3 - * Copyright(c) 2006-2009 Ext JS, LLC - * 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 }); }