diff options
author | Scott Jackson <daneren2005@gmail.com> | 2014-09-25 19:52:43 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2014-09-25 19:52:43 -0700 |
commit | 9d6e8004c7bea55160f7a9a631b452083aea421f (patch) | |
tree | c953892e26a8fd3883cf1f8a35f82c1fc96fa699 /res/values | |
parent | 669be10aaf5b6fc04de6b88cd41ce8595b9dd1b7 (diff) | |
download | dsub-9d6e8004c7bea55160f7a9a631b452083aea421f.tar.gz dsub-9d6e8004c7bea55160f7a9a631b452083aea421f.tar.bz2 dsub-9d6e8004c7bea55160f7a9a631b452083aea421f.zip |
#43 Add remaining parts for settings
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 64237ac0..b00f66bc 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -431,6 +431,8 @@ <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>
|