diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/res/values/strings.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index b8f8fe426..cf2483b08 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -121,6 +121,13 @@ <string name="enqueue_all_new">Enqueue all</string> <string name="download_all">Download all</string> <string name="skip_episode_label">Skip episode</string> + <string name="reset_attributes">Reset episode ...</string> + + <!-- reset attributes dialog --> + <string name="reset_attributes_title">Reset episode</string> + <string name="reset_attribute_auto_download">Activate auto download</string> + <string name="reset_attribute_position">Reset playback position</string> + <string name="reset_attribute_unflattr">Unflattr episode</string> <!-- Download messages and labels --> <string name="download_successful">successful</string> |