aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorscria1000 <91804886+scria1000@users.noreply.github.com>2021-11-27 17:10:50 +0000
committerGitHub <noreply@github.com>2021-11-27 17:10:50 +0000
commita399200be2bb7b3580127c6125980e1cdfd386c7 (patch)
treeb0e1eb5e93186a4385677f4c8e3cdb80e8e06150 /app/src/main/res/values/strings.xml
parent90a9b1033f36087ce302e06304cbf3581921748b (diff)
parentd8f657226293c2be4f97eae687fde0dec1936d22 (diff)
downloadinfinity-for-reddit-a399200be2bb7b3580127c6125980e1cdfd386c7.tar
infinity-for-reddit-a399200be2bb7b3580127c6125980e1cdfd386c7.tar.gz
infinity-for-reddit-a399200be2bb7b3580127c6125980e1cdfd386c7.tar.bz2
infinity-for-reddit-a399200be2bb7b3580127c6125980e1cdfd386c7.tar.lz
infinity-for-reddit-a399200be2bb7b3580127c6125980e1cdfd386c7.tar.xz
infinity-for-reddit-a399200be2bb7b3580127c6125980e1cdfd386c7.tar.zst
infinity-for-reddit-a399200be2bb7b3580127c6125980e1cdfd386c7.zip
Merge branch 'master' into gallery-captions-feature
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml26
1 files changed, 14 insertions, 12 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 3b8753e8..7c5c5180 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -43,6 +43,7 @@
<string name="post_gallery_activity_label">Gallery Post</string>
<string name="trending_activity_label">Trending</string>
<string name="wiki_activity_label">Wiki</string>
+ <string name="edit_profile_activity_label">Edit Profile</string>
<string name="navigation_drawer_open">Open navigation drawer</string>
<string name="navigation_drawer_close">Close navigation drawer</string>
@@ -91,6 +92,7 @@
<string name="action_share_post_link">Share Post Link</string>
<string name="action_go_to_wiki">Go to Wiki</string>
<string name="action_playback_speed">Playback Speed</string>
+ <string name="action_contact_mods">Contact Mods</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>
@@ -1226,18 +1228,18 @@
<string name="remove_banner">Remove Banner</string>
<string name="display_name_text">Display Name</string>
<string name="display_name_hint">Show on your profile page</string>
- <string name="display_name_description">This will be displayed to viewer of your profile page and does not change your username</string>
+ <string name="display_name_description">This will be displayed to viewers of your profile page and does not change your username.</string>
<string name="about_you_text">About You</string>
- <string name="about_you_hint">A little description of your self</string>
- <string name="message_remove_avatar_success">Success remove Avatar</string>
- <string name="message_remove_avatar_failed_fmt">Failed remove Avatar %s</string>
- <string name="message_remove_banner_success">Success remove Banner</string>
- <string name="message_remove_banner_failed_fmt">Failed remove Banner %s</string>
- <string name="message_change_avatar_success">Success changing Avatar</string>
- <string name="message_change_avatar_failed_fmt">Failed changing Avatar %s</string>
- <string name="message_change_banner_success">Success changing Banner</string>
- <string name="message_change_banner_failed_fmt">Failed changing Banner %s</string>
- <string name="message_save_profile_success">Success save profile</string>
- <string name="message_save_profile_failed_fmt">Failed save profile %s</string>
+ <string name="about_you_hint">A little description of yourself</string>
+ <string name="message_remove_avatar_success">Remove avatar successfully</string>
+ <string name="message_remove_avatar_failed_fmt">Failed to remove avatar %s</string>
+ <string name="message_remove_banner_success">Remove banner successfully</string>
+ <string name="message_remove_banner_failed_fmt">Failed to remove banner %s</string>
+ <string name="message_change_avatar_success">Change avatar successfully</string>
+ <string name="message_change_avatar_failed_fmt">Failed to change avatar %s</string>
+ <string name="message_change_banner_success">Changing banner successfully</string>
+ <string name="message_change_banner_failed_fmt">Failed to change banner %s</string>
+ <string name="message_save_profile_success">Save profile successfully</string>
+ <string name="message_save_profile_failed_fmt">Failed to save profile %s</string>
</resources>