diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2018-05-27 19:33:11 +0200 |
---|---|---|
committer | Ansuel Smith <ansuelsmth@gmail.com> | 2018-05-27 21:01:33 +0200 |
commit | c29ffe4dfc76ffe4a38aee9bb363a1a3e0b8328c (patch) | |
tree | 0e44c87b8acd3530b25f664ddb1a994f8a5b62f7 | |
parent | 7acacf2cf806c5d74fc60f8a2de95628ba52bb7d (diff) |
luci-base: fix broken translation
Currently this translation refer to an old string, sync to the new one.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
-rw-r--r-- | modules/luci-base/po/it/base.po | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/luci-base/po/it/base.po b/modules/luci-base/po/it/base.po index b90d9cf7b..7ea588b97 100644 --- a/modules/luci-base/po/it/base.po +++ b/modules/luci-base/po/it/base.po @@ -2662,13 +2662,15 @@ msgid "" "Really shut down network?\\nYou might lose access to this device if you are " "connected via this interface." msgstr "" -"Vuoi davvero spegnere questa interfaccia \"%s\" ?\\nPotresti perdere " -"l'accesso a questo router se stai usando questa interfaccia." +"Vuoi davvero spegnere questa interfaccia?\\nPotresti perdere " +"l'accesso a questo router se sei connesso usando questa interfaccia." msgid "" "Really shutdown interface \"%s\" ?\\nYou might lose access to this device if " "you are connected via this interface." msgstr "" +"Vuoi davvero spegnere questa interfaccia \"%s\" ?\\nPotresti perdere " +"l'accesso a questo router se stai usando questa interfaccia." msgid "Really switch protocol?" msgstr "Cambiare veramente il protocollo?" |