diff options
author | Margaret Borowiec <malgorzata.borowiec@outlook.com> | 2021-01-24 14:41:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-24 15:41:55 +0100 |
commit | cd23eccf95d1a6c7193953c3f24a2fac4f32c97f (patch) | |
tree | 7e5ae9b1b4a9be53fb6fc495b37cb1140902d835 /core/src/main | |
parent | c32239be0ed0ac0b9ca44c84fb3f032a3188eb38 (diff) | |
download | AntennaPod-cd23eccf95d1a6c7193953c3f24a2fac4f32c97f.zip |
Google Assistant App Actions for AntennaPod (#4417)
Diffstat (limited to 'core/src/main')
-rw-r--r-- | core/src/main/res/values/strings.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 2f4aa7fac..403f021f7 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -11,6 +11,7 @@ <string name="statistics_label">Statistics</string> <string name="add_feed_label">Add Podcast</string> <string name="episodes_label">Episodes</string> + <string name="queue_label">Queue</string> <string name="all_episodes_short_label">All</string> <string name="new_episodes_label">New</string> <string name="favorite_episodes_label">Favorites</string> @@ -32,6 +33,9 @@ <string name="download_statistics_label">Downloads</string> <string name="notification_pref_fragment">Notifications</string> + <!-- Google Assistant --> + <string name="app_action_not_found">\"%1$s\" not found</string> + <!-- Statistics fragment --> <string name="total_time_listened_to_podcasts">Total time of episodes played:</string> <string name="statistics_details_dialog">%1$d out of %2$d episodes started.\n\nPlayed %3$s out of %4$s.</string> @@ -367,7 +371,6 @@ <string name="storage_pref">Storage</string> <string name="storage_sum">Episode auto delete, Import, Export</string> <string name="project_pref">Project</string> - <string name="queue_label">Queue</string> <string name="synchronization_pref">Synchronization</string> <string name="synchronization_sum">Synchronize with other devices using gpodder.net</string> <string name="automation">Automation</string> |