Do not translate iscsi Portal/Target and NFS export

iSCSI naming is already confusing, so we use the original terms here.
This commit is contained in:
Dietmar Maurer 2013-08-29 09:35:02 +02:00
parent bc3e73be41
commit d1fc545627
2 changed files with 4 additions and 4 deletions

View File

@ -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', {
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', {
}); });
Ext.apply(me, { Ext.apply(me, {
subject: gettext('iSCSI target'), subject: 'iSCSI target',
isAdd: true, isAdd: true,
items: [ ipanel ] items: [ ipanel ]
}); });

View File

@ -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
}, },
{ {