gluon-web-logging: improve warning

This commit is contained in:
kb-light 2017-07-08 09:17:10 +02:00
parent d9df192fad
commit 04822e70d6
3 changed files with 10 additions and 5 deletions

View File

@ -3,10 +3,13 @@ msgstr "Content-Type: text/plain; charset=UTF-8"
msgid ""
"If you want to use a remote syslog server, you can set it up here. "
"Please keep in mind that the data is transmitted unencrypted."
"Please keep in mind that the data is not encrypted, which may cause "
"individual-related data to be transmitted unencrypted over the internet."
msgstr ""
"Wenn du einen Remote-Syslog-Server nutzen möchtest, dann kannst du ihn hier "
"eintragen. Bitte beachte, dass diese Daten unverschlüsselt übertragen werden."
"eintragen. Bitte beachte, dass diese Daten nicht verschlüsselt werden. Dies "
"kann dazu führen, dass personenbezogene Daten unverschlüsselt über das Internet "
"übertragen werden."
msgid "Logging"
msgstr "Logging"

View File

@ -3,7 +3,8 @@ msgstr "Content-Type: text/plain; charset=UTF-8"
msgid ""
"If you want to use a remote syslog server, you can set it up here. "
"Please keep in mind that the data is transmitted unencrypted."
"Please keep in mind that the data is not encrypted, which may cause "
"individual-related data to be transmitted unencrypted over the internet."
msgstr ""
msgid "Logging"

View File

@ -2,8 +2,9 @@ local uci = require('simple-uci').cursor()
local system = uci:get_first('system', 'system')
local f = Form(translate('Logging'), translate(
'If you want to use a remote syslog server, you can set it up here. '
.. 'Please keep in mind that the data is transmitted unencrypted.'
"If you want to use a remote syslog server, you can set it up here. "
.. "Please keep in mind that the data is not encrypted, which may cause "
.. "individual-related data to be transmitted unencrypted over the internet."
))
local s = f:section(Section)