include Swedish translation

This commit is contained in:
Dietmar Maurer 2012-03-09 11:20:56 +01:00
parent da6cfd461c
commit 4a3a552003

View File

@ -185,7 +185,8 @@ Ext.define('PVE.Utils', { statics: {
en: 'English', en: 'English',
de: 'German', de: 'German',
es: 'Spanish', es: 'Spanish',
fr: 'French' fr: 'French',
sv: 'Swedish'
}, },
render_language: function (value) { render_language: function (value) {
@ -398,6 +399,7 @@ Ext.define('PVE.Utils', { statics: {
srvrestart: ['SRV', gettext('Restart') ], srvrestart: ['SRV', gettext('Restart') ],
srvreload: ['SRV', gettext('Reload') ], srvreload: ['SRV', gettext('Reload') ],
imgcopy: ['', gettext('Copy data') ], imgcopy: ['', gettext('Copy data') ],
imgdel: ['', gettext('Erase data') ],
download: ['', gettext('Download') ], download: ['', gettext('Download') ],
vzdump: ['', gettext('Backup') ] vzdump: ['', gettext('Backup') ]
}, },