diff options
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 49f04e0a..2e7e9995 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1453,6 +1453,27 @@ <string name="content_description_select_video">Select video</string> <string name="content_description_delete_texts">Delete texts</string> <string name="content_description_handle_link">Handle link</string> + <string name="content_description_submit_post">Submit post</string> + <string name="content_description_refresh">Refresh</string> + <string name="content_description_change_sort_type">Change sort type</string> + <string name="content_description_change_post_layout">Change post layout</string> + <string name="content_description_search">Search</string> + <string name="content_description_go_to_subreddit">Go to subreddit</string> + <string name="content_description_go_to_user">Go to user</string> + <string name="content_description_random">Random</string> + <string name="content_description_filter_posts">Filter posts</string> + <string name="content_description_hide_read_posts">Hide read posts</string> + <string name="content_description_go_to_top">Go to top</string> + <string name="content_description_add_subreddit_or_user">Add subreddit or user</string> + <string name="content_description_video_indicator">Video indicator</string> + <string name="content_description_no_subscriptions_indicator">No subscriptions indicator</string> + <string name="content_description_create_multireddit">Create multireddit</string> + <string name="content_description_bottom_navigation_bar_button">Bottom navigation bar button</string> + <string name="content_description_fab">Floating action button</string> + <string name="content_description_download">Download</string> + <string name="content_description_share">Share</string> + <string name="content_description_set_as_wallpaper">Set as wallpaper</string> + </resources> |