diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-11-07 18:10:59 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2018-11-07 18:10:59 +0200 |
commit | 40de466475a617f42d1f5cfa03d0342676e84c9b (patch) | |
tree | c47ff6bf49eefd97e619b2c0ae7715dbebe685a0 /applications/luci-app-bcp38/po/templates | |
parent | 5849b20eab087bbc1a172b583d1a0febe8b506e4 (diff) |
i18n: sync translations, add location annotatations
Thanks to a recent commit, the translation files will now
have info about locations where the string is used. That
can help is deciding the correct translation, as all contexts
are more easily found.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-bcp38/po/templates')
-rw-r--r-- | applications/luci-app-bcp38/po/templates/bcp38.pot | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/applications/luci-app-bcp38/po/templates/bcp38.pot b/applications/luci-app-bcp38/po/templates/bcp38.pot index 1210784d2..32f58e8f7 100644 --- a/applications/luci-app-bcp38/po/templates/bcp38.pot +++ b/applications/luci-app-bcp38/po/templates/bcp38.pot @@ -1,42 +1,54 @@ msgid "" msgstr "Content-Type: text/plain; charset=UTF-8" +#: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:61 msgid "Allowed IP ranges" msgstr "" +#: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:34 msgid "" "Attempt to automatically detect if the upstream IP will be blocked by the " "configuration, and add an exception if it will. If this does not work " "correctly, you can add exceptions manually below." msgstr "" +#: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:33 msgid "Auto-detect upstream IP" msgstr "" +#: applications/luci-app-bcp38/luasrc/controller/bcp38.lua:6 +#: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:20 msgid "BCP38" msgstr "" +#: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:27 msgid "BCP38 config" msgstr "" +#: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:56 msgid "Blocked IP ranges" msgstr "" +#: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:30 msgid "Enable" msgstr "" +#: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:39 msgid "Interface name" msgstr "" +#: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:39 msgid "" "Interface to apply the blocking to (should be the upstream WAN interface)." msgstr "" +#: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:61 msgid "" "Takes precedence over blocked ranges. Use to whitelist your upstream network " "if you're behind a double NAT and the auto-detection doesn't work." msgstr "" +#: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:21 msgid "" "This function blocks packets with private address destinations from going " "out onto the internet as per <a href=\"http://tools.ietf.org/html/" |