Do not translate Qemu specific terms

Multiqueue is the proper name as used by Qemu, as seen in
https://www.linux-kvm.org/page/Multiqueue

Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
This commit is contained in:
Emmanuel Kasper 2017-11-08 16:10:29 +01:00 committed by Dominik Csapak
parent a29ff1bce4
commit a1af3e3842
2 changed files with 2 additions and 2 deletions

View File

@ -238,7 +238,7 @@ Ext.define('PVE.qemu.HDInputPanel', {
{
xtype: 'pvecheckbox',
disabled: me.confid && !me.confid.match(/^(virtio|scsi)/),
fieldLabel: gettext('IO thread'),
fieldLabel: 'IO thread',
reference: 'iothread',
name: 'iothread'
});

View File

@ -151,7 +151,7 @@ Ext.define('PVE.qemu.NetworkInputPanel', {
{
xtype: 'pveIntegerField',
name: 'queues',
fieldLabel: gettext('Multiqueues'),
fieldLabel: 'Multiqueue',
minValue: 1,
maxValue: 8,
value: '',