diff options
author | twiceyuan <twiceyuan@gmail.com> | 2015-03-06 08:14:07 +0800 |
---|---|---|
committer | twiceyuan <twiceyuan@gmail.com> | 2015-03-06 08:14:07 +0800 |
commit | e1c6dc0af2a4a777641acd78cb96cf922a35bccf (patch) | |
tree | a902e3c4903bb50260902bb0afe54aac8573ae35 /core | |
parent | a2f65698e7952bde831ae273a2d83a85f1e50d1c (diff) | |
parent | 2316a260bbe3d80a846e9091e46e8d4e4f91b390 (diff) | |
download | AntennaPod-e1c6dc0af2a4a777641acd78cb96cf922a35bccf.zip |
Merge remote-tracking branch 'origin/develop'
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 277d7d3c0..9b7cb3585 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -79,6 +79,8 @@ <!-- Actions on feeds --> <string name="mark_all_read_label">Mark all as read</string> <string name="mark_all_read_msg">Marked all episodes as read</string> + <string name="mark_all_read_confirmation_msg">Please confirm that you want to mark all episodes as being read.</string> + <string name="mark_all_read_feed_confirmation_msg">Please confirm that you want to mark all episodes in this feed as being read.</string> <string name="show_info_label">Show information</string> <string name="remove_feed_label">Remove podcast</string> <string name="share_link_label">Share website link</string> @@ -165,6 +167,7 @@ <string name="duration">Duration</string> <string name="ascending">Ascending</string> <string name="descending">Descending</string> + <string name="clear_queue_confirmation_msg">Please confirm that you want to clear the queue of ALL of the episodes in it</string> <!-- Flattr --> <string name="flattr_auth_label">Flattr sign-in</string> |