diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2024-03-22 18:18:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-22 18:18:30 +0100 |
commit | 0a6b7ed69957cea9582af9e0dd861ed13795d6b5 (patch) | |
tree | 317262009e7e439a9d85c643fb1f6e864f1d4507 /ui/i18n | |
parent | 27aa5cba96299dd14569f8a5f6da60bb88352d60 (diff) | |
download | AntennaPod-0a6b7ed69957cea9582af9e0dd861ed13795d6b5.zip |
Nicer rating dialog (#7011)
Diffstat (limited to 'ui/i18n')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index 6da3e554f..44cf707b5 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -672,6 +672,14 @@ <string name="pref_pausePlaybackForFocusLoss_sum">Pause playback instead of lowering volume when another app wants to play sounds</string> <string name="pref_pausePlaybackForFocusLoss_title">Pause for interruptions</string> + <!-- Rating dialog --> + <string name="rating_tagline">Since %1$s, you played %2$s%3$d%4$s hours of podcasts.</string> + <string name="rating_contribute_label">Want to join? Whether you want to translate, support, design or code, we would be happy to have you!</string> + <string name="rating_contribute_button">Discover ways to contribute</string> + <string name="rating_volunteers_label">AntennaPod is developed by volunteers in our free time. We would be happy if you appreciated our work by leaving a nice rating.</string> + <string name="rating_rate">Rate AntennaPod</string> + <string name="rating_later">Later</string> + <!-- Online feed view --> <string name="subscribe_label">Subscribe</string> <string name="subscribing_label">Subscribing…</string> |