diff options
Diffstat (limited to 'applications/luci-app-xinetd')
-rw-r--r-- | applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js | 7 | ||||
-rw-r--r-- | applications/luci-app-xinetd/po/de/xinetd.po | 158 | ||||
-rw-r--r-- | applications/luci-app-xinetd/po/en/xinetd.po | 155 | ||||
-rw-r--r-- | applications/luci-app-xinetd/po/lt/xinetd.po | 334 | ||||
-rw-r--r-- | applications/luci-app-xinetd/po/templates/xinetd.pot | 147 |
5 files changed, 586 insertions, 215 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 1faf2a46fd..c8caa5292f 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 @@ -50,6 +50,9 @@ return view.extend({ }; o.modalonly = false; + o = s.option(form.DummyValue, 'redirect', _('Redirect')); + o.modalonly = false; + o = s.option(form.DummyValue, 'disable', _('Enabled')); o.cfgvalue = function(section) { return (uci.get('xinetd', section, 'disable') == "no") ? _("yes") : _("no"); @@ -130,6 +133,10 @@ return view.extend({ o.rmempty = false; o.modalonly = true; + o = s.taboption('basic', form.Value, 'redirect', _('Redirect'), _('Redirect incoming TCP requests to this IP address:port.')); + o.datatype = 'ipaddrport(1)'; + o.modalonly = true; + o = s.taboption('basic', form.Value, 'server', _('Server'), _('Complete path to the executable server file')); o.datatype = 'string'; o.rmempty = false; diff --git a/applications/luci-app-xinetd/po/de/xinetd.po b/applications/luci-app-xinetd/po/de/xinetd.po index 7ed34b9046..4e12daeaf6 100644 --- a/applications/luci-app-xinetd/po/de/xinetd.po +++ b/applications/luci-app-xinetd/po/de/xinetd.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2022-04-25 19:00+0000\n" +"PO-Revision-Date: 2023-07-12 15:48+0000\n" "Last-Translator: ssantos <ssantos@web.de>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsxinetd/de/>\n" @@ -8,13 +8,13 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.12.1-dev\n" +"X-Generator: Weblate 5.0-dev\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 msgid "Access Control" msgstr "Zugriffskontrolle" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:211 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 msgid "Access times" msgstr "Zugriffszeiten" @@ -22,7 +22,7 @@ msgstr "Zugriffszeiten" msgid "Add new service entry" msgstr "Neuen Service-Eintrag hinzufügen" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." @@ -30,44 +30,44 @@ msgstr "" "Zusätzliche Aufruf-Argumente für den Server. Es findet keine Überprüfung " "statt." -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:60 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 msgid "Advanced Settings" -msgstr "Erweiterte Einstellungen" +msgstr "Configurações avançadas" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 msgid "Allowed hosts" msgstr "Zulässige Hosts" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:59 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 msgid "Basic Settings" msgstr "Grundlegende Einstellungen" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:133 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Complete path to the executable server file" msgstr "Kompletter Pfad zur ausführbaren Server-Datei" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:201 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Connection limit" msgstr "Verbindungslimit" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:175 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 msgid "Duration of a service session" msgstr "Dauer einer Session" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 msgid "Enable or Disable this service" msgstr "Diesen Service Aktivieren oder Deaktivieren" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 msgid "Enabled" msgstr "Aktiviert" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Expected '[Number] [Number]'" msgstr "Erwartet '[Zahl] [Zahl]'" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:217 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Expected 'hh:mm-hh:mm'" msgstr "Erwartet 'hh:mm-hh:mm'" @@ -75,36 +75,36 @@ msgstr "Erwartet 'hh:mm-hh:mm'" msgid "Expecting: non-empty value" msgstr "Erwartet: nicht leerer Wert" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 msgid "Failed attempts" msgstr "Fehlgeschlagene Versuche" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:191 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Forbidden hosts" msgstr "Verbotene Hosts" #: applications/luci-app-xinetd/root/usr/share/rpcd/acl.d/luci-app-xinetd.json:3 msgid "Grant access to luci-app-xinetd" -msgstr "Zugriff auf luci-app-xinetd erlauben" +msgstr "Zugriff auf luci-app-xinetd gewähren" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 msgid "Here you can configure Xinetd services" msgstr "Hier können Xinetd Dienste konfiguriert werden" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:92 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 msgid "INTERNAL" msgstr "INTERN" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:83 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 msgid "IPv6" msgstr "IPv6" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:97 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 msgid "Identification" msgstr "Identifikation" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 +#: 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" @@ -112,7 +112,7 @@ msgstr "" "Informationen die im Falle einer fehlgeschlagenen Verbindung protokolliert " "werden sollen" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: 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" @@ -120,44 +120,44 @@ msgstr "" "Informationen die im Falle einer erfolgreichen Verbindung protokolliert " "werden sollen" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:73 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 msgid "Invalid character" msgstr "Ungültiges Zeichen" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 msgid "List of allowed hosts to access this service" msgstr "Liste zulässiger Hosts für diesen Service" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:191 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "List of forbidden hosts to access this service" msgstr "Liste verbotener Hosts für diesen Service" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:83 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 msgid "Listen on IPv6 additional" msgstr "Zusätzlich auf IPv6 hören" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Log on failure" msgstr "Log im Fehlerfall" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "Log on success" msgstr "Log bei Erfolg" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 msgid "Multi-Threaded Service" msgstr "Multi-Threaded-Dienst" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "Name für den Dienst, wenn INTERN von /etc/services" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Number of instances" msgstr "Anzahl Instanzen" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" @@ -166,50 +166,59 @@ msgstr "" "eine Zahl oder das Schlüsselwort UNLIMITED" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 msgid "Port" msgstr "Port" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:117 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 msgid "Protocol" msgstr "Protokoll" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +msgid "Redirect" +msgstr "Umleiten" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +msgid "Redirect incoming TCP requests to this IP address:port." +msgstr "Eingehende TCP Anfragen an diese IP-Adresse:Port umleiten." + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 msgid "Remote host address" msgstr "Adresse des entfernten Hosts" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:97 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 msgid "Required if a services can use tcp and udp." msgstr "Erforderlich, wenn ein Dienst tcp und udp verwenden kann." -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:163 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 msgid "Selection of the threading for this service" msgstr "Threading für diesen Service" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:133 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Server" msgstr "Server" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:171 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Server PID" msgstr "Server-PID" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 msgid "Server arguments" msgstr "Server Argumente" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:174 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Server exited along with the exit status" msgstr "Server mit dem Exit-Code" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:145 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "Service \"%s\": Unzulässige Datei für Server \"%s\"" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "Service \"%s\": Kein Zugriff auf Datei für Server \"%s\" (%s)" @@ -218,23 +227,23 @@ msgid "Service definitions to be used by Xinetd" msgstr "Service Definitionen zur Verwendung mit Xinetd" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 msgid "Servicename" msgstr "Dienstname" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:165 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 msgid "Single-Threaded Service" msgstr "Single-threaded Dienst" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:124 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 msgid "Socket type" msgstr "Socket Typ" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:119 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 msgid "TCP" msgstr "TCP" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:201 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" @@ -242,58 +251,58 @@ msgstr "" "Erwartet zwei Argumente: [Anzahl Verbindungen pro Sekunde] [Anzahl von " "Sekunden zur Reaktivierung des Service]" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" "Port, der für diesen Service verwendet werden soll. Wertebereich: 0 - 65535" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:117 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 msgid "The protocol to be used for this service" msgstr "Das Protokoll das für diesen Service verwendet werden soll" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:124 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 msgid "The type of the socket used for this service" msgstr "Typ des Sockets der für diesen Service verwendet werden soll" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:163 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 msgid "Threading behaviour" msgstr "Threading Verhalten" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:211 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "Zeitintervalle in denen der Service verfügbar ist (Format hh:mm-hh:mm)" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:176 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 msgid "Total bytes in and out for a redirected service" msgstr "Anzahl Bytes (IN/OUT) für einen weitergeleiteten Service" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:90 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 msgid "Type" msgstr "Typ" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:90 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 msgid "Type of service" msgstr "Art des Dienstes" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 msgid "UDP" msgstr "UDP" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 msgid "UNLISTED" msgstr "UNLISTED" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:159 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "User (UID)" msgstr "Benutzer (UID)" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:159 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "User ID for the server process for this service" msgstr "Benutzer-ID des Server-Prozesses für diesen Server" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 msgid "User ID of the remote user" msgstr "Benutzer-ID des Remote Users" @@ -305,31 +314,34 @@ msgstr "Xinetd" msgid "Xinetd Settings" msgstr "Xinetd Einstellungen" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 msgid "datagram-based service" msgstr "Datagrammbasierter Dienst" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:128 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 msgid "direct access to IP service" msgstr "direkter Zugriff auf den IP-Dienst" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 msgid "no" msgstr "nein" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 msgid "sequential datagram transmission service" msgstr "sequentieller Datagramm-Übertragungsdienst" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 msgid "stream-based service" msgstr "strombasierter Dienst" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 msgid "yes" msgstr "ja" +#~ msgid "Redirect incoming requests to this IP address:port." +#~ msgstr "Eingehende Anfragen an diese IP-Adresse:Port umleiten." + #~ msgid "Port already in use by service \"%s\"" #~ msgstr "Dieser Port wird bereits vom Service \"%s\" verwendet" diff --git a/applications/luci-app-xinetd/po/en/xinetd.po b/applications/luci-app-xinetd/po/en/xinetd.po index d7bfa48ac4..c8248ec0ea 100644 --- a/applications/luci-app-xinetd/po/en/xinetd.po +++ b/applications/luci-app-xinetd/po/en/xinetd.po @@ -1,20 +1,20 @@ msgid "" msgstr "" -"PO-Revision-Date: 2022-07-03 10:19+0000\n" -"Last-Translator: Hannu Nyman <hannu.nyman@iki.fi>\n" +"PO-Revision-Date: 2023-03-23 14:42+0000\n" +"Last-Translator: David Rapaň <david@rapan.cz>\n" "Language-Team: English <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsxinetd/en/>\n" "Language: en\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.13.1-dev\n" +"X-Generator: Weblate 4.16.2-dev\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:211 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 msgid "Access times" msgstr "" @@ -22,50 +22,50 @@ msgstr "" msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:60 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 msgid "Advanced Settings" msgstr "Advanced Settings" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:59 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:133 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:201 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:175 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 msgid "Enabled" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:217 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Expected 'hh:mm-hh:mm'" msgstr "" @@ -73,11 +73,11 @@ msgstr "" msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:191 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Forbidden hosts" msgstr "" @@ -89,119 +89,128 @@ msgstr "" msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:92 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 msgid "INTERNAL" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:83 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:97 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 +#: 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" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: 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" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:73 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:191 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:83 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 msgid "Port" msgstr "Port" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:117 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +msgid "Redirect" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +msgid "Redirect incoming TCP requests to this IP address:port." +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:97 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:163 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 msgid "Selection of the threading for this service" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:133 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Server" -msgstr "" +msgstr "Server" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:171 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:174 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:145 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" @@ -210,79 +219,79 @@ msgid "Service definitions to be used by Xinetd" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:165 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:124 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:119 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:201 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:117 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:124 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:163 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:211 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:176 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 msgid "Total bytes in and out for a redirected service" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:90 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:90 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:159 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:159 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 msgid "User ID of the remote user" msgstr "" @@ -294,28 +303,28 @@ msgstr "" msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:128 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 msgid "direct access to IP service" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 msgid "stream-based service" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/lt/xinetd.po b/applications/luci-app-xinetd/po/lt/xinetd.po new file mode 100644 index 0000000000..57224a4211 --- /dev/null +++ b/applications/luci-app-xinetd/po/lt/xinetd.po @@ -0,0 +1,334 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2023-07-31 23:05+0000\n" +"Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" +"Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsxinetd/lt/>\n" +"Language: lt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " +"19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " +"1 : 2);\n" +"X-Generator: Weblate 5.0-dev\n" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +msgid "Access Control" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +msgid "Access times" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +msgid "Add new service entry" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +msgid "" +"Additional arguments passed to the server. There is no validation of this " +"input." +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +msgid "Advanced Settings" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +msgid "Allowed hosts" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +msgid "Basic Settings" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +msgid "Complete path to the executable server file" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +msgid "Connection limit" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +msgid "Duration of a service session" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +msgid "Enable or Disable this service" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +msgid "Enabled" +msgstr "Įjungta" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +msgid "Expected '[Number] [Number]'" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +msgid "Expected 'hh:mm-hh:mm'" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +msgid "Expecting: non-empty value" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +msgid "Failed attempts" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +msgid "Forbidden hosts" +msgstr "" + +#: applications/luci-app-xinetd/root/usr/share/rpcd/acl.d/luci-app-xinetd.json:3 +msgid "Grant access to luci-app-xinetd" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +msgid "Here you can configure Xinetd services" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +msgid "INTERNAL" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +msgid "IPv6" +msgstr "„IPv6“" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +msgid "Identification" +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" +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" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +msgid "Invalid character" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +msgid "List of allowed hosts to access this service" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +msgid "List of forbidden hosts to access this service" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +msgid "Listen on IPv6 additional" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +msgid "Log on failure" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +msgid "Log on success" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +msgid "Multi-Threaded Service" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +msgid "Name for the service, if INTERNAL from /etc/services" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "Number of instances" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "" +"Number of simultaneously running servers for this service. Argument is any " +"number or the keyword 'UNLIMITED'" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +msgid "Port" +msgstr "Prievadas („Port'as“)" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +msgid "Protocol" +msgstr "Protokolas" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +msgid "Redirect" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +msgid "Redirect incoming TCP requests to this IP address:port." +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +msgid "Remote host address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +msgid "Required if a services can use tcp and udp." +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +msgid "Selection of the threading for this service" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +msgid "Server" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +msgid "Server PID" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +msgid "Server arguments" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +msgid "Server exited along with the exit status" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +msgid "Service \"%s\": Invalid server file \"%s\"" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +msgid "Service \"%s\": No access to server file \"%s\" (%s)" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +msgid "Service definitions to be used by Xinetd" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +msgid "Servicename" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +msgid "Single-Threaded Service" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +msgid "Socket type" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +msgid "TCP" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +msgid "" +"Takes two arguments: [Number of connections per second] [Number of seconds " +"to reenable service]" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +msgid "The port used for this service, valid range: 0 - 65535" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +msgid "The protocol to be used for this service" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +msgid "The type of the socket used for this service" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +msgid "Threading behaviour" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +msgid "Time intervals within service is available (Format hh:mm-hh:mm)" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +msgid "Total bytes in and out for a redirected service" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +msgid "Type" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +msgid "Type of service" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +msgid "UDP" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +msgid "UNLISTED" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +msgid "User (UID)" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +msgid "User ID for the server process for this service" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +msgid "User ID of the remote user" +msgstr "" + +#: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 +msgid "Xinetd" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +msgid "Xinetd Settings" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +msgid "datagram-based service" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +msgid "direct access to IP service" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +msgid "no" +msgstr "ne" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +msgid "sequential datagram transmission service" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +msgid "stream-based service" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +msgid "yes" +msgstr "Taip" diff --git a/applications/luci-app-xinetd/po/templates/xinetd.pot b/applications/luci-app-xinetd/po/templates/xinetd.pot index 4c989d6351..ad65d6be34 100644 --- a/applications/luci-app-xinetd/po/templates/xinetd.pot +++ b/applications/luci-app-xinetd/po/templates/xinetd.pot @@ -1,11 +1,11 @@ msgid "" msgstr "Content-Type: text/plain; charset=UTF-8" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:211 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 msgid "Access times" msgstr "" @@ -13,50 +13,50 @@ msgstr "" msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:60 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:59 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:133 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:201 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:175 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 msgid "Enabled" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:217 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Expected 'hh:mm-hh:mm'" msgstr "" @@ -64,11 +64,11 @@ msgstr "" msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:191 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Forbidden hosts" msgstr "" @@ -80,119 +80,128 @@ msgstr "" msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:92 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 msgid "INTERNAL" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:83 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:97 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 +#: 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" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: 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" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:73 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:191 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:83 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 msgid "Port" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:117 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +msgid "Redirect" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +msgid "Redirect incoming TCP requests to this IP address:port." +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:97 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:163 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 msgid "Selection of the threading for this service" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:133 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:171 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:174 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:145 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" @@ -201,79 +210,79 @@ msgid "Service definitions to be used by Xinetd" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:165 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:124 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:119 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:201 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:117 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:124 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:163 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:211 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:176 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 msgid "Total bytes in and out for a redirected service" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:90 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:90 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:159 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:159 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 msgid "User ID of the remote user" msgstr "" @@ -285,28 +294,28 @@ msgstr "" msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:128 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 msgid "direct access to IP service" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 msgid "stream-based service" msgstr "" #: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 msgid "yes" msgstr "" |