diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-09-06 06:02:04 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-09-06 06:02:04 +0000 |
commit | 1ee48844d2a8fb78c7ff07a8a37c292c0f047ac9 (patch) | |
tree | 761367130a2254e2c6a66ada8d1087dacd47344d /app/src/main/res | |
parent | cb0d662ed31b773bfcbc426fdb353c7293ffa64b (diff) | |
download | infinity-for-reddit-1ee48844d2a8fb78c7ff07a8a37c292c0f047ac9.tar infinity-for-reddit-1ee48844d2a8fb78c7ff07a8a37c292c0f047ac9.tar.gz infinity-for-reddit-1ee48844d2a8fb78c7ff07a8a37c292c0f047ac9.tar.bz2 infinity-for-reddit-1ee48844d2a8fb78c7ff07a8a37c292c0f047ac9.tar.lz infinity-for-reddit-1ee48844d2a8fb78c7ff07a8a37c292c0f047ac9.tar.xz infinity-for-reddit-1ee48844d2a8fb78c7ff07a8a37c292c0f047ac9.tar.zst infinity-for-reddit-1ee48844d2a8fb78c7ff07a8a37c292c0f047ac9.zip |
Support different download locations in ViewImgurImageFragment, ViewImgurVideoFragment, ViewRedditGalleryImageOrGifFragment and ViewRedditGalleryVideoFragment.
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 5d31c088..b694941d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -843,18 +843,16 @@ <string name="downloading_reddit_video_failed_cannot_mux">Download failed: cannot mux video and audio</string> <string name="downloading_reddit_video_failed_cannot_save_mux_video">Download failed: cannot save the video to public directory</string> <string name="downloading_video">Downloading Video</string> + <string name="downloading_video_save_video">Saving Video</string> <string name="downloading_image">Downloading Image</string> <string name="downloading_gif">Downloading Gif</string> <string name="downloading_image_save_image">Saving Image</string> <string name="downloading_gif_save_gif">Saving Gif</string> - <string name="downloading_image_finished">Downloaded</string> - <string name="downloading_gif_finished">Downloaded</string> + <string name="downloading_media_finished">Downloaded</string> <string name="downloading_image_or_gif_failed_cannot_get_destination_directory">Download failed: cannot access destination directory</string> - <string name="downloading_image_failed_cannot_download_image">Download image failed</string> - <string name="downloading_image_failed_cannot_save_image">Download failed: cannot save image to destination directory</string> - <string name="downloading_gif_failed_cannot_download_gif">Download gif failed</string> - <string name="downloading_gif_failed_cannot_save_gif">Download failed: cannot save gif to destination directory</string> + <string name="downloading_media_failed_cannot_download_media">Download failed</string> + <string name="downloading_media_failed_cannot_save_to_destination_directory">Download failed: cannot save the file to destination directory</string> <string name="wallpaper_set">Wallpaper set</string> <string name="error_set_wallpaper">Cannot set wallpaper</string> |