diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-01-19 16:08:47 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-01-19 16:22:47 +0100 |
commit | 7944b0a90bbb0f0f5d1da5eaf5d9906ac546c44b (patch) | |
tree | 5ebe11f9fe5b310f6b1863cb3349a3141eea9409 /applications/luci-app-openvpn/po/es | |
parent | 601c4ee01e21f4da3fc615196d21fde72bfbaee9 (diff) |
luci-app-firewall: rework rule descriptions, deduplicate code
Use a simple custom format string DSL to assemble the rule description
texts in the overview page.
Also move common code for shared, complex cbi options to the firewall
tool class.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-openvpn/po/es')
-rw-r--r-- | applications/luci-app-openvpn/po/es/openvpn.po | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/applications/luci-app-openvpn/po/es/openvpn.po b/applications/luci-app-openvpn/po/es/openvpn.po index 48919afa3..7627f30cd 100644 --- a/applications/luci-app-openvpn/po/es/openvpn.po +++ b/applications/luci-app-openvpn/po/es/openvpn.po @@ -499,14 +499,11 @@ msgstr "" msgid "Remap SIGUSR1 signals" msgstr "Redirigir señales SIGUSR1" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "Nombre de máquina remota o dirección IP" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "Nombre de host remoto o dirección IP" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "Tiempo de espera de ping remoto" @@ -849,5 +846,8 @@ msgstr "Espera de inactividad tun/tap" msgid "yes (%i)" msgstr "sí (%i)" +#~ msgid "Remote host name or ip address" +#~ msgstr "Nombre de host remoto o dirección IP" + #~ msgid "Invalid" #~ msgstr "No válido" |