aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorThomas Knepper <thknepper@gmx.de>2015-07-26 20:00:48 +0200
committerThomas Knepper <thknepper@gmx.de>2015-07-26 20:00:48 +0200
commit6cb7a1de67af90d1d13cd04ab64afee4d1e99b70 (patch)
tree67ff40d7e5bd6edb94b882fe16aa69df8dc211f0 /app/src/main/res/values/strings.xml
parent04bf2e345beae36a512aa50b5b920a4af9345743 (diff)
downloaddsub-6cb7a1de67af90d1d13cd04ab64afee4d1e99b70.tar.gz
dsub-6cb7a1de67af90d1d13cd04ab64afee4d1e99b70.tar.bz2
dsub-6cb7a1de67af90d1d13cd04ab64afee4d1e99b70.zip
option, to keep 1, 2 or 3 played songs
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 8544c6e3..3d67ec37 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -379,6 +379,11 @@
<string name="settings.temp_loss_pause_lower">Pause, lower volume when requested</string>
<string name="settings.temp_loss_lower">Always lower volume</string>
<string name="settings.temp_loss_nothing">Do Nothing</string>
+ <string name="settings.keep_played_count_title">Keep played songs</string>
+ <string name="settings.keep_played_count_none">Remove all played songs</string>
+ <string name="settings.keep_played_count_one">Keep last played songs</string>
+ <string name="settings.keep_played_count_two">Keep 2 played songs</string>
+ <string name="settings.keep_played_count_three">Keep 3 played songs</string>
<string name="settings.disconnect_pause_title">Pause on Disconnect</string>
<string name="settings.disconnect_pause_both">Pause</string>
<string name="settings.disconnect_pause_neither">Do Nothing</string>