summaryrefslogtreecommitdiff
path: root/ui/i18n/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2023-12-06 21:02:53 +0100
committerByteHamster <info@bytehamster.com>2023-12-06 21:02:53 +0100
commitae4205c6d337644ebead973e9f091fe2498b8450 (patch)
treea33b2ecab676cbf72db5cfe83d52986d01ea089f /ui/i18n/src/main/res/values/strings.xml
parent2e76dc8d0c950090acd95d1e8c9d6c7be314d9a6 (diff)
parent58081fe5bf7d9ad28f089cf10b2c17bfcfc8bbc7 (diff)
downloadAntennaPod-ae4205c6d337644ebead973e9f091fe2498b8450.zip
Merge branch 'master' into develop
Diffstat (limited to 'ui/i18n/src/main/res/values/strings.xml')
-rw-r--r--ui/i18n/src/main/res/values/strings.xml6
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 d28a73273..467570ba5 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>