summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-10-25 19:33:21 +0100
committerByteHamster <info@bytehamster.com>2020-10-25 19:33:21 +0100
commit679e4829997d886a07fe3361fd9d917db16061d2 (patch)
treea6de6275fa337e69651e370135e750bbadf901a1 /core/src/main/res/values
parentcaaf2c72db2220c84ce24b60853c5fe6a5874b18 (diff)
parent71b6c57773d1af6e6df967bba968e08cb0268335 (diff)
downloadAntennaPod-679e4829997d886a07fe3361fd9d917db16061d2.zip
Merge branch 'develop' into add-local-feeds
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r--core/src/main/res/values/strings.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 30f64b35f..542b90120 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -41,6 +41,7 @@
<string name="statistics_speed_not_counted">Notice: Playback speed is never taken into account.</string>
<string name="statistics_reset_data">Reset statistics data</string>
<string name="statistics_reset_data_msg">This will erase the history of duration played for all episodes. Are you sure you want to proceed?</string>
+ <string name="statistics_counting_since">Since %s,\nyou played</string>
<!-- Download Statistics fragment -->
<string name="total_size_downloaded_podcasts">Total size of episodes on the device:</string>
@@ -269,7 +270,8 @@
<string name="confirm_mobile_download_dialog_message">Downloading over mobile data connection is disabled in the settings.\n\nDo you want to allow downloading temporarily?\n\n<small>Your choice will be remembered for 10 minutes.</small></string>
<string name="confirm_mobile_streaming_notification_title">Confirm Mobile streaming</string>
<string name="confirm_mobile_streaming_notification_message">Streaming over mobile data connection is disabled in the settings. Tap to stream anyway.</string>
- <string name="confirm_mobile_streaming_button_always">Always allow</string>
+ <string name="confirm_mobile_streaming_button_always">Always</string>
+ <string name="confirm_mobile_streaming_button_once">Once</string>
<string name="confirm_mobile_download_dialog_only_add_to_queue">Enqueue</string>
<string name="confirm_mobile_download_dialog_enable_temporarily">Allow temporarily</string>