diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2023-11-28 20:26:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-28 20:26:29 +0100 |
commit | ee554d0306a06903fa88be6c5af7954315685ed6 (patch) | |
tree | 322325e0a3929b4a6abacea0ff221c3bff24f05c /ui/i18n | |
parent | 637230e382a67ae8a0c7d889a773edb64bb74181 (diff) | |
download | AntennaPod-ee554d0306a06903fa88be6c5af7954315685ed6.zip |
AntennaPod Echo (#6780)
Diffstat (limited to 'ui/i18n')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index 493e8672c..74e979213 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -27,6 +27,8 @@ <string name="years_statistics_label">Years</string> <string name="notification_pref_fragment">Notifications</string> <string name="recently_played_episodes">Recently played episodes</string> + <string name="antennapod_echo" translatable="false">AntennaPod Echo</string> + <string name="antennapod_echo_year" translatable="false">AntennaPod Echo %d</string> <!-- Google Assistant --> <string name="app_action_not_found">\"%1$s\" not found</string> @@ -620,6 +622,10 @@ <item quantity="one">1 hour</item> <item quantity="other">%d hours</item> </plurals> + <plurals name="time_days_quantified"> + <item quantity="one">1 day</item> + <item quantity="other">%d days</item> + </plurals> <string name="auto_enable_label">Automatically activate the sleep timer when pressing play</string> <string name="auto_enable_label_with_times">Automatically activate the sleep timer when pressing play between %s and %s</string> <string name="auto_enable_change_times">Change time range</string> |