diff options
author | Docile-Alligator <chineseperson5@gmail.com> | 2020-06-17 04:32:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-17 04:32:58 +0000 |
commit | dc550f1e18de72ce510dfc08c5a0815ee8d72b22 (patch) | |
tree | 192e3ed729f16930585aaed5918280339de8a077 /app/src/main/res/values/strings.xml | |
parent | ab14405b7756c17312ed06c0b356c3245861a476 (diff) | |
parent | 46a8b0d276e5e232b742e45577c94929a1f226e2 (diff) | |
download | infinity-for-reddit-dc550f1e18de72ce510dfc08c5a0815ee8d72b22.tar infinity-for-reddit-dc550f1e18de72ce510dfc08c5a0815ee8d72b22.tar.gz infinity-for-reddit-dc550f1e18de72ce510dfc08c5a0815ee8d72b22.tar.bz2 infinity-for-reddit-dc550f1e18de72ce510dfc08c5a0815ee8d72b22.tar.lz infinity-for-reddit-dc550f1e18de72ce510dfc08c5a0815ee8d72b22.tar.xz infinity-for-reddit-dc550f1e18de72ce510dfc08c5a0815ee8d72b22.tar.zst infinity-for-reddit-dc550f1e18de72ce510dfc08c5a0815ee8d72b22.zip |
Merge pull request #120 from OHermesJunior/see-removed
Feature: See removed posts and comments
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-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 7adda6a6..53f28bc9 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -61,6 +61,7 @@ <string name="action_share">Share</string> <string name="action_preview">Preview</string> <string name="action_report">Report</string> + <string name="action_see_removed">See Removed</string> <string name="action_set_wallpaper">Set as Wallpaper</string> <string name="parse_json_response_error">Error occurred when parsing the JSON response</string> @@ -276,6 +277,11 @@ <string name="are_you_sure">Are you sure?</string> <string name="edit">Edit</string> <string name="delete">Delete</string> + <string name="see_removed_comment">See Removed Comment</string> + <string name="fetching_removed_comment">Fetching removed comment</string> + <string name="show_removed_comment_failed">Could not find the removed comment</string> + <string name="fetching_removed_post">Fetching removed post</string> + <string name="show_removed_post_failed">Could not find the removed post</string> <string name="cancel">Cancel</string> <string name="ok">OK</string> <string name="edit_success">Edit successful</string> |