diff options
author | vbh <56578479+vbh@users.noreply.github.com> | 2021-11-06 18:19:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-06 19:19:24 +0100 |
commit | afee60ad384d09e43245a62b0b90417759dfc44c (patch) | |
tree | fc33afb2edc3ea6bb0dfe783c3c538abf812466c /core | |
parent | c691a999d957e9f6cb27d3adf386b6b96cd7d6c8 (diff) | |
download | AntennaPod-afee60ad384d09e43245a62b0b90417759dfc44c.zip |
Add subscription to home screen (#5523)
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 596abc47a..a38e53270 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -850,4 +850,8 @@ <string name="on_demand_config_setting_changed">Setting updated successfully.</string> <string name="on_demand_config_stream_text">Looks like you stream a lot. Do you want episode lists to show stream buttons?</string> <string name="on_demand_config_download_text">Looks like you download a lot. Do you want episode lists to show download buttons?</string> + + <string name="shortcut_subscription_label">Subscription shortcut</string> + <string name="shortcut_select_subscription">Select subscription</string> + <string name="add_shortcut">Add Shortcut</string> </resources> |