Commit d3e96362 authored by Dietmar Maurer's avatar Dietmar Maurer

Do not translate iscsi Portal/Target and NFS export

iSCSI naming is already confusing, so we use the original terms here.
parent 28488918
...@@ -103,7 +103,7 @@ Ext.define('PVE.storage.IScsiInputPanel', { ...@@ -103,7 +103,7 @@ Ext.define('PVE.storage.IScsiInputPanel', {
height: 22, // hack: set same height as text fields height: 22, // hack: set same height as text fields
name: 'portal', name: 'portal',
value: '', value: '',
fieldLabel: gettext('Portal'), fieldLabel: 'Portal',
allowBlank: false, allowBlank: false,
listeners: { listeners: {
change: function(f, value) { change: function(f, value) {
...@@ -120,7 +120,7 @@ Ext.define('PVE.storage.IScsiInputPanel', { ...@@ -120,7 +120,7 @@ Ext.define('PVE.storage.IScsiInputPanel', {
xtype: me.create ? 'pveIScsiScan' : 'displayfield', xtype: me.create ? 'pveIScsiScan' : 'displayfield',
name: 'target', name: 'target',
value: '', value: '',
fieldLabel: gettext('Target'), fieldLabel: 'Target',
allowBlank: false allowBlank: false
} }
]; ];
...@@ -176,7 +176,7 @@ Ext.define('PVE.storage.IScsiEdit', { ...@@ -176,7 +176,7 @@ Ext.define('PVE.storage.IScsiEdit', {
}); });
Ext.apply(me, { Ext.apply(me, {
subject: gettext('iSCSI target'), subject: 'iSCSI target',
isAdd: true, isAdd: true,
items: [ ipanel ] items: [ ipanel ]
}); });
......
...@@ -120,7 +120,7 @@ Ext.define('PVE.storage.NFSInputPanel', { ...@@ -120,7 +120,7 @@ Ext.define('PVE.storage.NFSInputPanel', {
height: 22, // hack: set same height as text fields height: 22, // hack: set same height as text fields
name: 'export', name: 'export',
value: '', value: '',
fieldLabel: gettext('Export'), fieldLabel: 'Export',
allowBlank: false allowBlank: false
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment