BUG 9744 Untranslatable items in calendar forms SOLVED
- Hardcoded labels found in the calandar new/edit form - Change hardcoded labels to uid translations
This commit is contained in:
@@ -289,6 +289,13 @@ if(Ext.grid.PropertyColumnModel){
|
||||
});
|
||||
}
|
||||
|
||||
if (Ext.ux.grid.RowEditor) {
|
||||
Ext.ux.grid.RowEditor.prototype.saveBtnText = "保存";
|
||||
Ext.ux.grid.RowEditor.prototype.cancelBtnText = "キャンセル";
|
||||
Ext.ux.grid.RowEditor.prototype.saveText = "保存";
|
||||
Ext.ux.grid.RowEditor.prototype.cancelText = "キャンセル";
|
||||
}
|
||||
|
||||
if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
|
||||
Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
|
||||
splitTip : "ドラッグするとリサイズできます。",
|
||||
|
||||
Reference in New Issue
Block a user