diff options
author | H. Lehmann <ByteHamster@users.noreply.github.com> | 2020-05-11 00:41:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-11 00:41:38 +0200 |
commit | b0973d5c589466f52de58b73eae4b8aadfd9571c (patch) | |
tree | 4ded844c1ba9b2422be3a60ef86dbf5eac8c869e /core/src/main/res | |
parent | 939008852c5471c4a32f02368f447c89dafb9b46 (diff) | |
parent | 903cf94131ad51c29eb6689a825bdbbd3e401de6 (diff) | |
download | AntennaPod-b0973d5c589466f52de58b73eae4b8aadfd9571c.zip |
Merge pull request #4132 from ByteHamster/accessibility
Improved TalkBack accessibility
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 1c2db3a5b..db49538bf 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -217,6 +217,7 @@ <string name="deactivate_auto_download">Deactivate Auto Download</string> <string name="reset_position">Reset Playback Position</string> <string name="removed_item">Item removed</string> + <string name="no_items_selected">No items selected</string> <!-- Download messages and labels --> <string name="download_successful">successful</string> @@ -676,8 +677,12 @@ <string name="navigate_upwards_label">Navigate upwards</string> <string name="status_downloading_label">Episode is being downloaded</string> <string name="in_queue_label">Episode is in the queue</string> + <string name="is_favorite_label">Episode is marked as favorite</string> <string name="drag_handle_content_description">Drag to change the position of this item</string> <string name="load_next_page_label">Load next page</string> + <string name="switch_pages">Switch pages</string> + <string name="position">Position: %1$s</string> + <string name="apply_action">Apply action</string> <!-- Feed information screen --> <string name="authentication_label">Authentication</string> |