diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-06-08 13:50:12 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-06-08 13:50:14 +0200 |
commit | 0e0ee2fed51f7108ee088e121ecbba479a5e88cc (patch) | |
tree | f4e2fc592cf87ba4b64269fa5c9b02e255ecd0ce /modules/luci-base/po/it | |
parent | 81c66069c80dc4b9d899769fb194116b3fff3eaf (diff) |
luci-mod-admin-full: git rid of embedded newlines in translation strings
Also switch one usage of raw '<%_ ... %>' interpolation to '<%: ... %>' in
order to avoid issues with translations using apostrophes.
Globally resnyc translations after the fix.
Fixes #1866.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'modules/luci-base/po/it')
-rw-r--r-- | modules/luci-base/po/it/base.po | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/modules/luci-base/po/it/base.po b/modules/luci-base/po/it/base.po index 3f687f097..9b4c5664b 100644 --- a/modules/luci-base/po/it/base.po +++ b/modules/luci-base/po/it/base.po @@ -49,6 +49,9 @@ msgstr "" msgid "-- match by uuid --" msgstr "" +msgid "-- please select --" +msgstr "" + msgid "1 Minute Load:" msgstr "Carico in 1 minuto:" @@ -2616,12 +2619,12 @@ msgstr "" "\"Dynamic Host Configuration Protocol\">DHCP</abbr>" msgid "" -"Really delete this interface? The deletion cannot be undone!\\nYou might " -"lose access to this device if you are connected via this interface." +"Really delete this interface? The deletion cannot be undone! You might lose " +"access to this device if you are connected via this interface." msgstr "" msgid "" -"Really delete this wireless network? The deletion cannot be undone!\\nYou " +"Really delete this wireless network? The deletion cannot be undone! You " "might lose access to this device if you are connected via this network." msgstr "" @@ -2637,11 +2640,11 @@ msgstr "" "questo router se sei connesso usando questa interfaccia." msgid "" -"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if " +"Really shutdown interface \"%s\"? You 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 \"%s\"? Potresti perdere l'accesso " +"a questo router se stai usando questa interfaccia." msgid "Really switch protocol?" msgstr "Cambiare veramente il protocollo?" @@ -3751,6 +3754,9 @@ msgstr "baseT" msgid "bridged" msgstr "ponte" +msgid "create" +msgstr "" + msgid "create:" msgstr "crea:" @@ -3839,6 +3845,9 @@ msgstr "acceso" msgid "open" msgstr "apri" +msgid "output" +msgstr "" + msgid "overlay" msgstr "" |