summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorTony Tam <engineer.tonytam@pm.me>2020-04-07 00:13:15 -0700
committerGitHub <noreply@github.com>2020-04-07 09:13:15 +0200
commita5795a3420a9c0927850a2796faf545ba1ef7dc1 (patch)
treebb0a1bd48c8776f4a631ed3bc1695bc12945adc8 /core/src/main/res/values/strings.xml
parentb6eba9cc61e5c0fb041408bb6c0caca2a73f247b (diff)
downloadAntennaPod-a5795a3420a9c0927850a2796faf545ba1ef7dc1.zip
easy to read sorting options (#4004)
Diffstat (limited to 'core/src/main/res/values/strings.xml')
-rw-r--r--core/src/main/res/values/strings.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 8abd70588..3740bda03 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -305,8 +305,6 @@
<string name="ascending">Ascending</string>
<string name="descending">Descending</string>
<string name="clear_queue_confirmation_msg">Please confirm that you want to clear the queue of ALL of the episodes in it</string>
- <string name="sort_old_to_new">Old to new</string>
- <string name="sort_new_to_old">New to old</string>
<string name="time_left_label">Time left:\u0020</string>
<!-- Variable Speed -->
@@ -731,6 +729,13 @@
<string name="sort_duration_short_long">Duration (Short \u2192 Long)</string>
<string name="sort_duration_long_short">Duration (Long \u2192 Short)</string>
+ <string name="sort_a_z">A \u2192 Z</string>
+ <string name="sort_z_a">Z \u2192 A</string>
+ <string name="sort_new_old">New \u2192 Old</string>
+ <string name="sort_old_new">Old \u2192 New</string>
+ <string name="sort_short_long">Short \u2192 Long</string>
+ <string name="sort_long_short">Long \u2192 Short</string>
+
<!-- Rating dialog -->
<string name="rating_title">Like AntennaPod?</string>
<string name="rating_message">We would appreciate it if you take the time to rate AntennaPod.</string>