diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-10-13 20:48:09 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-10-14 00:03:39 +0200 |
commit | 3c31c340d86f525b47fda115b1d2d0d1fe715abc (patch) | |
tree | 60c2cdc0268f994eda4b341fba60ccc6228c5339 /app/src/main/res/values | |
parent | 59620456ee0bf52e831ccbe3e0242253ab504c8b (diff) |
Download modules after verifying signify signature
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 7b5dcf70..6cc50f2d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -99,6 +99,12 @@ <string name="log_export_title">Export log file</string> <string name="logcat_error">Unable to run logcat: </string> <string name="module_version_error">Unable to determine kernel module version</string> + <string name="module_installer_not_found">No modules are available for your device</string> + <string name="module_installer_initial">The experimental kernel module can improve performance</string> + <string name="module_installer_success">Success. The application will restart in 5 seconds</string> + <string name="module_installer_title">Download and install kernel module</string> + <string name="module_installer_working">Downloading and installing…</string> + <string name="module_installer_error">Something went wrong. Please try again</string> <string name="mtu">MTU</string> <string name="multiple_tunnels_error">Only one userspace tunnel can run at a time</string> <string name="name">Name</string> |