diff options
author | Franco Castillo <castillofrancodamian@gmail.com> | 2019-07-13 23:34:07 -0300 |
---|---|---|
committer | Franco Castillo <castillofrancodamian@gmail.com> | 2019-07-13 23:34:07 -0300 |
commit | e13cd7170872808ca7701876e8d40bc16aecdfb5 (patch) | |
tree | 5b44d019c51ed80d6634b0ca0d4a97dc36db39d7 /applications | |
parent | 7b1aabc29c432f0f929f61cb05834ae889051a12 (diff) |
luci-app-lxc: Add template
Add template.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-lxc/po/templates/lxc.pot | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/applications/luci-app-lxc/po/templates/lxc.pot b/applications/luci-app-lxc/po/templates/lxc.pot new file mode 100644 index 000000000..6a80fb559 --- /dev/null +++ b/applications/luci-app-lxc/po/templates/lxc.pot @@ -0,0 +1,103 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +#: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:18 +msgid "" +"<b>Please note:</b> For LXC Containers you need a custom OpenWrt image.<br />" +msgstr "" + +#: applications/luci-app-lxc/luasrc/view/lxc.htm:29 +#: applications/luci-app-lxc/luasrc/view/lxc.htm:47 +msgid "Actions" +msgstr "" + +#: applications/luci-app-lxc/luasrc/view/lxc.htm:23 +msgid "Available Containers" +msgstr "" + +#: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:25 +msgid "Containers URL" +msgstr "" + +#: applications/luci-app-lxc/luasrc/view/lxc.htm:53 +msgid "Create" +msgstr "" + +#: applications/luci-app-lxc/luasrc/view/lxc.htm:41 +msgid "Create New Container" +msgstr "" + +#: applications/luci-app-lxc/luasrc/view/lxc.htm:133 +msgid "Delete" +msgstr "" + +#: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:31 +msgid "Enable SSL" +msgstr "" + +#: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:32 +msgid "" +"Enable optional SSL encryption support. This requires additional packages " +"like 'wget', 'ca-certificates', 'gnupg' and 'gnupg-utils'." +msgstr "" + +#: applications/luci-app-lxc/luasrc/view/lxc.htm:50 +msgid "Enter new name" +msgstr "" + +#: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:36 +msgid "Free Space Threshold" +msgstr "" + +#: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:42 +msgid "Free Temp Threshold" +msgstr "" + +#: applications/luci-app-lxc/luasrc/controller/lxc.lua:31 +#: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:17 +msgid "LXC Containers" +msgstr "" + +#: applications/luci-app-lxc/luasrc/view/lxc.htm:73 +msgid "Loading" +msgstr "" + +#: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:37 +msgid "Minimum required free space for LXC Container creation in KB" +msgstr "" + +#: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:43 +msgid "Minimum required free temp space for LXC Container creation in KB" +msgstr "" + +#: applications/luci-app-lxc/luasrc/view/lxc.htm:27 +#: applications/luci-app-lxc/luasrc/view/lxc.htm:45 +msgid "Name" +msgstr "" + +#: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:22 +msgid "Options" +msgstr "" + +#: applications/luci-app-lxc/luasrc/view/lxc.htm:131 +msgid "Start" +msgstr "" + +#: applications/luci-app-lxc/luasrc/view/lxc.htm:28 +msgid "Status" +msgstr "" + +#: applications/luci-app-lxc/luasrc/view/lxc.htm:132 +msgid "Stop" +msgstr "" + +#: applications/luci-app-lxc/luasrc/view/lxc.htm:46 +msgid "Template" +msgstr "" + +#: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:19 +msgid "" +"The image should include at least support for 'kernel cgroups', 'kernel " +"namespaces' and 'miscellaneous LXC related options' plus 'kmod-veth' for " +"optional network support." +msgstr "" |