aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorDocile-Alligator <chineseperson5@gmail.com>2022-02-21 14:52:22 +0000
committerDocile-Alligator <chineseperson5@gmail.com>2022-02-21 14:52:22 +0000
commit679820b96ebae991b667c0bfd845eae6d6e27e48 (patch)
treebd5e6c3f66593ca416742421cdc8fc4e8aa9570c /app/src/main/res/values
parent3a69e028673181f014630bb68205166dc39ded0a (diff)
downloadinfinity-for-reddit-679820b96ebae991b667c0bfd845eae6d6e27e48.tar
infinity-for-reddit-679820b96ebae991b667c0bfd845eae6d6e27e48.tar.gz
infinity-for-reddit-679820b96ebae991b667c0bfd845eae6d6e27e48.tar.bz2
infinity-for-reddit-679820b96ebae991b667c0bfd845eae6d6e27e48.tar.lz
infinity-for-reddit-679820b96ebae991b667c0bfd845eae6d6e27e48.tar.xz
infinity-for-reddit-679820b96ebae991b667c0bfd845eae6d6e27e48.tar.zst
infinity-for-reddit-679820b96ebae991b667c0bfd845eae6d6e27e48.zip
Submitting poll posts is available.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 5c384e11..e0a00dca 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -44,6 +44,7 @@
<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="post_poll_activity_label">Poll Post</string>
<string name="navigation_drawer_open">Open navigation drawer</string>
<string name="navigation_drawer_close">Close navigation drawer</string>
@@ -197,10 +198,12 @@
<string name="title_required">The post needs a good title</string>
<string name="link_required">Hey where is the link?</string>
<string name="select_an_image">Please select an image first</string>
+ <string name="voting_length">Voting length: %1$d days</string>
<string name="posting">Posting</string>
<string name="post_failed">Could not post it</string>
<string name="error_processing_image">Error processing image</string>
<string name="error_processing_video">Error processing video</string>
+ <string name="two_options_required">A good poll needs two or more options!</string>
<string name="download_started">Download Started. Check the notification for progress.</string>
@@ -229,6 +232,7 @@
<string name="bottom_sheet_post_image">Image</string>
<string name="bottom_sheet_post_video">Video</string>
<string name="bottom_sheet_post_gallery">Gallery</string>
+ <string name="bottom_sheet_post_poll">Poll</string>
<string name="post_type_gif">Gif</string>
<string name="post_type_gallery">Gallery</string>
@@ -1271,5 +1275,12 @@
<string name="user_agreement_message">You need to agree to Reddit User Agreement (%1$s) and Infinity for Reddit\'s Privacy Policy (%2$s) before logging in.</string>
<string name="agree">Agree</string>
<string name="do_not_agree">Don\'t Agree</string>
+
+ <string name="option_1_hint">Option 1 (Required)</string>
+ <string name="option_2_hint">Option 2 (Required)</string>
+ <string name="option_3_hint">Option 3</string>
+ <string name="option_4_hint">Option 4</string>
+ <string name="option_5_hint">Option 5</string>
+ <string name="option_6_hint">Option 6</string>
</resources>