diff options
author | Karl Palsson <karlp@etactica.com> | 2021-10-06 14:22:40 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2021-10-08 20:08:41 +0200 |
commit | d4767c2de61e1122e7b3714b80d34a77a197415e (patch) | |
tree | 0dfff3b769730fd85b1447920a5a91379c8910a4 /applications/luci-app-snmpd/po/templates/snmpd.pot | |
parent | 23babd7cd42c88fdc185a68cff7882b43e7ef9af (diff) |
luci-app-snmpd: convert CBI to JS
Eliminates luci-compat, but no other changes.
Signed-off-by: Karl Palsson <karlp@etactica.com>
[add final newline, explicitly require `view` class, remove unused require,
fix commit subject, initialize translation template]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-snmpd/po/templates/snmpd.pot')
-rw-r--r-- | applications/luci-app-snmpd/po/templates/snmpd.pot | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/applications/luci-app-snmpd/po/templates/snmpd.pot b/applications/luci-app-snmpd/po/templates/snmpd.pot new file mode 100644 index 0000000000..5eb995f6ba --- /dev/null +++ b/applications/luci-app-snmpd/po/templates/snmpd.pot @@ -0,0 +1,69 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +#: applications/luci-app-snmpd/htdocs/luci-static/resources/view/snmpd/snmpd.js:22 +msgid "Agent settings" +msgstr "" + +#: applications/luci-app-snmpd/htdocs/luci-static/resources/view/snmpd/snmpd.js:27 +msgid "AgentX settings" +msgstr "" + +#: applications/luci-app-snmpd/htdocs/luci-static/resources/view/snmpd/snmpd.js:28 +msgid "Delete this section to disable AgentX" +msgstr "" + +#: applications/luci-app-snmpd/htdocs/luci-static/resources/view/snmpd/snmpd.js:25 +msgid "Eg: UDP:161, or UDP:10.5.4.3:161 to only listen on a given interface" +msgstr "" + +#: applications/luci-app-snmpd/root/usr/share/rpcd/acl.d/luci-app-snmpd.json:3 +msgid "Grant UCI access for luci-app-snmpd" +msgstr "" + +#: applications/luci-app-snmpd/htdocs/luci-static/resources/view/snmpd/snmpd.js:40 +msgid "Groups help define access methods" +msgstr "" + +#: applications/luci-app-snmpd/root/usr/share/luci/menu.d/luci-app-snmpd.json:3 +msgid "SNMPD" +msgstr "" + +#: applications/luci-app-snmpd/htdocs/luci-static/resources/view/snmpd/snmpd.js:8 +msgid "" +"SNMPD is a master daemon/agent for SNMP, from the <a href='http://www.net-" +"snmp.org'>net-snmp project</a>. Note, OpenWrt has mostly complete UCI " +"support for snmpd, but this LuCI applet only covers a few of those options. " +"In particular, there is very little/no validation or help. See /etc/config/" +"snmpd for manual configuration." +msgstr "" + +#: applications/luci-app-snmpd/htdocs/luci-static/resources/view/snmpd/snmpd.js:56 +msgid "System" +msgstr "" + +#: applications/luci-app-snmpd/htdocs/luci-static/resources/view/snmpd/snmpd.js:30 +msgid "The address the agent should allow AgentX connections to" +msgstr "" + +#: applications/luci-app-snmpd/htdocs/luci-static/resources/view/snmpd/snmpd.js:24 +msgid "The address the agent should listen on" +msgstr "" + +#: applications/luci-app-snmpd/htdocs/luci-static/resources/view/snmpd/snmpd.js:31 +msgid "" +"This is only necessary if you have subagents using the agentX socket " +"protocol. Eg: /var/run/agentx.sock" +msgstr "" + +#: applications/luci-app-snmpd/htdocs/luci-static/resources/view/snmpd/snmpd.js:56 +msgid "Values used in the MIB2 System tree" +msgstr "" + +#: applications/luci-app-snmpd/htdocs/luci-static/resources/view/snmpd/snmpd.js:35 +msgid "com2sec security" +msgstr "" + +#: applications/luci-app-snmpd/htdocs/luci-static/resources/view/snmpd/snmpd.js:20 +msgid "net-snmp's SNMPD" +msgstr "" |