prevent KRDB and Monitor(s) being localized
Both terms are rather domain specific and should not be translated. See http://pve.proxmox.com/pipermail/pve-devel/2016-July/021975.html for the problems of Monitor Host being wrongly translated
This commit is contained in:
parent
181fb4d254
commit
9103b27d16
@ -41,7 +41,7 @@ Ext.define('PVE.storage.RBDInputPanel', {
|
|||||||
name: 'monhost',
|
name: 'monhost',
|
||||||
vtype: 'HostList',
|
vtype: 'HostList',
|
||||||
value: '',
|
value: '',
|
||||||
fieldLabel: gettext('Monitor Host'),
|
fieldLabel: 'Monitor(s)',
|
||||||
allowBlank: false
|
allowBlank: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -77,7 +77,7 @@ Ext.define('PVE.storage.RBDInputPanel', {
|
|||||||
xtype: 'pvecheckbox',
|
xtype: 'pvecheckbox',
|
||||||
name: 'krbd',
|
name: 'krbd',
|
||||||
uncheckedValue: 0,
|
uncheckedValue: 0,
|
||||||
fieldLabel: gettext('KRBD')
|
fieldLabel: 'KRBD'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
/*jslint confusion: false*/
|
/*jslint confusion: false*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user