mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-26 12:06:08 +00:00
more gettext fixes
This commit is contained in:
parent
58eb590510
commit
c207625280
@ -5,7 +5,7 @@ Ext.define('PVE.dc.HttpProxyEdit', {
|
|||||||
var me = this;
|
var me = this;
|
||||||
|
|
||||||
Ext.applyIf(me, {
|
Ext.applyIf(me, {
|
||||||
title: gettext("Edit HTTP proxy settings"),
|
subject: 'HTTP proxy',
|
||||||
items: {
|
items: {
|
||||||
xtype: 'pvetextfield',
|
xtype: 'pvetextfield',
|
||||||
name: 'http_proxy',
|
name: 'http_proxy',
|
||||||
@ -30,7 +30,7 @@ Ext.define('PVE.dc.KeyboardEdit', {
|
|||||||
var me = this;
|
var me = this;
|
||||||
|
|
||||||
Ext.applyIf(me, {
|
Ext.applyIf(me, {
|
||||||
title: gettext("Edit keyboard settings"),
|
subject: gettext('Keyboard Layout'),
|
||||||
items: {
|
items: {
|
||||||
xtype: 'VNCKeyboardSelector',
|
xtype: 'VNCKeyboardSelector',
|
||||||
name: 'keyboard',
|
name: 'keyboard',
|
||||||
@ -60,7 +60,7 @@ Ext.define('PVE.dc.OptionView', {
|
|||||||
|
|
||||||
var rows = {
|
var rows = {
|
||||||
keyboard: {
|
keyboard: {
|
||||||
header: gettext('Keyboard'),
|
header: gettext('Keyboard Layout'),
|
||||||
editor: 'PVE.dc.KeyboardEdit',
|
editor: 'PVE.dc.KeyboardEdit',
|
||||||
renderer: PVE.Utils.render_kvm_language,
|
renderer: PVE.Utils.render_kvm_language,
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
Reference in New Issue
Block a user