diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2022-01-19 17:02:21 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-01-24 09:52:41 +0100 |
| commit | ff386ae3b3684702b7b560635f6b85cdaba60852 (patch) | |
| tree | 3c24f38c16698f014b7681a0102c81db190fa490 | |
| parent | 6e2e91137ca688717cd2efab6f55c92037da0887 (diff) | |
| download | mullvadvpn-ff386ae3b3684702b7b560635f6b85cdaba60852.tar.xz mullvadvpn-ff386ae3b3684702b7b560635f6b85cdaba60852.zip | |
Update translations
| -rw-r--r-- | gui/locales/messages.pot | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/gui/locales/messages.pot b/gui/locales/messages.pot index de11640587..721cc61bb1 100644 --- a/gui/locales/messages.pot +++ b/gui/locales/messages.pot @@ -802,12 +802,24 @@ 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. +#. This is used to instruct users how to make the bridge mode setting +#. available. +msgctxt "openvpn-settings-view" +msgid "To activate Bridge mode, change **Transport protocol** to **Automatic** or **TCP**." +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 "" +#. This is used to instruct users how to make UDP mode +#. available. +msgctxt "openvpn-settings-view" +msgid "To activate UDP, change **Bridge mode** to **Automatic** or **Off**." +msgstr "" + msgctxt "openvpn-settings-view" msgid "Transport protocol" msgstr "" |
