diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-10-12 13:51:51 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-10-12 18:55:28 +0200 |
commit | 7fbe5349a241e4e7b7d1bf1bec75b22566e8f1e9 (patch) | |
tree | 21490ef77ba925811f09fb1964f454e816733921 /app/src/main/res | |
parent | d8bad72fd620e788b259c8d9a78836dbdc78b973 (diff) |
export: use content resolver on android Q+
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
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> |