diff options
| author | Norbel AMBANUMBEN <aanorbel@gmail.com> | 2024-10-12 21:21:23 +0100 |
|---|---|---|
| committer | cyBerta <cyberta@riseup.net> | 2024-11-28 22:53:27 +0100 |
| commit | 39f5c390072cc51a60ab17264963c33f55528e46 (patch) | |
| tree | 0d089e9386b24f3b619bf4ec751de9c871225149 /app/src/main/res/values | |
| parent | 836c9124c7e54e94c7d596463fcd82ec58a43e47 (diff) | |
chore: bootstrap censorship circumvention fragment.
Diffstat (limited to 'app/src/main/res/values')
| -rw-r--r-- | app/src/main/res/values/strings.xml | 12 | ||||
| -rw-r--r-- | app/src/main/res/values/untranslatable.xml | 2 |
2 files changed, 14 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index c9818d28..14a884b3 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -249,4 +249,16 @@ <string name="enter_invite_code">Enter invite Code</string> <string name="scan_qr_code">Scan QR Code</string> <string name="invalid_code">Invalid code</string> + <string name="automatic_bridge">Automatic (recommended)</string> + <string name="automatic_bridge_description">Connection wil be attemptd using the best available birdges and protocols.</string> + <string name="manual_bridge">Manual Configuration</string> + <string name="manual_bridge_description">Select private bridges and specific protocols</string> + <string name="censorship_circumvention_description">Manual configuration requires technical understanding. Proceed with caution.</string> + <string name="discovery">Discovery</string> + <string name="discovery_description">Censors can block the discovery of critical configuration information from your provider. Choose a circumvention option to bypass blocks.</string> + <string name="none">None</string> + <string name="invite_proxy">Invite Proxy</string> + <string name="tunnelling">Tunneling</string> + <string name="tunnelling_description">Censors can block access to the open internet. Choose a circumvention option to bypass blocks.</string> + <string name="port_hopping">Port Hopping</string> </resources> diff --git a/app/src/main/res/values/untranslatable.xml b/app/src/main/res/values/untranslatable.xml index f326e756..aab5adbd 100644 --- a/app/src/main/res/values/untranslatable.xml +++ b/app/src/main/res/values/untranslatable.xml @@ -92,4 +92,6 @@ <item>zh</item> <item>zh-TW</item> </string-array> + <string name="tunnelling_obfs4" translatable="false">Obfs4</string> + <string name="tunnelling_obfs4_kcp" translatable="false">Obfs4+KCP</string> </resources> |
