diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-03-02 14:38:53 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-03-02 14:38:53 +0000 |
commit | 980a1215731c20e840670d9ade77bc6bf64c255b (patch) | |
tree | 4cedd886d497820ad84aee92d7f2523573508389 /app/src/main/res/values | |
parent | 095dd30f710c71d1ee8f33403feca0861c139687 (diff) | |
download | infinity-for-reddit-980a1215731c20e840670d9ade77bc6bf64c255b.tar infinity-for-reddit-980a1215731c20e840670d9ade77bc6bf64c255b.tar.gz infinity-for-reddit-980a1215731c20e840670d9ade77bc6bf64c255b.tar.bz2 infinity-for-reddit-980a1215731c20e840670d9ade77bc6bf64c255b.tar.lz infinity-for-reddit-980a1215731c20e840670d9ade77bc6bf64c255b.tar.xz infinity-for-reddit-980a1215731c20e840670d9ade77bc6bf64c255b.tar.zst infinity-for-reddit-980a1215731c20e840670d9ade77bc6bf64c255b.zip |
Share image directly in ViewImageActivity.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ccb251e4..cc7e8795 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -48,6 +48,7 @@ <string name="action_view_side_bar">View Sidebar</string> <string name="action_save">Save</string> <string name="action_delete_multi_reddit">Delete Multireddit</string> + <string name="action_share">Share</string> <string name="parse_json_response_error">Error occurred when parsing the JSON response</string> <string name="retrieve_token_error">Error Retrieving the token</string> @@ -451,4 +452,8 @@ <string name="enable_nsfw">Enable NSFW</string> <string name="disable_nsfw">Disable NSFW</string> + + <string name="cannot_save_image">Cannot save the image</string> + <string name="cannot_save_gif">Cannot save the gif</string> + <string name="cannot_get_storage">Cannot access the app storage</string> </resources> |