diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-01-24 21:10:19 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-02-10 15:40:36 +0000 |
| commit | 1bea844509c93a0f2ec5e6feefd84d39adefca5a (patch) | |
| tree | 69efc0509cd56a2c375fe9706a73d70c022668c2 /android/src/main/res/values | |
| parent | c0f01c4f2e3787f01b0564a13248de8837fe7c89 (diff) | |
| download | mullvadvpn-1bea844509c93a0f2ec5e6feefd84d39adefca5a.tar.xz mullvadvpn-1bea844509c93a0f2ec5e6feefd84d39adefca5a.zip | |
Create `PreferencesFragment`
Diffstat (limited to 'android/src/main/res/values')
| -rw-r--r-- | android/src/main/res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml index f0d5ae8161..0a87ff3736 100644 --- a/android/src/main/res/values/strings.xml +++ b/android/src/main/res/values/strings.xml @@ -41,6 +41,11 @@ <string name="paid_until">Paid until</string> <string name="log_out">Log out</string> + <string name="local_network_sharing">Local network sharing</string> + <string name="allow_lan_footer"> + Allows access to other devices on the same network for sharing, printing etc. + </string> + <string name="problem_report_description"> To help you more effectively, your app\'s log file will be attached to this message. Your data will remain secure and private, as it is anonymised before being sent over an encrypted |
