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
name: 'portal',
value: '',
fieldLabel: gettext('Portal'),
fieldLabel: 'Portal',
allowBlank: false,
listeners: {
change: function(f, value) {
@ -120,7 +120,7 @@ Ext.define('PVE.storage.IScsiInputPanel', {
xtype: me.create ? 'pveIScsiScan' : 'displayfield',
name: 'target',
value: '',
fieldLabel: gettext('Target'),
fieldLabel: 'Target',
allowBlank: false
}
];
@ -176,7 +176,7 @@ Ext.define('PVE.storage.IScsiEdit', {
});
Ext.apply(me, {
subject: gettext('iSCSI target'),
subject: 'iSCSI target',
isAdd: true,
items: [ ipanel ]
});

View File

@ -120,7 +120,7 @@ Ext.define('PVE.storage.NFSInputPanel', {
height: 22, // hack: set same height as text fields
name: 'export',
value: '',
fieldLabel: gettext('Export'),
fieldLabel: 'Export',
allowBlank: false
},
{