summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-07-16 17:33:09 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2014-07-16 17:33:09 +0200
commitf97a71d2f9952dfcee9da5ad776e7da96eea4db3 (patch)
tree263e53d5f3cf16bb5d6af4d1c2e3f522de76f699 /res/values
parent0513302c78d20c41899caacdf27b9313f1c2b973 (diff)
downloadAntennaPod-f97a71d2f9952dfcee9da5ad776e7da96eea4db3.zip
Made automatic flattr threshold configurable
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d5725c6f3..b5cc4ee86 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -223,7 +223,7 @@
<string name="pref_revokeAccess_title">Revoke access</string>
<string name="pref_revokeAccess_sum">Revoke the access permission to your flattr account for this app.</string>
<string name="pref_auto_flattr_title">Automatic Flattr</string>
- <string name="pref_auto_flattr_sum">Flattr episodes of which 80% have been played.</string>
+ <string name="pref_auto_flattr_sum">Configure automatic flattring</string>
<string name="user_interface_label">User Interface</string>
<string name="pref_set_theme_title">Select theme</string>
<string name="pref_set_theme_sum">Change the appearance of AntennaPod.</string>
@@ -250,7 +250,12 @@
<string name="pref_seek_delta_sum">Seek this many seconds when rewinding or fast-forwarding</string>
<string name="pref_gpodnet_sethostname_title">Set hostname</string>
<string name="pref_gpodnet_sethostname_use_default_host">Use default host</string>
-
+
+ <!-- Auto-Flattr dialog -->
+ <string name="auto_flattr_enable">Enable automatic flattring</string>
+ <string name="auto_flattr_after_percent">Flattr episode as soon as %d percent have been played</string>
+ <string name="auto_flattr_ater_beginning">Flattr episode when playback starts</string>
+ <string name="auto_flattr_ater_end">Flattr episode when playback ends</string>
<!-- Search -->
<string name="search_hint">Search for Feeds or Episodes</string>