From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <root@dev.dominic.proxmox.com>
Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
 (No client certificate requested)
 by lists.proxmox.com (Postfix) with ESMTPS id DE3736658C
 for <pve-devel@lists.proxmox.com>; Thu,  7 Jan 2021 09:32:28 +0100 (CET)
Received: from firstgate.proxmox.com (localhost [127.0.0.1])
 by firstgate.proxmox.com (Proxmox) with ESMTP id B9C7619F66
 for <pve-devel@lists.proxmox.com>; Thu,  7 Jan 2021 09:32:28 +0100 (CET)
Received: from dev.dominic.proxmox.com (212-186-127-178.static.upcbusiness.at
 [212.186.127.178])
 by firstgate.proxmox.com (Proxmox) with ESMTP id C93B319F3C
 for <pve-devel@lists.proxmox.com>; Thu,  7 Jan 2021 09:32:27 +0100 (CET)
Received: by dev.dominic.proxmox.com (Postfix, from userid 0)
 id ADB0A2057E; Thu,  7 Jan 2021 09:32:27 +0100 (CET)
From: =?UTF-8?q?Dominic=20J=C3=A4ger?= <d.jaeger@proxmox.com>
To: pve-devel@lists.proxmox.com
Date: Thu,  7 Jan 2021 09:32:13 +0100
Message-Id: <20210107083215.40088-2-d.jaeger@proxmox.com>
X-Mailer: git-send-email 2.20.1
In-Reply-To: <20210107083215.40088-1-d.jaeger@proxmox.com>
References: <20210107083215.40088-1-d.jaeger@proxmox.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-SPAM-LEVEL: Spam detection results:  1
 AWL -0.275 Adjusted score from AWL reputation of From: address
 KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment
 KAM_LAZY_DOMAIN_SECURITY 1 Sending domain does not have any anti-forgery
 methods
 KHOP_HELO_FCRDNS        0.214 Relay HELO differs from its IP's reverse DNS
 NO_DNS_FOR_FROM         0.379 Envelope sender has no MX or A DNS records
 SPF_HELO_NONE           0.001 SPF: HELO does not publish an SPF Record
 SPF_NONE                0.001 SPF: sender does not publish an SPF Record
Subject: [pve-devel] [PATCH manager v2] ui: acme: Remove false gettexts
X-BeenThere: pve-devel@lists.proxmox.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Proxmox VE development discussion <pve-devel.lists.proxmox.com>
List-Unsubscribe: <https://lists.proxmox.com/cgi-bin/mailman/options/pve-devel>, 
 <mailto:pve-devel-request@lists.proxmox.com?subject=unsubscribe>
List-Archive: <http://lists.proxmox.com/pipermail/pve-devel/>
List-Post: <mailto:pve-devel@lists.proxmox.com>
List-Help: <mailto:pve-devel-request@lists.proxmox.com?subject=help>
List-Subscribe: <https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel>, 
 <mailto:pve-devel-request@lists.proxmox.com?subject=subscribe>
X-List-Received-Date: Thu, 07 Jan 2021 08:32:28 -0000

Translating these is not useful; e.g. API would be translated to API in German.

Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
---
new in v2

 www/manager6/dc/ACMEClusterView.js | 2 +-
 www/manager6/dc/ACMEPluginEdit.js  | 2 +-
 www/manager6/dc/Config.js          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/manager6/dc/ACMEClusterView.js b/www/manager6/dc/ACMEClusterView.js
index cb45a2ba..d02aeef0 100644
--- a/www/manager6/dc/ACMEClusterView.js
+++ b/www/manager6/dc/ACMEClusterView.js
@@ -171,7 +171,7 @@ Ext.define('PVE.dc.ACMEPluginView', {
 	},
 	{
 	    dataIndex: 'api',
-	    text: gettext('API'),
+	    text: 'API',
 	    renderer: Ext.String.htmlEncode,
 	    flex: 1,
 	},
diff --git a/www/manager6/dc/ACMEPluginEdit.js b/www/manager6/dc/ACMEPluginEdit.js
index 5b6c3a8b..bf4652f1 100644
--- a/www/manager6/dc/ACMEPluginEdit.js
+++ b/www/manager6/dc/ACMEPluginEdit.js
@@ -11,7 +11,7 @@ Ext.define('PVE.dc.ACMEPluginEditor', {
     width: 550,
     url: '/cluster/acme/plugins/',
 
-    subject: gettext('ACME DNS Plugin'),
+    subject: 'ACME DNS Plugin',
 
     items: [
 	{
diff --git a/www/manager6/dc/Config.js b/www/manager6/dc/Config.js
index 92b94afc..f517115d 100644
--- a/www/manager6/dc/Config.js
+++ b/www/manager6/dc/Config.js
@@ -182,7 +182,7 @@ Ext.define('PVE.dc.Config', {
 	    if (Proxmox.UserName === 'root@pam') {
 		me.items.push({
 		    xtype: 'pveACMEClusterView',
-		    title: gettext('ACME'),
+		    title: 'ACME',
 		    iconCls: 'fa fa-certificate',
 		    itemId: 'acme'
 		});
-- 
2.20.1