diff options
Diffstat (limited to 'applications/luci-app-pagekitec')
-rw-r--r-- | applications/luci-app-pagekitec/po/mr/pagekitec.po | 55 | ||||
-rwxr-xr-x | applications/luci-app-pagekitec/root/etc/uci-defaults/40_luci-pagekitec | 7 |
2 files changed, 55 insertions, 7 deletions
diff --git a/applications/luci-app-pagekitec/po/mr/pagekitec.po b/applications/luci-app-pagekitec/po/mr/pagekitec.po new file mode 100644 index 0000000000..f8304f3fd9 --- /dev/null +++ b/applications/luci-app-pagekitec/po/mr/pagekitec.po @@ -0,0 +1,55 @@ +msgid "" +msgstr "" +"Language: mr\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-pagekitec/luasrc/model/cbi/pagekitec.lua:2 +msgid "" +"<p/>Note: you need a working PageKite account, or at least, your own running " +"front end for this form to work. Visit <a href=\"https://pagekite.net/home/" +"\">your account</a> to set up a name for your router and get a secret key " +"for the connection. <p/><em>Note: this web configurator only supports some " +"very very basic uses of pagekite.</em>" +msgstr "" + +#: applications/luci-app-pagekitec/luasrc/model/cbi/pagekitec.lua:20 +msgid "Basic HTTP" +msgstr "" + +#: applications/luci-app-pagekitec/luasrc/model/cbi/pagekitec.lua:23 +msgid "Basic SSH" +msgstr "" + +#: applications/luci-app-pagekitec/luasrc/model/cbi/pagekitec.lua:21 +msgid "" +"Enable a tunnel to the local HTTP server (in most cases, this admin site)" +msgstr "" + +#: applications/luci-app-pagekitec/luasrc/model/cbi/pagekitec.lua:24 +msgid "Enable a tunnel to the local SSH server" +msgstr "" + +#: applications/luci-app-pagekitec/luasrc/model/cbi/pagekitec.lua:13 +msgid "Kite Name" +msgstr "" + +#: applications/luci-app-pagekitec/luasrc/model/cbi/pagekitec.lua:14 +msgid "Kite Secret" +msgstr "" + +#: applications/luci-app-pagekitec/luasrc/controller/pagekitec.lua:7 +#: applications/luci-app-pagekitec/luasrc/model/cbi/pagekitec.lua:1 +#: applications/luci-app-pagekitec/luasrc/model/cbi/pagekitec.lua:10 +msgid "PageKite" +msgstr "" + +#: applications/luci-app-pagekitec/luasrc/model/cbi/pagekitec.lua:16 +msgid "Static Setup" +msgstr "" + +#: applications/luci-app-pagekitec/luasrc/model/cbi/pagekitec.lua:17 +msgid "" +"Static setup, disable FE failover and DDNS updates, set this if you are " +"running your own frontend without a pagekite.me account" +msgstr "" diff --git a/applications/luci-app-pagekitec/root/etc/uci-defaults/40_luci-pagekitec b/applications/luci-app-pagekitec/root/etc/uci-defaults/40_luci-pagekitec index 95d7e9ec8f..d7bfee271d 100755 --- a/applications/luci-app-pagekitec/root/etc/uci-defaults/40_luci-pagekitec +++ b/applications/luci-app-pagekitec/root/etc/uci-defaults/40_luci-pagekitec @@ -1,11 +1,4 @@ #!/bin/sh -uci -q batch <<-EOF >/dev/null - delete ucitrack.@pagekitec[-1] - add ucitrack pagekitec - set ucitrack.@pagekitec[-1].init=pagekitec - commit ucitrack -EOF - rm -f /tmp/luci-indexcache exit 0 |