summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorMike Chelen <michael.chelen@gmail.com>2014-07-31 02:01:17 -0400
committerMike Chelen <michael.chelen@gmail.com>2014-07-31 02:01:17 -0400
commitbaf980951e91a1dfc84973828fa522244051ce0d (patch)
tree2ac5b96cc90038a91f81d7d1358ba1a7f6fd923a /res/values
parentfb4ccb381b427584e7a8e796aaef81c23368123b (diff)
downloadAntennaPod-baf980951e91a1dfc84973828fa522244051ce0d.zip
add settings options for persistent and expanded notifications
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 404d63697..328c5efce 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -251,6 +251,11 @@
<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>
+ <string name="pref_expandNotify_title">Expand Notification</string>
+ <string name="pref_expandNotify_sum">Always expand the notification to show playback buttons.</string>
+ <string name="pref_persistNotify_title">Persistent Notification</string>
+ <string name="pref_persistNotify_sum">Keep notification when playback is paused.</string>
+
<!-- Auto-Flattr dialog -->
<string name="auto_flattr_enable">Enable automatic flattring</string>