diff options
author | Florian Eckert <fe@dev.tdt.de> | 2019-08-02 10:24:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-02 10:24:35 +0200 |
commit | e647a60b9d2aad0362fda4ce41606737f7c45eba (patch) | |
tree | aab7da131d5e07a39c63af4704bab212830fa800 /applications | |
parent | bd765199715b2226e80c247f48d46327409052da (diff) | |
parent | e862e6c261f4e61cd0ddb07761149c8b77f8d2b6 (diff) |
Merge pull request #2961 from castillofrancodamian/udpxy
luci-app-udpxy: add template
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-udpxy/po/templates/udpxy.pot | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/applications/luci-app-udpxy/po/templates/udpxy.pot b/applications/luci-app-udpxy/po/templates/udpxy.pot new file mode 100644 index 000000000..cc70335e9 --- /dev/null +++ b/applications/luci-app-udpxy/po/templates/udpxy.pot @@ -0,0 +1,68 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:23 +msgid "Bind IP/Interface" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:47 +msgid "Buffer messages" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:43 +msgid "Buffer size" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:51 +msgid "Buffer time" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:10 +msgid "Enabled" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:39 +msgid "Log file" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:35 +msgid "Max clients" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:59 +msgid "Multicast subscription renew" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:55 +msgid "Nice increment" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:27 +msgid "Port" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:15 +msgid "Respawn" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:31 +msgid "Source IP/Interface" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:21 +msgid "Status" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:18 +msgid "Verbose" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/controller/udpxy.lua:11 +msgid "udpxy" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:4 +msgid "" +"udpxy is a UDP-to-HTTP multicast traffic relay daemon, here you can " +"configure the settings." +msgstr "" |