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-fwknopd/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-fwknopd/po/templates')
-rw-r--r-- | applications/luci-app-fwknopd/po/templates/fwknopd.pot | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/applications/luci-app-fwknopd/po/templates/fwknopd.pot b/applications/luci-app-fwknopd/po/templates/fwknopd.pot index 1010ba70e6..a26b2faf48 100644 --- a/applications/luci-app-fwknopd/po/templates/fwknopd.pot +++ b/applications/luci-app-fwknopd/po/templates/fwknopd.pot @@ -1,17 +1,21 @@ msgid "" msgstr "Content-Type: text/plain; charset=UTF-8" +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48 msgid "" "Allow SPA clients to request access to services through an iptables firewall " "instead of just to it." msgstr "" +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49 msgid "Allow SPA clients to request forwarding destination by DNS name." msgstr "" +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 msgid "Base 64 key" msgstr "" +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 msgid "" "Define a set of ports and protocols (tcp or udp) that will be opened if a " "valid knock sequence is seen. If this entry is not set, fwknopd will attempt " @@ -19,6 +23,7 @@ msgid "" "matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated." msgstr "" +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36 msgid "" "Define the length of time access will be granted by fwknopd through the " "firewall after a valid knock sequence from a source IP address. If " @@ -26,23 +31,30 @@ msgid "" "automatically be set." msgstr "" +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18 +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20 msgid "" "Define the symmetric key used for decrypting an incoming SPA packet that is " "encrypted by the fwknop client with Rijndael." msgstr "" +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6 msgid "Enable Uci/Luci control" msgstr "" +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 msgid "Enable config overwrite" msgstr "" +#: applications/luci-app-fwknopd/luasrc/controller/fwknopd.lua:13 msgid "Firewall Knock Daemon" msgstr "" +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4 msgid "Firewall Knock Operator" msgstr "" +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39 msgid "" "Force all SPA packets to contain a real IP address within the encrypted " "data. This makes it impossible to use the -s command line argument on the " @@ -51,30 +63,38 @@ msgid "" "know the external IP and set it via the -a argument." msgstr "" +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" "Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " "seconds" msgstr "" +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19 msgid "Normal Key" msgstr "" +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47 msgid "Specify the ethernet interface on which fwknopd will sniff packets." msgstr "" +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28 msgid "The base64 hmac key" msgstr "" +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 msgid "Use ANY for any source ip" msgstr "" +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 msgid "" "When unchecked, the config files in /etc/fwknopd will be used as is, " "ignoring any settings here." msgstr "" +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10 msgid "access.conf stanzas" msgstr "" +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44 msgid "fwknopd.conf config options" msgstr "" |