X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/src/locale/ext-lang-ja.js diff --git a/src/locale/ext-lang-ja.js b/src/locale/ext-lang-ja.js index 90e3f940..cb4a6ea0 100644 --- a/src/locale/ext-lang-ja.js +++ b/src/locale/ext-lang-ja.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 + */ /* * Japanese translation * By tyama @@ -160,7 +166,8 @@ if(Ext.form.DateField){ maxText : "このフィールドの日付は、 {0} 以前の日付に設定してください。", invalidText : "{0} は間違った日付入力です。 - 入力形式は「{1}」です。", format : "Y/m/d", - altFormats : "y/m/d|m/d/y|m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d" + altFormats : "y/m/d|m/d/y|m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d", + startDay : 0 }); }