move note shown below contact field to site localization
This commit is contained in:
parent
41333c511b
commit
993bf81a30
@ -77,3 +77,6 @@ msgstr ""
|
||||
"von jedem heruntergeladen und verarbeitet werden können. Für den Betrieb sind diese "
|
||||
"Informationen nicht erforderlich. Eine Speicherung erfolgt auf diesem Knoten. "
|
||||
"Die Daten können durch dich in diesem Menü eigenständig gelöscht werden."
|
||||
|
||||
msgid "gluon-config-mode:contact-note"
|
||||
msgstr "z.B. E-Mail oder Telefonnummer"
|
||||
|
@ -71,3 +71,6 @@ msgstr ""
|
||||
"downloaded and processed by anyone. This information is "
|
||||
"not required to operate a node. If you chose to enter data, it will be "
|
||||
"stored on this node and can be deleted by yourself at any time."
|
||||
|
||||
msgid "gluon-config-mode:contact-note"
|
||||
msgstr "e.g. E-mail or phone number"
|
||||
|
@ -72,3 +72,6 @@ msgstr ""
|
||||
"de fournir ces informations pour pouvoir opérer un nœud. Si vous avez "
|
||||
"choisi d'entrer des données, elles seront stockées sur ce nœud et vous "
|
||||
"pourrez les effacer par vous-même à tout moment."
|
||||
|
||||
msgid "gluon-config-mode:contact-note"
|
||||
msgstr "Ex : E-mail ou numéro de téléphone"
|
||||
|
@ -27,3 +27,6 @@ msgstr ""
|
||||
|
||||
msgid "gluon-config-mode:contact-help"
|
||||
msgstr ""
|
||||
|
||||
msgid "gluon-config-mode:contact-note"
|
||||
msgstr ""
|
||||
|
@ -517,6 +517,9 @@ gluon-config-mode:altitude-help
|
||||
gluon-config-mode:contact-help
|
||||
Description for the usage of the ``contact`` field
|
||||
|
||||
gluon-config-mode:contact-note
|
||||
Note shown (in small font) below the ``contact`` field
|
||||
|
||||
gluon-config-mode:reboot
|
||||
General information shown on the reboot page.
|
||||
|
||||
|
@ -12,6 +12,3 @@ msgstr ""
|
||||
|
||||
msgid "Contact info"
|
||||
msgstr "Kontakt"
|
||||
|
||||
msgid "e.g. E-mail or phone number"
|
||||
msgstr "z.B. E-Mail oder Telefonnummer"
|
||||
|
@ -12,6 +12,3 @@ msgstr ""
|
||||
|
||||
msgid "Contact info"
|
||||
msgstr "Informations de Contact"
|
||||
|
||||
msgid "e.g. E-mail or phone number"
|
||||
msgstr "Ex : E-mail ou numéro de téléphone"
|
||||
|
@ -3,6 +3,3 @@ msgstr "Content-Type: text/plain; charset=UTF-8"
|
||||
|
||||
msgid "Contact info"
|
||||
msgstr ""
|
||||
|
||||
msgid "e.g. E-mail or phone number"
|
||||
msgstr ""
|
||||
|
@ -7,7 +7,7 @@ return function(form, uci)
|
||||
|
||||
local s = form:section(Section, nil, translate("gluon-config-mode:contact-help"))
|
||||
|
||||
local o = s:option(Value, "contact", pkg_i18n.translate("Contact info"), pkg_i18n.translate("e.g. E-mail or phone number"))
|
||||
local o = s:option(Value, "contact", pkg_i18n.translate("Contact info"), translate("gluon-config-mode:contact-note"))
|
||||
o.default = uci:get("gluon-node-info", owner, "contact")
|
||||
o.optional = true
|
||||
function o:write(data)
|
||||
|
Loading…
Reference in New Issue
Block a user