aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-07-07 15:35:18 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-07-07 15:35:18 +0000
commit40fd7bf40f698b7670003cd28bc8db484c8615dc (patch)
tree4825e924f58b8dced9b569ae8b8fd5f53ebac169 /app/src/main/res/values
parentba2a219168721680cd6e5e553a35a7cbf2614e22 (diff)
downloadinfinity-for-reddit-40fd7bf40f698b7670003cd28bc8db484c8615dc.tar
infinity-for-reddit-40fd7bf40f698b7670003cd28bc8db484c8615dc.tar.gz
infinity-for-reddit-40fd7bf40f698b7670003cd28bc8db484c8615dc.tar.bz2
infinity-for-reddit-40fd7bf40f698b7670003cd28bc8db484c8615dc.tar.lz
infinity-for-reddit-40fd7bf40f698b7670003cd28bc8db484c8615dc.tar.xz
infinity-for-reddit-40fd7bf40f698b7670003cd28bc8db484c8615dc.tar.zst
infinity-for-reddit-40fd7bf40f698b7670003cd28bc8db484c8615dc.zip
Prepare to add composing private message feature.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml5
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 72f64124..9a7ed547 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -28,6 +28,7 @@
<string name="report_activity_label">Report</string>
<string name="view_imgur_media_activity_image_label">Image %1$d/%2$d</string>
<string name="view_imgur_media_activity_video_label">Video %1$d/%2$d</string>
+ <string name="send_private_message_activity_label">Send PM</string>
<string name="navigation_drawer_open">Open navigation drawer</string>
<string name="navigation_drawer_close">Close navigation drawer</string>
@@ -63,6 +64,7 @@
<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="action_send_private_message">Send Private Message</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>
@@ -152,6 +154,9 @@
<string name="send_comment_failed">Could not send this comment</string>
<string name="parse_sent_comment_failed">The comment is sent but unable to get the sent comment</string>
+ <string name="send_message_username_hint">User</string>
+ <string name="send_message_subject_hint">Subject</string>
+ <string name="send_message_content_hint">Message</string>
<string name="reply_message_failed">Could not reply to this message</string>
<string name="error_getting_message">Error getting this message</string>