From 9221eb3cc912c7ee90b05b02aa15527d444211bf Mon Sep 17 00:00:00 2001 From: Jan-Philipp Litza Date: Fri, 20 Mar 2015 17:14:48 +0100 Subject: [PATCH] Move config mode strings to i18n directory --- i18n/de.po | 32 ++++++++++++++++++++++++++++++++ i18n/en.po | 27 +++++++++++++++++++++++++++ site.conf | 21 --------------------- 3 files changed, 59 insertions(+), 21 deletions(-) create mode 100644 i18n/de.po create mode 100644 i18n/en.po diff --git a/i18n/de.po b/i18n/de.po new file mode 100644 index 0000000..23bc823 --- /dev/null +++ b/i18n/de.po @@ -0,0 +1,32 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2015-03-20 17:01+0100\n" +"Last-Translator: Jan-Philipp Litza \n" +"Language-Team: German\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "gluon-config-mode:welcome" +msgstr "" +"Willkommen zum Einrichtungsassistenten für deinen neuen Bremer" +"Freifunk-Knoten. Fülle das folgende Formular deinen Vorstellungen" +"entsprechend aus und sende es ab." + +msgid "gluon-config-mode:pubkey" +msgstr "" + +msgid "gluon-config-mode:reboot" +msgstr "" +"

" +"Dein Knoten startet gerade neu und versucht sich anschließend mit anderen" +"Freifunk-Knoten in seiner Nähe zu verbinden. Weitere Informationen zur" +"Bremer Freifunk-Community findest du auf" +"unserer Webseite." +"

" +"

" +"Viel Spaß mit deinem Knoten und der Erkundung von Freifunk!" +"

" diff --git a/i18n/en.po b/i18n/en.po new file mode 100644 index 0000000..1c2dd1f --- /dev/null +++ b/i18n/en.po @@ -0,0 +1,27 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2015-03-20 17:06+0100\n" +"Last-Translator: Jan-Philipp Litza \n" +"Language-Team: English\n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "gluon-config-mode:welcome" +msgstr "" +"Welcome to the setup wizard of your new Freifunk Bremen node." +"Fill out the following form to your liking and submit it." + +msgid "gluon-config-mode:pubkey" +msgstr "" + +msgid "gluon-config-mode:reboot" +msgstr "" +"

Your node is currently rebooting and will try to connect to other" +"nearby Freifunk nodes afterwards. " +"You can find lots of information on the Freifunk Bremen community on " +"our website.

" +"

Have fun with your node and the Freifunk experience!

" diff --git a/site.conf b/site.conf index 815b445..93e5832 100644 --- a/site.conf +++ b/site.conf @@ -98,25 +98,4 @@ limit_ingress = 8000, }, }, - - config_mode = { - msg_welcome = [[ -Willkommen zum Einrichtungsassistenten für deinen neuen Bremer -Freifunk-Knoten. Fülle das folgende Formular deinen Vorstellungen -entsprechend aus und sende es ab. -]], - msg_pubkey = [[ -]], - msg_reboot = [[ -

-Dein Knoten startet gerade neu und versucht sich anschließend mit anderen -Freifunk-Knoten in seiner Nähe zu verbinden. Weitere Informationen zur -Bremer Freifunk-Community findest du auf -unserer Webseite. -

-

-Viel Spaß mit deinem Knoten und der Erkundung von Freifunk! -

-]], - }, }