diff --git a/gluon/gluon-config-mode-contact-info/files/lib/gluon/config-mode/wizard/0500-contact-info.lua b/gluon/gluon-config-mode-contact-info/files/lib/gluon/config-mode/wizard/0500-contact-info.lua index f6e3ead..a2182f9 100644 --- a/gluon/gluon-config-mode-contact-info/files/lib/gluon/config-mode/wizard/0500-contact-info.lua +++ b/gluon/gluon-config-mode-contact-info/files/lib/gluon/config-mode/wizard/0500-contact-info.lua @@ -17,7 +17,7 @@ function M.section(form) o.default = uci:get_first("gluon-node-info", "owner", "contact", "") o.rmempty = true o.datatype = "string" - o.description = "e.g. E-mail or phone number" + o.description = i18n.translate("e.g. E-mail or phone number") o.maxlen = 140 end diff --git a/gluon/gluon-config-mode-contact-info/i18n/de.po b/gluon/gluon-config-mode-contact-info/i18n/de.po index 4cf4253..e802524 100644 --- a/gluon/gluon-config-mode-contact-info/i18n/de.po +++ b/gluon/gluon-config-mode-contact-info/i18n/de.po @@ -1,12 +1,12 @@ msgid "" msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: PACKAGE VERSION\n" "PO-Revision-Date: 2015-03-19 01:32+0100\n" "Last-Translator: Matthias Schiffer \n" "Language-Team: German\n" "Language: de\n" "MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -18,7 +18,10 @@ msgid "" "you. Please note that this information will be visible publicly on " "the internet together with your node's coordinates." msgstr "" -"Hier kannst du einen öffentlichen Hinweis hinterlegen, um " -"anderen Freifunkern zu ermöglichen, Kontakt mit dir aufzunehmen. Bitte " -"beachte, dass dieser Hinweis auch öffentlich im Internet, zusammen mit " -"den Koordinaten deines Knotens, einsehbar sein wird." +"Hier kannst du einen öffentlichen Hinweis hinterlegen, um anderen " +"Freifunkern zu ermöglichen, Kontakt mit dir aufzunehmen. Bitte beachte, dass " +"dieser Hinweis auch öffentlich im Internet, zusammen mit den Koordinaten " +"deines Knotens, einsehbar sein wird." + +msgid "e.g. E-mail or phone number" +msgstr "z.B. E-Mail oder Telefonnummer" diff --git a/gluon/gluon-config-mode-contact-info/i18n/en.po b/gluon/gluon-config-mode-contact-info/i18n/en.po index fdf8805..1b1b881 100644 --- a/gluon/gluon-config-mode-contact-info/i18n/en.po +++ b/gluon/gluon-config-mode-contact-info/i18n/en.po @@ -1,12 +1,12 @@ msgid "" msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: PACKAGE VERSION\n" "PO-Revision-Date: 2015-03-19 01:32+0100\n" "Last-Translator: Matthias Schiffer \n" "Language-Team: English\n" "Language: en\n" "MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -21,3 +21,6 @@ msgstr "" "You can provide your contact information here to allow others to contact " "you. Please note that this information will be visible publicly on " "the internet together with your node's coordinates." + +msgid "e.g. E-mail or phone number" +msgstr "e.g. E-mail or phone number" diff --git a/gluon/gluon-config-mode-contact-info/i18n/gluon-config-mode-contact-info.pot b/gluon/gluon-config-mode-contact-info/i18n/gluon-config-mode-contact-info.pot index eace2af..63939a8 100644 --- a/gluon/gluon-config-mode-contact-info/i18n/gluon-config-mode-contact-info.pot +++ b/gluon/gluon-config-mode-contact-info/i18n/gluon-config-mode-contact-info.pot @@ -9,3 +9,6 @@ msgid "" "you. Please note that this information will be visible publicly on " "the internet together with your node's coordinates." msgstr "" + +msgid "e.g. E-mail or phone number" +msgstr ""