Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nord Site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Freifunk Nord
Nord Site
Commits
2810005e
Commit
2810005e
authored
8 years ago
by
rubo77
Browse files
Options
Downloads
Patches
Plain Diff
escape hostname
parent
8eb92785
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
i18n/de.po
+5
-5
5 additions, 5 deletions
i18n/de.po
i18n/en.po
+5
-5
5 additions, 5 deletions
i18n/en.po
with
10 additions
and
10 deletions
i18n/de.po
+
5
−
5
View file @
2810005e
...
...
@@ -26,10 +26,10 @@ msgstr ""
"<p>Dies ist der öffentliche Schlüssel deines Freifunkknotens. Erst nachdem "
"er auf den Servern des Freifunk-Nord-Projektes eingetragen wurde, "
"kann sich dein Knoten mit dem Freifunk-Nord Mesh-VPN verbinden. "
"Bitte trage dazu diesen Schlüssel, den Namen deines Knotens (<em><%=hostname%></em>) und ein paar andere Informationen unter "
"<a href=\"https://formular.nord.freifunk.net/#/new?hostname=<%=hostname%>&key=<%=pubkey%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">https://formular.ffnord.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=\"https://formular.nord.freifunk.net/#/new?hostname=<%=
urlescape(
hostname
)
%>&key=<%=pubkey%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">https://formular.ffnord.net/</a> ein.</p>"
"<div class=\"the-key\">"
" # <%= hostname %>"
" # <%=
escape(
hostname
)
%>"
" <br/>"
"<%= pubkey %>"
"</div>"
...
...
@@ -46,6 +46,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=\"https://formular.nord.freifunk.net/#/new?hostname=<%=hostname%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">https://formular.ffnord.net/</a> "
"(<em><%=
escape(
hostname
)
%></em>) und ein paar andere Informationen unter "
"<a href=\"https://formular.nord.freifunk.net/#/new?hostname=<%=
urlescape(
hostname
)
%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">https://formular.ffnord.net/</a> "
"ein."
This diff is collapsed.
Click to expand it.
i18n/en.po
+
5
−
5
View file @
2810005e
...
...
@@ -24,10 +24,10 @@ msgstr ""
"<p>This is the public key for your Freifunk node. You can only "
"connect the node to the Freifunk Nord mesh VPN after the key has been registered on "
"the Freifunk Nord servers. "
"Please register your key, the name of your node (<em><%=hostname%></em>), and a bit of additional info at "
"<a href=\"https://formular.nord.freifunk.net/#/new?hostname=<%=hostname%>&key=<%=pubkey%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">https://formular.ffnord.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=\"https://formular.nord.freifunk.net/#/new?hostname=<%=
urlescape(
hostname
)
%>&key=<%=pubkey%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">https://formular.ffnord.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=\"https://formular.nord.freifunk.net/#/new?hostname=<%=hostname%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">https://formular.ffnord.net/</a> "
"(<em><%=
escape(
hostname
)
%></em>) and some additional information at "
"<a href=\"https://formular.nord.freifunk.net/#/new?hostname=<%=
urlescape(
hostname
)
%>&mac=<%= sysconfig.primary_mac %>\" target=\"_blank\">https://formular.ffnord.net/</a> "
"."
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment