aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-android/res')
-rw-r--r--subsonic-android/res/values/arrays.xml8
-rw-r--r--subsonic-android/res/values/strings.xml7
2 files changed, 9 insertions, 6 deletions
diff --git a/subsonic-android/res/values/arrays.xml b/subsonic-android/res/values/arrays.xml
index dcec441f..493239e9 100644
--- a/subsonic-android/res/values/arrays.xml
+++ b/subsonic-android/res/values/arrays.xml
@@ -94,13 +94,15 @@
<string-array name="tempLossValues">
<item>0</item>
+ <item>1</item>
<item>2</item>
- <item>4</item>
+ <item>3</item>
</string-array>
<string-array name="tempLossNames">
<item>@string/settings.temp_loss_pause</item>
- <item>@string/settings.temp_loss_half</item>
- <item>@string/settings.temp_loss_fourth</item>
+ <item>@string/settings.temp_loss_pause_lower</item>
+ <item>@string/settings.temp_loss_lower</item>
+ <item>@string/settings.temp_loss_nothing</item>
</string-array>
</resources> \ No newline at end of file
diff --git a/subsonic-android/res/values/strings.xml b/subsonic-android/res/values/strings.xml
index 074d9686..feb1bf9e 100644
--- a/subsonic-android/res/values/strings.xml
+++ b/subsonic-android/res/values/strings.xml
@@ -226,9 +226,10 @@
<string name="settings.sleep_timer_on">On</string>
<string name="settings.sleep_timer_always_on">Always On</string>
<string name="settings.temp_loss_title">Temperary Loss of Focus</string>
- <string name="settings.temp_loss_pause">Pause Playback</string>
- <string name="settings.temp_loss_half">Half volume</string>
- <string name="settings.temp_loss_fourth">Fourth Volume</string>
+ <string name="settings.temp_loss_pause">Always Pause</string>
+ <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="music_service.retry">A network error occurred. Retrying %1$d of %2$d.</string>