i18n: adjustments for gluon v2016.2
This commit is contained in:
parent
f033bb58e2
commit
3d7324cbc4
2 changed files with 9 additions and 9 deletions
10
i18n/de.po
10
i18n/de.po
|
@ -22,10 +22,10 @@ msgstr ""
|
||||||
"<p>Dies ist der öffentliche Schlüssel deines Freifunkknotens. Erst nachdem "
|
"<p>Dies ist der öffentliche Schlüssel deines Freifunkknotens. Erst nachdem "
|
||||||
"er auf den Servern des Hamburger Freifunk-Projektes eingetragen wurde, "
|
"er auf den Servern des Hamburger Freifunk-Projektes eingetragen wurde, "
|
||||||
"kann sich dein Knoten mit dem Hamburger Mesh-VPN verbinden. "
|
"kann sich dein Knoten mit dem Hamburger Mesh-VPN verbinden. "
|
||||||
"Bitte trage dazu diesen Schlüssel, den Namen deines Knotens (<em><%=hostname%></em>) und ein paar andere Informationen unter "
|
"Bitte trage dazu diesen Schlüssel, den Namen deines Knotens (<em><%=escape(hostname)%></em>) und ein paar andere Informationen unter "
|
||||||
"<a href=\"https://formular.hamburg.freifunk.net/#/new?hostname=<%=hostname%>&key=<%=pubkey%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">https://formular.hamburg.freifunk.net/</a> ein.</p>"
|
"<a href=\"https://formular.hamburg.freifunk.net/#/new?hostname=<%=escape(hostname)%>&key=<%=pubkey%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">https://formular.hamburg.freifunk.net/</a> ein.</p>"
|
||||||
"<div class=\"the-key\">"
|
"<div class=\"the-key\">"
|
||||||
" # <%= hostname %>"
|
" # <%= escape(hostname) %>"
|
||||||
" <br/>"
|
" <br/>"
|
||||||
"<%= pubkey %>"
|
"<%= pubkey %>"
|
||||||
"</div>"
|
"</div>"
|
||||||
|
@ -42,6 +42,6 @@ msgstr ""
|
||||||
msgid "gluon-config-mode:nopubkey"
|
msgid "gluon-config-mode:nopubkey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Bitte trage nun den Namen deines Knotens "
|
"Bitte trage nun den Namen deines Knotens "
|
||||||
"(<em><%=hostname%></em>) und ein paar andere Informationen unter "
|
"(<em><%=escape(hostname)%></em>) und ein paar andere Informationen unter "
|
||||||
"<a href=\"https://formular.hamburg.freifunk.net/#/new?hostname=<%=hostname%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">https://formular.hamburg.freifunk.net/</a> "
|
"<a href=\"https://formular.hamburg.freifunk.net/#/new?hostname=<%=escape(hostname)%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">https://formular.hamburg.freifunk.net/</a> "
|
||||||
"ein."
|
"ein."
|
||||||
|
|
|
@ -24,10 +24,10 @@ msgstr ""
|
||||||
"<p>This is the public key for your Freifunk node. You can only "
|
"<p>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 "
|
"connect the node to the Hamburg mesh VPN after the key has been registered on "
|
||||||
"the Freifunk Hamburg servers. "
|
"the Freifunk Hamburg servers. "
|
||||||
"Please register your key, the name of your node (<em><%=hostname%></em>), and a bit of additional info at "
|
"Please register your key, the name of your node (<em><%=escape(hostname)%></em>), and a bit of additional info at "
|
||||||
"<a href=\"https://formular.hamburg.freifunk.net/#/new?hostname=<%=hostname%>&key=<%=pubkey%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">https://formular.hamburg.freifunk.net/</a>.</p>"
|
"<a href=\"https://formular.hamburg.freifunk.net/#/new?hostname=<%=escape(hostname)%>&key=<%=pubkey%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">https://formular.hamburg.freifunk.net/</a>.</p>"
|
||||||
"<div class=\"the-key\">"
|
"<div class=\"the-key\">"
|
||||||
" # <%= hostname %>"
|
" # <%= escape(hostname) %>"
|
||||||
" <br/>"
|
" <br/>"
|
||||||
"<%= pubkey %>"
|
"<%= pubkey %>"
|
||||||
"</div>"
|
"</div>"
|
||||||
|
@ -44,5 +44,5 @@ msgid "gluon-config-mode:nopubkey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Please enter the name of your node "
|
"Please enter the name of your node "
|
||||||
"(<em><%=hostname%></em>) and some additional information at "
|
"(<em><%=hostname%></em>) and some additional information at "
|
||||||
"<a href=\"https://formular.hamburg.freifunk.net/#/new?hostname=<%=hostname%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">https://formular.hamburg.freifunk.net/</a> "
|
"<a href=\"https://formular.hamburg.freifunk.net/#/new?hostname=<%=escape(hostname)%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">https://formular.hamburg.freifunk.net/</a> "
|
||||||
"."
|
"."
|
||||||
|
|
Loading…
Reference in a new issue