diff options
author | Tom Briden <tom.briden@veritape.com> | 2013-06-05 15:45:37 +0100 |
---|---|---|
committer | Tom Briden <tom.briden@veritape.com> | 2013-06-05 15:45:37 +0100 |
commit | ad6c9503cbb56eda5b0ff3a0060b625f827e753c (patch) | |
tree | 369576f8f120ae61322e54d10f84af9b660a5834 /subsonic-android/res | |
parent | 43fa167ca8b9ffbcd73711a8853fe67ebf4a78a7 (diff) | |
download | dsub-ad6c9503cbb56eda5b0ff3a0060b625f827e753c.tar.gz dsub-ad6c9503cbb56eda5b0ff3a0060b625f827e753c.tar.bz2 dsub-ad6c9503cbb56eda5b0ff3a0060b625f827e753c.zip |
Added dialog when offline scrobble file found to scrobble now, ignore or just delete it
Made processOfflineScrobbles a musicservice function so it can be called from fragment
Diffstat (limited to 'subsonic-android/res')
-rw-r--r-- | subsonic-android/res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/subsonic-android/res/values/strings.xml b/subsonic-android/res/values/strings.xml index b5e8f3e1..5aa09d76 100644 --- a/subsonic-android/res/values/strings.xml +++ b/subsonic-android/res/values/strings.xml @@ -114,6 +114,11 @@ <string name="select_album.donate_dialog_now">Now</string>
<string name="select_album.donate_dialog_later">Later</string>
<string name="select_album.donate_dialog_0_trial_days_left">Trial period is over</string>
+ <string name="select_album.offline_scrobbles_dialog_title">Offline scrobbles file found.</string>
+ <string name="select_album.offline_scrobbles_dialog_message">Process offline scrobbles file?</string>
+ <string name="select_album.offline_scrobbles_dialog_yes">Yes</string>
+ <string name="select_album.offline_scrobbles_dialog_no">No</string>
+ <string name="select_album.offline_scrobbles_dialog_delete">Delete file<string>
<string name="select_genre.empty">No genres found</string>
|