diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-01-28 18:50:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-28 18:50:36 +0200 |
commit | 4b3b9be0983e2e766995bcba95bb09859ab3f83d (patch) | |
tree | b75e3544ba2827c312e565ff2d4adf7eb1fc9dee /applications/luci-app-vpnbypass/po/templates | |
parent | e6f158b2ee3cbc8b81734a21ab6aa1db7ff020ac (diff) | |
parent | d2fcd543a43dcea1324a5456a171340271693cca (diff) |
Merge pull request #983 from stangri/luci-app-vpnbypass_makefileFix
luci-app-vpnbypass: luci tree Makefile + i18n support.
Diffstat (limited to 'applications/luci-app-vpnbypass/po/templates')
-rw-r--r-- | applications/luci-app-vpnbypass/po/templates/vpnbypass.pot | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/applications/luci-app-vpnbypass/po/templates/vpnbypass.pot b/applications/luci-app-vpnbypass/po/templates/vpnbypass.pot new file mode 100644 index 0000000000..c0dd33dfbe --- /dev/null +++ b/applications/luci-app-vpnbypass/po/templates/vpnbypass.pot @@ -0,0 +1,45 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Configuration of VPN Bypass Settings" +msgstr "" + +msgid "Domains to Bypass" +msgstr "" + +msgid "Domains which will be accessed directly (outside of the VPN tunnel)" +msgstr "" + +msgid "Enable VPN Bypass" +msgstr "" + +msgid "Local IP Subnets to Bypass" +msgstr "" + +msgid "Local IP ranges with direct internet access (outside of the VPN tunnel)" +msgstr "" + +msgid "Local Ports to Bypass" +msgstr "" + +msgid "Local ports to trigger VPN Bypass" +msgstr "" + +msgid "Remote IP Subnets to Bypass" +msgstr "" + +msgid "" +"Remote IP ranges which will be accessed directly (outside of the VPN tunnel)" +msgstr "" + +msgid "Remote Ports to Bypass" +msgstr "" + +msgid "Remote ports to trigger VPN Bypass" +msgstr "" + +msgid "VPN Bypass" +msgstr "" + +msgid "VPN Bypass Settings" +msgstr "" |