gluon-web-logging: improve warning
This commit is contained in:
parent
d9df192fad
commit
04822e70d6
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user