diff options
author | Paul Donald <newtwen+github@gmail.com> | 2024-10-07 22:18:04 +0200 |
---|---|---|
committer | Paul Donald <newtwen+github@gmail.com> | 2024-10-07 22:30:23 +0200 |
commit | 3aa60877ea4bc47b86c3ee11448db7503a20ae01 (patch) | |
tree | fb55393ce71aedee0ca458e05574936b9ff7eba0 /applications/luci-app-rp-pppoe-server/po/da | |
parent | 25a4d075558af1effcb1539e6d6920a6ff198821 (diff) |
luci-app-rp-pppoe-server: convert to JS
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
Diffstat (limited to 'applications/luci-app-rp-pppoe-server/po/da')
-rw-r--r-- | applications/luci-app-rp-pppoe-server/po/da/rp-pppoe-server.po | 205 |
1 files changed, 173 insertions, 32 deletions
diff --git a/applications/luci-app-rp-pppoe-server/po/da/rp-pppoe-server.po b/applications/luci-app-rp-pppoe-server/po/da/rp-pppoe-server.po index 51880eb8a0..c0244b3ead 100644 --- a/applications/luci-app-rp-pppoe-server/po/da/rp-pppoe-server.po +++ b/applications/luci-app-rp-pppoe-server/po/da/rp-pppoe-server.po @@ -12,11 +12,53 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.9.1-dev\n" -#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:19 +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:48 msgid "Access Concentrator Name" msgstr "Navn på adgangskoncentrator" -#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:32 +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-relay.js:41 +msgid "Both Interface" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:106 +msgid "" +"Causes <code>pppoe</code> to exit if no session traffic is detected for %s " +"seconds." +msgstr "" + +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-relay.js:34 +msgid "Client Interface" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-relay.js:56 +msgid "Default: 5000" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-relay.js:66 +msgid "Default: 600" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:61 +msgid "Default: 64" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:50 +msgid "Default: hostname" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:53 +msgid "" +"Each one causes the named service to be advertised in a Service-Name tag in " +"the PADO frame. The first one specifies the default service, and is used if " +"the PPPoE client requests a Service-Name of length zero." +msgstr "" + +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-relay.js:25 +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:25 +msgid "Enabled" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:40 msgid "First remote IP" msgstr "Første eksterne IP" @@ -24,85 +66,184 @@ msgstr "Første eksterne IP" msgid "Grant UCI access for luci-app-rp-pppoe-server" msgstr "Giv UCI-adgang til luci-app-rp-pppoe-server" -#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:29 +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:33 msgid "IP of listening side" msgstr "IP på lyttesiden" -#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:44 +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:40 +msgid "" +"If specified as <code>0.0.0.0</code> remote IP allocation will be delegated " +"to <code>pppd</code>" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:33 +msgid "" +"If specified as <code>0.0.0.0</code> the selection of local IP address is " +"delegated to <code>pppd</code>" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:99 msgid "" -"Instead of starting at beginning and going to end, randomize session number" +"Instead of numbering PPPoE sessions starting at 1, numbering starts at %s" msgstr "" -"I stedet for at starte i begyndelsen og gå til slutningen, skal du " -"tilfældigt vælge sessionens nummer" -#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:15 +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:27 msgid "Interface" msgstr "Interface" -#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:15 +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-relay.js:34 +msgid "" +"Interface from which to relay. Only PPPoE clients may be connected to this " +"interface." +msgstr "" + +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:27 msgid "Interface on which to listen." msgstr "Interface hvor der skal lyttes." -#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:62 +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-relay.js:27 +msgid "" +"Interface on which to listen. Only PPPoE servers may be connected to this " +"interface." +msgstr "" + +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-relay.js:41 +msgid "" +"Interface upon which to listen and to relay. Both PPPoE clients and servers " +"may be connected to this interface." +msgstr "" + +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:94 +msgid "Invokes <code>pppd</code> with the unit flag" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:115 msgid "MSS" msgstr "MSS" -#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:35 -msgid "Maximum sessions" -msgstr "Maksimalt antal sessioner" +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:115 +msgid "Max Segment Size" +msgstr "" -#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:25 +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-relay.js:53 +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:58 +msgid "Maximum Sessions" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:58 +msgid "Maximum concurrent sessions" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:66 msgid "Maximum sessions per peer" msgstr "Maksimalt antal sessioner pr. peer" -#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:52 +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:70 +msgid "No limit" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-relay.js:65 +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:110 +msgid "No timeout" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:99 msgid "Offset" msgstr "Offset" -#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:40 +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:81 msgid "Options file" msgstr "Indstillingsfil" -#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:52 -msgid "PPP offset" -msgstr "PPP-offset" +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:99 +msgid "PPP Offset" +msgstr "" -#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:47 -msgid "PPP unit number" -msgstr "PPP-enhedsnummer" +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-relay.js:19 +msgid "PPPoE Relay Configuration" +msgstr "" -#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:9 +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:19 msgid "PPPoE Server Configuration" msgstr "Konfiguration af PPPoE-server" +#: applications/luci-app-rp-pppoe-server/root/usr/share/luci/menu.d/luci-app-rp-pppoe-server.json:14 +msgid "RP PPPoE Relay" +msgstr "" + #: applications/luci-app-rp-pppoe-server/root/usr/share/luci/menu.d/luci-app-rp-pppoe-server.json:3 msgid "RP PPPoE Server" msgstr "RP PPPoE-server" -#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:44 +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:89 msgid "Random session selection" msgstr "Tilfældig udvælgelse af sessioner" -#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:8 +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:124 +msgid "Reduces CPU usage, but may cause a race condition on slow CPUs" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-relay.js:21 +msgid "Relay Configuration" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-relay.js:18 +msgid "Roaring Penguin PPPoE Relay" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:18 msgid "Roaring Penguin PPPoE Server" msgstr "Roaring Penguin PPPoE-server" -#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:11 +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:21 msgid "Server Configuration" msgstr "Serverkonfiguration" -#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:22 +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-relay.js:27 +msgid "Server Interface" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:53 msgid "Service Name" msgstr "Tjenestenavn" -#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:68 -msgid "Sync" -msgstr "Sync" +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:124 +msgid "Synchronous PPP encapsulation" +msgstr "" -#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:57 +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:89 +msgid "Tells the PPPoE server to randomly permute session numbers." +msgstr "" + +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-relay.js:61 +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:106 msgid "Timeout" msgstr "Timeout" -#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:47 +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:94 msgid "Unit" msgstr "Enhed" + +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-relay.js:48 +#: applications/luci-app-rp-pppoe-server/htdocs/luci-static/resources/view/pppoe/rp-pppoe-server.js:76 +msgid "Use Non-UCI Config" +msgstr "" + +#~ msgid "" +#~ "Instead of starting at beginning and going to end, randomize session " +#~ "number" +#~ msgstr "" +#~ "I stedet for at starte i begyndelsen og gå til slutningen, skal du " +#~ "tilfældigt vælge sessionens nummer" + +#~ msgid "PPP unit number" +#~ msgstr "PPP-enhedsnummer" + +#~ msgid "Sync" +#~ msgstr "Sync" + +#~ msgid "Maximum sessions" +#~ msgstr "Maksimalt antal sessioner" + +#~ msgid "PPP offset" +#~ msgstr "PPP-offset" |