i18n: adjustments for gluon v2016.2
parent
e7797bd77d
commit
4fc0e85035
10
i18n/de.po
10
i18n/de.po
|
@ -22,10 +22,10 @@ msgstr ""
|
|||
"<p>Dies ist der öffentliche Schlüssel deines Freifunkknotens. Erst nachdem "
|
||||
"er auf den Servern des Helgoländer Freifunk-Projektes eingetragen wurde, "
|
||||
"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 "
|
||||
"<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>"
|
||||
"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=<%=escape(hostname)%>&key=<%=pubkey%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">http://formular.helgoland.freifunk.net/</a> ein.</p>"
|
||||
"<div class=\"the-key\">"
|
||||
" # <%= hostname %>"
|
||||
" # <%= escape(hostname) %>"
|
||||
" <br/>"
|
||||
"<%= pubkey %>"
|
||||
"</div>"
|
||||
|
@ -42,6 +42,6 @@ msgstr ""
|
|||
msgid "gluon-config-mode:nopubkey"
|
||||
msgstr ""
|
||||
"Bitte trage nun den Namen deines Knotens "
|
||||
"(<em><%=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> "
|
||||
"(<em><%=escape(hostname)%></em>) und ein paar andere Informationen unter "
|
||||
"<a href=\"http://formular.helgoland.freifunk.net/#/new?hostname=<%=escape(hostname)%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">http://formular.helgoland.freifunk.net/</a> "
|
||||
"ein."
|
||||
|
|
10
i18n/en.po
10
i18n/en.po
|
@ -24,10 +24,10 @@ msgstr ""
|
|||
"<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 "
|
||||
"the Freifunk Helgoland servers. "
|
||||
"Please register your key, the name of your node (<em><%=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>"
|
||||
"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=<%=escape(hostname)%>&key=<%=pubkey%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">http://formular.helgoland.freifunk.net/</a>.</p>"
|
||||
"<div class=\"the-key\">"
|
||||
" # <%= hostname %>"
|
||||
" # <%= escape(hostname) %>"
|
||||
" <br/>"
|
||||
"<%= pubkey %>"
|
||||
"</div>"
|
||||
|
@ -43,6 +43,6 @@ msgstr ""
|
|||
msgid "gluon-config-mode:nopubkey"
|
||||
msgstr ""
|
||||
"Please enter the name of your node "
|
||||
"(<em><%=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> "
|
||||
"(<em><%=escape(hostname)%></em>) and some additional information at "
|
||||
"<a href=\"http://formular.helgoland.freifunk.net/#/new?hostname=<%=escape(hostname)%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">http://formular.helgoland.freifunk.net/</a> "
|
||||
"."
|
||||
|
|
Loading…
Reference in New Issue