Browse Source

i18n: modify the reboot-message, to be like the Knotenformular

Karsten Böddeker 8 years ago
parent
commit
f3cdb8f3f9
2 changed files with 8 additions and 6 deletions
  1. 4 3
      i18n/de.po
  2. 4 3
      i18n/en.po

+ 4 - 3
i18n/de.po

@@ -33,9 +33,10 @@ msgstr ""
 "vorausgefüllte Formular auf unserer Webseite</a>.<br><br>"
 "</p>"
 "<div class=\"the-key\">"
-" # <%= hostname %>"
-" <br/>"
-"<%= pubkey %>"
+"<%=hostname%><br/><br/>"
+"# Owner: <%=contact%><br/>"
+"# MAC: <%=sysconfig.primary_mac%><br/>"
+"key \"<%= pubkey %>\";"
 "</div>"
 
 msgid "gluon-config-mode:reboot"

+ 4 - 3
i18n/en.po

@@ -32,9 +32,10 @@ msgstr ""
 "<a href=\"mailto:kontakt@hochstift.freifunk.net\">kontakt@hochstift.freifunk.net</a>."
 "</p>"
 "<div class=\"the-key\">"
-" # <%= hostname %>"
-" <br/>"
-"<%= pubkey %>"
+"<%=hostname%><br/><br/>"
+"# Owner: <%=contact%><br/>"
+"# MAC: <%=sysconfig.primary_mac%><br/>"
+"key \"<%= pubkey %>\";"
 "</div>"
 
 msgid "gluon-config-mode:reboot"