update translation files

This commit is contained in:
Dietmar Maurer 2014-07-14 08:19:50 +02:00
parent 5062558ae0
commit 5cc4d7deb5
2 changed files with 4 additions and 3 deletions

View File

@ -555,7 +555,8 @@ Ext.define('PVE.FirewallRules', {
if (me.allow_groups) {
me.groupBtn = Ext.create('Ext.Button', {
text: gettext('Insert') + ': ' + gettext('Security Group'),
text: gettext('Insert') + ': ' +
gettext('Security Group'),
disabled: true,
handler: function() {
var win = Ext.create('PVE.FirewallGroupRuleEdit', {

View File

@ -49,13 +49,13 @@ Ext.define('PVE.qemu.Smbios1InputPanel', {
},
{
xtype: 'textfield',
fieldLabel: gettext('version'),
fieldLabel: gettext('Version'),
regex: /^\S+$/,
name: 'version',
},
{
xtype: 'textfield',
fieldLabel: gettext('serial'),
fieldLabel: gettext('Serial'),
regex: /^\S+$/,
name: 'serial',
},