diff options
author | Scott Jackson <daneren2005@gmail.com> | 2014-09-27 16:47:47 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2014-09-27 16:47:47 -0700 |
commit | 11810a9a0b0a041916faa8bfd07b0b7bd4533583 (patch) | |
tree | c6c77babf96ac0d09cec823555efe64b33cdd48e /res/values | |
parent | 5d5a0e607c753ffe32b4d0288d391ac3c56d9df8 (diff) | |
parent | d3dd5cc574fe306e473199572dce4e86062476f9 (diff) | |
download | dsub-11810a9a0b0a041916faa8bfd07b0b7bd4533583.tar.gz dsub-11810a9a0b0a041916faa8bfd07b0b7bd4533583.tar.bz2 dsub-11810a9a0b0a041916faa8bfd07b0b7bd4533583.zip |
Merge branch 'ReplayGain'
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 009e369b..b00f66bc 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -429,6 +429,10 @@ <string name="settings.large_album_art_summary">Display albums with large album art instead of in a list</string>
<string name="settings.admin_enabled">Admin Enabled</string>
<string name="settings.admin_enabled_summary">Whether or not to display the admin listing in the pull out drawer</string>
+ <string name="settings.replay_gain">Replay Gain</string>
+ <string name="settings.replay_gain_summary">Whether or not to scale playback volume by track and album replay gain tags</string>
+ <string name="settings.replay_gain_bump">Replay Gain Pre-amp</string>
+ <string name="settings.replay_gain_untagged">Songs without Replay Gain</string>
<string name="shuffle.title">Shuffle By</string>
<string name="shuffle.startYear">Start Year:</string>
|