diff options
author | Andrzej Węgłowski <30474752+andweg@users.noreply.github.com> | 2023-03-31 22:16:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-31 22:16:59 +0200 |
commit | 548f9e021ebdcfb3c09d5175c48b580b20012bb7 (patch) | |
tree | 9ee580497983411390e0cd46faaadbf5e5d0ae13 /ui/i18n/src/main/res | |
parent | 214bf974cff3041dfc157360d026f61e371aa95e (diff) | |
download | AntennaPod-548f9e021ebdcfb3c09d5175c48b580b20012bb7.zip |
Random enqueue location (#6403)
Diffstat (limited to 'ui/i18n/src/main/res')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index e45cfd481..2a2f7b6d1 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -492,6 +492,7 @@ <string name="enqueue_location_back">Back</string> <string name="enqueue_location_front">Front</string> <string name="enqueue_location_after_current">After current episode</string> + <string name="enqueue_location_random">Random</string> <string name="pref_smart_mark_as_played_disabled">Disabled</string> <string name="documentation_support">Documentation & Support</string> <string name="visit_user_forum">User forum</string> |