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:
Emmanuel Kasper 2016-07-12 12:14:01 +02:00 committed by Fabian Grünbichler
parent 181fb4d254
commit 9103b27d16

View File

@ -41,7 +41,7 @@ Ext.define('PVE.storage.RBDInputPanel', {
name: 'monhost',
vtype: 'HostList',
value: '',
fieldLabel: gettext('Monitor Host'),
fieldLabel: 'Monitor(s)',
allowBlank: false
},
{
@ -77,7 +77,7 @@ Ext.define('PVE.storage.RBDInputPanel', {
xtype: 'pvecheckbox',
name: 'krbd',
uncheckedValue: 0,
fieldLabel: gettext('KRBD')
fieldLabel: 'KRBD'
}
];
/*jslint confusion: false*/