diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2021-12-16 14:28:02 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-01-03 13:48:03 +0100 |
| commit | 7465752c529cc0e8193bee1868c424954743ae70 (patch) | |
| tree | 71828e0428fe9dd71c300141e68c64db7b44eaa7 /gui | |
| parent | c457cc66e1aeafcf5612ef7e1b4da6b100523475 (diff) | |
| download | mullvadvpn-7465752c529cc0e8193bee1868c424954743ae70.tar.xz mullvadvpn-7465752c529cc0e8193bee1868c424954743ae70.zip | |
Update translations
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/locales/messages.pot | 62 |
1 files changed, 50 insertions, 12 deletions
diff --git a/gui/locales/messages.pot b/gui/locales/messages.pot index 56e3de490c..8c414ee257 100644 --- a/gui/locales/messages.pot +++ b/gui/locales/messages.pot @@ -105,6 +105,9 @@ msgstr "" msgid "Dismiss" msgstr "" +msgid "Enable anyway" +msgstr "" + msgid "FAILED TO SECURE CONNECTION" msgstr "" @@ -159,6 +162,10 @@ msgstr "" msgid "TCP" msgstr "" +#. Warning text in a dialog that is displayed after a setting is toggled. +msgid "This setting increases latency. Use only if needed." +msgstr "" + msgid "UDP" msgstr "" @@ -267,15 +274,16 @@ msgid "Attention: enabling this will always require a Mullvad VPN connection in msgstr "" msgctxt "advanced-settings-view" -msgid "Enable anyway" +msgid "Enable IPv6" msgstr "" msgctxt "advanced-settings-view" -msgid "Enable IPv6" +msgid "Enable IPv6 communication through the tunnel." msgstr "" +#. The label next to the multihop settings toggle. msgctxt "advanced-settings-view" -msgid "Enable IPv6 communication through the tunnel." +msgid "Enable multihop" msgstr "" msgctxt "advanced-settings-view" @@ -290,6 +298,11 @@ msgctxt "advanced-settings-view" msgid "If you disconnect or quit the app, this setting will block your internet." msgstr "" +#. Description for multihop settings toggle. +msgctxt "advanced-settings-view" +msgid "Increases anonymity by routing your traffic into one WireGuard server and out another, making it harder to trace." +msgstr "" + msgctxt "advanced-settings-view" msgid "missing key" msgstr "" @@ -442,9 +455,9 @@ msgstr "" #. The hostname line displayed below the country on the main screen #. Available placeholders: #. %(relay)s - the relay hostname -#. %(bridge)s - the bridge hostname +#. %(entry)s - the entry relay hostname msgctxt "connection-info" -msgid "%(relay)s via %(bridge)s" +msgid "%(relay)s via %(entry)s" msgstr "" #. The tunnel type line displayed below the hostname line on the main screen @@ -775,6 +788,12 @@ msgctxt "openvpn-settings-view" msgid "Bridge mode" msgstr "" +#. This is used as a description for the bridge mode +#. setting. +msgctxt "openvpn-settings-view" +msgid "Helps circumvent censorship, by routing your traffic through a bridge server before reaching an OpenVPN server. Obfuscation is added to make fingerprinting harder." +msgstr "" + msgctxt "openvpn-settings-view" msgid "Mssfix" msgstr "" @@ -791,6 +810,12 @@ msgctxt "openvpn-settings-view" msgid "Set OpenVPN MSS value. Valid range: %(min)d - %(max)d." msgstr "" +#. This is used to instruct users how to make the bridge +#. mode setting available. +msgctxt "openvpn-settings-view" +msgid "To activate Bridge mode, go back and change **Tunnel protocol** to **OpenVPN**." +msgstr "" + msgctxt "openvpn-settings-view" msgid "Transport protocol" msgstr "" @@ -945,21 +970,30 @@ msgctxt "select-language-nav" msgid "Select language" msgstr "" +#. Title label in navigation bar msgctxt "select-location-nav" -msgid "Entry" +msgid "Select location" msgstr "" -msgctxt "select-location-nav" -msgid "Exit" +#. This is used for appending information about a location. +#. E.g. "Gothenburg (Entry)" if Gothenburg has been selected as the entrypoint. +#. Available placeholders: +#. %(location)s - Translated location name +#. %(info)s - Information about the location +msgctxt "select-location-view" +msgid "%(location)s (%(info)s)" msgstr "" -#. Title label in navigation bar -msgctxt "select-location-nav" -msgid "Select location" +msgctxt "select-location-view" +msgid "Closest to exit server" msgstr "" msgctxt "select-location-view" -msgid "Closest to exit server" +msgid "Entry" +msgstr "" + +msgctxt "select-location-view" +msgid "Exit" msgstr "" msgctxt "select-location-view" @@ -983,6 +1017,10 @@ msgctxt "select-location-view" msgid "While connected, your traffic will be routed through two secure locations, the entry point (a bridge server) and the exit point (a VPN server)." msgstr "" +msgctxt "select-location-view" +msgid "While connected, your traffic will be routed through two secure locations, the entry point and the exit point (needs to be two different VPN servers)." +msgstr "" + #. Navigation button to the 'Account' view msgctxt "settings-view" msgid "Account" |
