diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2022-08-27 11:19:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-27 11:19:34 +0200 |
commit | 77104c9038abf579bc5652fc0ec5f941c0f9799f (patch) | |
tree | 3e45eaf8f65b222b475e2ec340d0af175c11c23c /ui | |
parent | ec92722c043cd30bfe9c21171b2a3f62c44884d7 (diff) | |
download | AntennaPod-77104c9038abf579bc5652fc0ec5f941c0f9799f.zip |
Home Screen (#5864)
Co-authored-by: ueen <ueli.sarnighausen@online.de>
Diffstat (limited to 'ui')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index 35ccc9677..a19a60892 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -10,6 +10,7 @@ <string name="statistics_label">Statistics</string> <string name="add_feed_label">Add Podcast</string> <string name="episodes_label">Episodes</string> + <string name="home_label">Home</string> <string name="queue_label">Queue</string> <string name="inbox_label">Inbox</string> <string name="favorite_episodes_label">Favorites</string> @@ -50,6 +51,17 @@ <string name="statistics_counting_range">Played between %1$s and %2$s</string> <string name="statistics_counting_total">Played in total</string> + <!-- Home fragment --> + <string name="home_surprise_title">Get surprised</string> + <string name="home_classics_title">Check your classics</string> + <string name="home_continue_title">Continue listening</string> + <string name="home_new_title">Review the new</string> + <string name="home_downloads_title">Manage downloads</string> + <string name="home_welcome_title">Welcome to AntennaPod!</string> + <string name="home_welcome_text">You are not subscribed to any podcasts yet. Open the side menu to add a podcast.</string> + <string name="navigate_arrows">%s ยป</string> + <string name="configure_home">Configure Home Screen</string> + <!-- Download Statistics fragment --> <string name="total_size_downloaded_podcasts">Total size of episodes on the device</string> |