summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorpeakvalleytech <65185819+peakvalleytech@users.noreply.github.com>2021-07-10 00:11:41 -0700
committerGitHub <noreply@github.com>2021-07-10 09:11:41 +0200
commit00bf2db0a454e5c0d6bbe62d468f97a6f8056127 (patch)
tree6ec497cb1cc660ab5c2e57f0739c8ad79d8eafab /core/src/main/res/values
parent323f1f61424c39f8cde6076a4d30501bc75fc109 (diff)
downloadAntennaPod-00bf2db0a454e5c0d6bbe62d468f97a6f8056127.zip
Replace old episode multi-select with new multi-select. (#5253)
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r--core/src/main/res/values/arrays.xml5
-rw-r--r--core/src/main/res/values/strings.xml18
2 files changed, 0 insertions, 23 deletions
diff --git a/core/src/main/res/values/arrays.xml b/core/src/main/res/values/arrays.xml
index a8e204d85..290c8635f 100644
--- a/core/src/main/res/values/arrays.xml
+++ b/core/src/main/res/values/arrays.xml
@@ -314,11 +314,6 @@
<item>continue</item>
</string-array>
- <string-array name="batch_long_press_options">
- <item>@string/select_all_above</item>
- <item>@string/select_all_below</item>
- </string-array>
-
<string-array name="back_button_behavior_options">
<item>@string/back_button_default</item>
<item>@string/back_button_go_to_page</item>
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index ccf708e80..c08fb98bc 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -727,24 +727,6 @@
<string name="unable_to_start_system_file_manager">Unable to start system file manager</string>
<string name="filter">Filter</string>
-
- <!-- Episodes apply actions -->
- <string name="all_label">All</string>
- <string name="selected_all_label">Selected all Episodes</string>
- <string name="select_none_label">None</string>
- <string name="deselected_all_label">Deselected all Episodes</string>
- <string name="played_label">Played</string>
- <string name="selected_played_label">Selected played Episodes</string>
- <string name="unplayed_label">Unplayed</string>
- <string name="selected_unplayed_label">Selected unplayed Episodes</string>
- <string name="downloaded_label">Downloaded</string>
- <string name="selected_downloaded_label">Selected downloaded Episodes</string>
- <string name="not_downloaded_label">Not downloaded</string>
- <string name="selected_not_downloaded_label">Selected not downloaded Episodes</string>
- <string name="selected_queued_label">Selected queued Episodes</string>
- <string name="selected_not_queued_label">Selected not queued Episodes</string>
- <string name="selected_has_media_label">Selected episodes with media</string>
-
<string name="hide_is_favorite_label">Is favorite</string>
<string name="not_favorite">Not favorite</string>
<string name="hide_downloaded_episodes_label">Downloaded</string>