aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-10-12 13:51:51 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-10-12 18:55:28 +0200
commit4fb19dacc9d95c1a9de1fc3a599acd26697c355b (patch)
tree21490ef77ba925811f09fb1964f454e816733921 /app/src/main/res/values/strings.xml
parentpreferences: add donation link (diff)
downloadwireguard-android-4fb19dacc9d95c1a9de1fc3a599acd26697c355b.tar.xz
wireguard-android-4fb19dacc9d95c1a9de1fc3a599acd26697c355b.zip
export: use content resolver on android Q+
Diffstat (limited to '')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index bed5abc1..7b5dcf70 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -59,6 +59,7 @@
<string name="create_from_file">Create from file or archive</string>
<string name="create_from_qr_code">Create from QR code</string>
<string name="create_output_dir_error">Cannot create output directory</string>
+ <string name="create_downloads_file_error">Cannot create file in downloads directory</string>
<string name="create_temp_dir_error">Cannot create local temporary directory</string>
<string name="create_tunnel">Create Tunnel</string>
<string name="dark_theme_summary_off">Currently using light (day) theme</string>
@@ -96,6 +97,7 @@
<string name="log_export_success">Saved to ā€œ%sā€</string>
<string name="log_export_summary">Log file will be saved to downloads folder</string>
<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="mtu">MTU</string>
<string name="multiple_tunnels_error">Only one userspace tunnel can run at a time</string>