From 3d7324cbc426730b39774a8cbc3df23475cb9bec Mon Sep 17 00:00:00 2001
From: bdobe
Date: Mon, 26 Sep 2016 22:32:15 +0200
Subject: [PATCH] i18n: adjustments for gluon v2016.2
---
i18n/de.po | 10 +++++-----
i18n/en.po | 8 ++++----
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/i18n/de.po b/i18n/de.po
index f0bef46..d6af861 100644
--- a/i18n/de.po
+++ b/i18n/de.po
@@ -22,10 +22,10 @@ msgstr ""
"Dies ist der öffentliche Schlüssel deines Freifunkknotens. Erst nachdem "
"er auf den Servern des Hamburger Freifunk-Projektes eingetragen wurde, "
"kann sich dein Knoten mit dem Hamburger Mesh-VPN verbinden. "
-"Bitte trage dazu diesen Schlüssel, den Namen deines Knotens (<%=hostname%>) und ein paar andere Informationen unter "
-"&key=<%=pubkey%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">https://formular.hamburg.freifunk.net/ ein.
"
+"Bitte trage dazu diesen Schlüssel, den Namen deines Knotens (<%=escape(hostname)%>) und ein paar andere Informationen unter "
+"&key=<%=pubkey%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">https://formular.hamburg.freifunk.net/ ein.
"
""
-" # <%= hostname %>"
+" # <%= escape(hostname) %>"
"
"
"<%= pubkey %>"
"
"
@@ -42,6 +42,6 @@ msgstr ""
msgid "gluon-config-mode:nopubkey"
msgstr ""
"Bitte trage nun den Namen deines Knotens "
-"(<%=hostname%>) und ein paar andere Informationen unter "
-"&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">https://formular.hamburg.freifunk.net/ "
+"(<%=escape(hostname)%>) und ein paar andere Informationen unter "
+"&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">https://formular.hamburg.freifunk.net/ "
"ein."
diff --git a/i18n/en.po b/i18n/en.po
index 2731910..978d199 100644
--- a/i18n/en.po
+++ b/i18n/en.po
@@ -24,10 +24,10 @@ msgstr ""
"This is the public key for your Freifunk node. You can only "
"connect the node to the Hamburg mesh VPN after the key has been registered on "
"the Freifunk Hamburg servers. "
-"Please register your key, the name of your node (<%=hostname%>), and a bit of additional info at "
-"&key=<%=pubkey%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">https://formular.hamburg.freifunk.net/.
"
+"Please register your key, the name of your node (<%=escape(hostname)%>), and a bit of additional info at "
+"&key=<%=pubkey%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">https://formular.hamburg.freifunk.net/."
""
-" # <%= hostname %>"
+" # <%= escape(hostname) %>"
"
"
"<%= pubkey %>"
"
"
@@ -44,5 +44,5 @@ msgid "gluon-config-mode:nopubkey"
msgstr ""
"Please enter the name of your node "
"(<%=hostname%>) and some additional information at "
-"&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">https://formular.hamburg.freifunk.net/ "
+"&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">https://formular.hamburg.freifunk.net/ "
"."