diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2016-11-01 19:35:43 +0100 |
---|---|---|
committer | Martin Fietz <Martin.Fietz@gmail.com> | 2016-11-01 19:43:23 +0100 |
commit | 8a626faf73070085e2f520247a5f701c4f125c10 (patch) | |
tree | f40d66b1e86550159f4e1bfd3ceacb78fabed9de /core/src/main/res/values | |
parent | cfef273eba571d1f781e256a8521ea176b7b2797 (diff) | |
download | AntennaPod-8a626faf73070085e2f520247a5f701c4f125c10.zip |
Add ability to rename feeds
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 48bd15b13..96350e19f 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -60,6 +60,7 @@ <string name="cancel_label">Cancel</string> <string name="yes">Yes</string> <string name="no">No</string> + <string name="reset">Reset</string> <string name="author_label">Author</string> <string name="language_label">Language</string> <string name="url_label">URL</string> @@ -115,6 +116,7 @@ <string name="mark_all_seen_msg">Marked all Episodes as seen</string> <string name="mark_all_seen_confirmation_msg">Please confirm that you want to mark all episodes as seen.</string> <string name="show_info_label">Show information</string> + <string name="rename_feed_label">Rename Podcast</string> <string name="remove_feed_label">Remove Podcast</string> <string name="share_label">Share…</string> <string name="share_link_label">Share Link</string> |