diff options
author | Paul Donald <newtwen+github@gmail.com> | 2024-05-14 14:03:35 +0200 |
---|---|---|
committer | Paul Donald <newtwen+github@gmail.com> | 2024-05-14 14:03:35 +0200 |
commit | 6abc7c3dbb46af8af0359304b39296ead5abd668 (patch) | |
tree | ed13fa27134bb6952c8f3633051f80cf644bc558 /applications | |
parent | aa942bdfcefc39a43ae5ad0b478056dd406d2ec8 (diff) |
luci-app-xinetd: string corrections
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
Diffstat (limited to 'applications')
37 files changed, 74 insertions, 146 deletions
diff --git a/applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js b/applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js index 8f5583f7bd..d1476ae1e5 100644 --- a/applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js +++ b/applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js @@ -200,7 +200,7 @@ return view.extend({ o.rmempty = false; o.modalonly = true; - o = s.taboption('advanced', form.MultiValue, 'log_on_success', _('Log on success'), _('Informations that should be logged for this service in case of successful connection')); + o = s.taboption('advanced', form.MultiValue, 'log_on_success', _('Log on success'), _('What to log for successful connections')); o.value('PID', _('Server PID')); o.value('HOST', _('Remote host address ')); o.value('USERID', _('User ID of the remote user')); @@ -209,7 +209,7 @@ return view.extend({ o.value('TRAFFIC', _('Total bytes in and out for a redirected service')); o.modalonly = true; - o = s.taboption('advanced', form.MultiValue, 'log_on_failure', _('Log on failure'), _('Informations that should be logged for this service in case of a failed connection')); + o = s.taboption('advanced', form.MultiValue, 'log_on_failure', _('Log on failure'), _('What to log for failed connections')); o.value('HOST', _('Remote host address ')); o.value('USERID', _('User ID of the remote user')); o.value('ATTEMPT', _('Failed attempts')); diff --git a/applications/luci-app-xinetd/po/ar/xinetd.po b/applications/luci-app-xinetd/po/ar/xinetd.po index b9ffe34622..8432e45cc2 100644 --- a/applications/luci-app-xinetd/po/ar/xinetd.po +++ b/applications/luci-app-xinetd/po/ar/xinetd.po @@ -107,14 +107,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/bg/xinetd.po b/applications/luci-app-xinetd/po/bg/xinetd.po index 0fd4199bb1..d1ac4a7c70 100644 --- a/applications/luci-app-xinetd/po/bg/xinetd.po +++ b/applications/luci-app-xinetd/po/bg/xinetd.po @@ -106,14 +106,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/bn_BD/xinetd.po b/applications/luci-app-xinetd/po/bn_BD/xinetd.po index be200689ba..05ad6984a4 100644 --- a/applications/luci-app-xinetd/po/bn_BD/xinetd.po +++ b/applications/luci-app-xinetd/po/bn_BD/xinetd.po @@ -102,14 +102,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/ca/xinetd.po b/applications/luci-app-xinetd/po/ca/xinetd.po index e36f027540..a05b3ef7a1 100644 --- a/applications/luci-app-xinetd/po/ca/xinetd.po +++ b/applications/luci-app-xinetd/po/ca/xinetd.po @@ -106,14 +106,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/cs/xinetd.po b/applications/luci-app-xinetd/po/cs/xinetd.po index 138e5f7351..49d59d5803 100644 --- a/applications/luci-app-xinetd/po/cs/xinetd.po +++ b/applications/luci-app-xinetd/po/cs/xinetd.po @@ -103,14 +103,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/da/xinetd.po b/applications/luci-app-xinetd/po/da/xinetd.po index 5bdc7cf70a..14c5f7a9f9 100644 --- a/applications/luci-app-xinetd/po/da/xinetd.po +++ b/applications/luci-app-xinetd/po/da/xinetd.po @@ -106,14 +106,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/de/xinetd.po b/applications/luci-app-xinetd/po/de/xinetd.po index e60569d1d0..dee723dd35 100644 --- a/applications/luci-app-xinetd/po/de/xinetd.po +++ b/applications/luci-app-xinetd/po/de/xinetd.po @@ -106,16 +106,14 @@ msgstr "Identifikation" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" "Informationen die im Falle einer fehlgeschlagenen Verbindung protokolliert " "werden sollen" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" "Informationen die im Falle einer erfolgreichen Verbindung protokolliert " "werden sollen" diff --git a/applications/luci-app-xinetd/po/el/xinetd.po b/applications/luci-app-xinetd/po/el/xinetd.po index 708f00cd35..09a3c1e7dc 100644 --- a/applications/luci-app-xinetd/po/el/xinetd.po +++ b/applications/luci-app-xinetd/po/el/xinetd.po @@ -103,14 +103,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/en/xinetd.po b/applications/luci-app-xinetd/po/en/xinetd.po index c8248ec0ea..4d392f3366 100644 --- a/applications/luci-app-xinetd/po/en/xinetd.po +++ b/applications/luci-app-xinetd/po/en/xinetd.po @@ -104,14 +104,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/es/xinetd.po b/applications/luci-app-xinetd/po/es/xinetd.po index 7950274970..fa9c500330 100644 --- a/applications/luci-app-xinetd/po/es/xinetd.po +++ b/applications/luci-app-xinetd/po/es/xinetd.po @@ -106,14 +106,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/fi/xinetd.po b/applications/luci-app-xinetd/po/fi/xinetd.po index 925f9f23d5..5d70214e45 100644 --- a/applications/luci-app-xinetd/po/fi/xinetd.po +++ b/applications/luci-app-xinetd/po/fi/xinetd.po @@ -106,14 +106,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/fr/xinetd.po b/applications/luci-app-xinetd/po/fr/xinetd.po index 5e36d8b410..14fb90bdaf 100644 --- a/applications/luci-app-xinetd/po/fr/xinetd.po +++ b/applications/luci-app-xinetd/po/fr/xinetd.po @@ -106,14 +106,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/he/xinetd.po b/applications/luci-app-xinetd/po/he/xinetd.po index 9640aa3e0b..c6402fcbc2 100644 --- a/applications/luci-app-xinetd/po/he/xinetd.po +++ b/applications/luci-app-xinetd/po/he/xinetd.po @@ -106,14 +106,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/hi/xinetd.po b/applications/luci-app-xinetd/po/hi/xinetd.po index d7cf949e43..bd701bb570 100644 --- a/applications/luci-app-xinetd/po/hi/xinetd.po +++ b/applications/luci-app-xinetd/po/hi/xinetd.po @@ -102,14 +102,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/hu/xinetd.po b/applications/luci-app-xinetd/po/hu/xinetd.po index 2ca9acfd60..b3e829d63f 100644 --- a/applications/luci-app-xinetd/po/hu/xinetd.po +++ b/applications/luci-app-xinetd/po/hu/xinetd.po @@ -103,14 +103,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/it/xinetd.po b/applications/luci-app-xinetd/po/it/xinetd.po index 5dd5a7ca2d..23ab847ed6 100644 --- a/applications/luci-app-xinetd/po/it/xinetd.po +++ b/applications/luci-app-xinetd/po/it/xinetd.po @@ -106,14 +106,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/ja/xinetd.po b/applications/luci-app-xinetd/po/ja/xinetd.po index fe731441a5..e5ad9a845c 100644 --- a/applications/luci-app-xinetd/po/ja/xinetd.po +++ b/applications/luci-app-xinetd/po/ja/xinetd.po @@ -106,14 +106,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/ko/xinetd.po b/applications/luci-app-xinetd/po/ko/xinetd.po index a756703e13..ae31236612 100644 --- a/applications/luci-app-xinetd/po/ko/xinetd.po +++ b/applications/luci-app-xinetd/po/ko/xinetd.po @@ -103,14 +103,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/lt/xinetd.po b/applications/luci-app-xinetd/po/lt/xinetd.po index c7621a79b7..f393645791 100644 --- a/applications/luci-app-xinetd/po/lt/xinetd.po +++ b/applications/luci-app-xinetd/po/lt/xinetd.po @@ -108,14 +108,12 @@ msgstr "Identifikacija" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/mr/xinetd.po b/applications/luci-app-xinetd/po/mr/xinetd.po index 094ebc5e03..348c76efa3 100644 --- a/applications/luci-app-xinetd/po/mr/xinetd.po +++ b/applications/luci-app-xinetd/po/mr/xinetd.po @@ -102,14 +102,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/ms/xinetd.po b/applications/luci-app-xinetd/po/ms/xinetd.po index 78733986d4..3cab21e793 100644 --- a/applications/luci-app-xinetd/po/ms/xinetd.po +++ b/applications/luci-app-xinetd/po/ms/xinetd.po @@ -106,14 +106,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/nb_NO/xinetd.po b/applications/luci-app-xinetd/po/nb_NO/xinetd.po index 4bb1237d86..73979c8874 100644 --- a/applications/luci-app-xinetd/po/nb_NO/xinetd.po +++ b/applications/luci-app-xinetd/po/nb_NO/xinetd.po @@ -106,14 +106,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/nl/xinetd.po b/applications/luci-app-xinetd/po/nl/xinetd.po index 8024b78c16..ff65f6cc9f 100644 --- a/applications/luci-app-xinetd/po/nl/xinetd.po +++ b/applications/luci-app-xinetd/po/nl/xinetd.po @@ -103,14 +103,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/pl/xinetd.po b/applications/luci-app-xinetd/po/pl/xinetd.po index 0a22360222..182c8b0748 100644 --- a/applications/luci-app-xinetd/po/pl/xinetd.po +++ b/applications/luci-app-xinetd/po/pl/xinetd.po @@ -109,16 +109,14 @@ msgstr "Identyfikacja" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" "Informacje, które powinny być zarejestrowane dla tej usługi w przypadku " "nieudanego połączenia" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" "Informacje, które powinny zostać zarejestrowane dla tej usługi w przypadku " "pomyślnego połączenia" diff --git a/applications/luci-app-xinetd/po/pt/xinetd.po b/applications/luci-app-xinetd/po/pt/xinetd.po index 9708c290bc..68e752c959 100644 --- a/applications/luci-app-xinetd/po/pt/xinetd.po +++ b/applications/luci-app-xinetd/po/pt/xinetd.po @@ -103,14 +103,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/pt_BR/xinetd.po b/applications/luci-app-xinetd/po/pt_BR/xinetd.po index faa9b8cbf2..a9896f5385 100644 --- a/applications/luci-app-xinetd/po/pt_BR/xinetd.po +++ b/applications/luci-app-xinetd/po/pt_BR/xinetd.po @@ -103,14 +103,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/ro/xinetd.po b/applications/luci-app-xinetd/po/ro/xinetd.po index 09cf050b0a..2c1fc341d6 100644 --- a/applications/luci-app-xinetd/po/ro/xinetd.po +++ b/applications/luci-app-xinetd/po/ro/xinetd.po @@ -104,14 +104,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/ru/xinetd.po b/applications/luci-app-xinetd/po/ru/xinetd.po index 4f2404d0fa..b84d9a1e90 100644 --- a/applications/luci-app-xinetd/po/ru/xinetd.po +++ b/applications/luci-app-xinetd/po/ru/xinetd.po @@ -109,16 +109,14 @@ msgstr "Идентификация" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" "Информация, которая должна быть записана в журнал для этой службы в случае " "неудачного соединения" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" "Информация, которая должна быть зарегистрирована для этой службы в случае " "успешного подключения" diff --git a/applications/luci-app-xinetd/po/sk/xinetd.po b/applications/luci-app-xinetd/po/sk/xinetd.po index d25a9aaf56..95ebbb435d 100644 --- a/applications/luci-app-xinetd/po/sk/xinetd.po +++ b/applications/luci-app-xinetd/po/sk/xinetd.po @@ -103,14 +103,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/sv/xinetd.po b/applications/luci-app-xinetd/po/sv/xinetd.po index 8f78758c3a..700230ce48 100644 --- a/applications/luci-app-xinetd/po/sv/xinetd.po +++ b/applications/luci-app-xinetd/po/sv/xinetd.po @@ -106,14 +106,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/templates/xinetd.pot b/applications/luci-app-xinetd/po/templates/xinetd.pot index ad65d6be34..f4ee7bc7ba 100644 --- a/applications/luci-app-xinetd/po/templates/xinetd.pot +++ b/applications/luci-app-xinetd/po/templates/xinetd.pot @@ -95,14 +95,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/tr/xinetd.po b/applications/luci-app-xinetd/po/tr/xinetd.po index 2e1331f5a6..1d9ff77169 100644 --- a/applications/luci-app-xinetd/po/tr/xinetd.po +++ b/applications/luci-app-xinetd/po/tr/xinetd.po @@ -107,16 +107,14 @@ msgstr "Kimlik belirleme" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" "Başarısız bir bağlantı durumunda bu hizmet için günlüğe kaydedilmesi gereken " "bilgiler" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" "Başarılı bağlantı durumunda bu hizmet için günlüğe kaydedilmesi gereken " "bilgiler" diff --git a/applications/luci-app-xinetd/po/uk/xinetd.po b/applications/luci-app-xinetd/po/uk/xinetd.po index 416f3678f9..05954136d4 100644 --- a/applications/luci-app-xinetd/po/uk/xinetd.po +++ b/applications/luci-app-xinetd/po/uk/xinetd.po @@ -107,14 +107,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/vi/xinetd.po b/applications/luci-app-xinetd/po/vi/xinetd.po index 1c9ec221db..776784a60c 100644 --- a/applications/luci-app-xinetd/po/vi/xinetd.po +++ b/applications/luci-app-xinetd/po/vi/xinetd.po @@ -106,14 +106,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/zh_Hans/xinetd.po b/applications/luci-app-xinetd/po/zh_Hans/xinetd.po index 2741ef54a4..28596166de 100644 --- a/applications/luci-app-xinetd/po/zh_Hans/xinetd.po +++ b/applications/luci-app-xinetd/po/zh_Hans/xinetd.po @@ -106,14 +106,12 @@ msgstr "识别" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "在连接失败的情况下,应记录此服务的信息" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "在成功连接的情况下,应记录此服务的信息" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 diff --git a/applications/luci-app-xinetd/po/zh_Hant/xinetd.po b/applications/luci-app-xinetd/po/zh_Hant/xinetd.po index 4b3be422a4..bd2542aec3 100644 --- a/applications/luci-app-xinetd/po/zh_Hant/xinetd.po +++ b/applications/luci-app-xinetd/po/zh_Hant/xinetd.po @@ -106,14 +106,12 @@ msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" +"What to log for failed connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "" -"Informations that should be logged for this service in case of successful " -"connection" +"What to log for successful connections" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 |