mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 13:29:50 +02:00
Implement option to see removed post.
This commit is contained in:
committed by
OHermesJunior
parent
99418267c4
commit
1b972aca2e
@@ -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>
|
||||
@@ -277,9 +278,10 @@
|
||||
<string name="edit">Edit</string>
|
||||
<string name="delete">Delete</string>
|
||||
<string name="see_removed_comment">See Removed Comment</string>
|
||||
<string name="see_removed_post">See Removed Post</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>
|
||||
|
Reference in New Issue
Block a user