diff options
author | Jonathan Marshall <jmarshall@xbmc.org> | 2013-12-15 14:55:35 +1300 |
---|---|---|
committer | Jonathan Marshall <jmarshall@xbmc.org> | 2013-12-24 13:48:59 +1300 |
commit | 2161ca849b881e53ee2c098b79fb8ba4a2a853b9 (patch) | |
tree | 210f2a5af84074ab968595fe875abac2c6b03d97 /language/English | |
parent | 61c6a2cadc95ae23a8b56ec4d550bfb39f59858a (diff) |
[musicdb] adds setting to allow overriding of tag info with online info, defaulting to false
Diffstat (limited to 'language/English')
-rwxr-xr-x | language/English/strings.po | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/language/English/strings.po b/language/English/strings.po index 504bd77a42..80c02aadca 100755 --- a/language/English/strings.po +++ b/language/English/strings.po @@ -9635,8 +9635,20 @@ msgctxt "#20199" msgid "Downloading artist info failed" msgstr "" -#empty strings from id 20200 to 20239 #string id's 20200 thru 20211 are reserved for speedstrings (LocalizeStrings.cpp) +#empty strings from id 20212 to 20219 + +#: system/settings/settings.xml +msgctxt "#20220" +msgid "Override song tags with online information" +msgstr "" + +#: system/settings/settings.xml +msgctxt "#20221" +msgid "With this enabled, any information that is downloaded for albums and artists will override anything you have set in your song tags, such as genres, year, song artists etc. Useful if you have MusicBrainz identifiers in your song tags." +msgstr "" + +#empty strings from id 20222 to 20239 #: xbmc/dialogs/GUIDialogMediaSource.cpp msgctxt "#20240" |