i18n: adjustments for gluon v2016.2

pull/1/head
bdobe 2016-11-22 16:04:05 +01:00
parent e7797bd77d
commit 4fc0e85035
No known key found for this signature in database
GPG Key ID: 61C7EC30C3E6DF26
2 changed files with 10 additions and 10 deletions

View File

@ -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 Helgoländer Freifunk-Projektes eingetragen wurde, " "er auf den Servern des Helgoländer Freifunk-Projektes eingetragen wurde, "
"kann sich dein Knoten mit dem Helgoländer Mesh-VPN verbinden. " "kann sich dein Knoten mit dem Helgoländer 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=\"http://formular.helgoland.freifunk.net/#/new?hostname=<%=hostname%>&key=<%=pubkey%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">http://formular.helgoland.freifunk.net/</a> ein.</p>" "<a href=\"http://formular.helgoland.freifunk.net/#/new?hostname=<%=escape(hostname)%>&key=<%=pubkey%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">http://formular.helgoland.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=\"http://formular.helgoland.freifunk.net/#/new?hostname=<%=hostname%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">http://formular.helgoland.freifunk.net/</a> " "<a href=\"http://formular.helgoland.freifunk.net/#/new?hostname=<%=escape(hostname)%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">http://formular.helgoland.freifunk.net/</a> "
"ein." "ein."

View File

@ -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 Helgoland mesh VPN after the key has been registered on " "connect the node to the Helgoland mesh VPN after the key has been registered on "
"the Freifunk Helgoland servers. " "the Freifunk Helgoland 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=\"http://formular.helgoland.freifunk.net/#/new?hostname=<%=hostname%>&key=<%=pubkey%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">http://formular.helgoland.freifunk.net/</a>.</p>" "<a href=\"http://formular.helgoland.freifunk.net/#/new?hostname=<%=escape(hostname)%>&key=<%=pubkey%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">http://formular.helgoland.freifunk.net/</a>.</p>"
"<div class=\"the-key\">" "<div class=\"the-key\">"
" # <%= hostname %>" " # <%= escape(hostname) %>"
" <br/>" " <br/>"
"<%= pubkey %>" "<%= pubkey %>"
"</div>" "</div>"
@ -43,6 +43,6 @@ msgstr ""
msgid "gluon-config-mode:nopubkey" 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><%=escape(hostname)%></em>) and some additional information at "
"<a href=\"http://formular.helgoland.freifunk.net/#/new?hostname=<%=hostname%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">http://formular.helgoland.freifunk.net/</a> " "<a href=\"http://formular.helgoland.freifunk.net/#/new?hostname=<%=escape(hostname)%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">http://formular.helgoland.freifunk.net/</a> "
"." "."