diff options
author | ace20022 <ace20022@ymail.com> | 2014-01-10 21:13:47 +0100 |
---|---|---|
committer | ace20022 <ace20022@ymail.com> | 2014-01-25 17:05:38 +0100 |
commit | 44cca8be3f195835b83964ecfd7ac0cae2aa73c3 (patch) | |
tree | 1e20f4c3c6e175ccb007f0e78bcd50dd9ded1a0b /language | |
parent | e53255746b6328f0c8eb29829d4586d398d7d4e2 (diff) |
[Fix][bluray] Fix infinite loop if (next) bluray title can not be played.
For example this can happen when the next title is a bd-j title and libbluray has no bd-j support compiled in.
Diffstat (limited to 'language')
-rwxr-xr-x | language/English/strings.po | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/language/English/strings.po b/language/English/strings.po index 3a9f9e8e5b..cdf8ea18b5 100755 --- a/language/English/strings.po +++ b/language/English/strings.po @@ -12151,7 +12151,17 @@ msgctxt "#25007" msgid "Chapters: %u - duration: %s" msgstr "" -#empty strings from id 25008 to 29799 +#: xbmc/cores/dvdplayer/DVDPlayer.cpp +msgctxt "#25008" +msgid "Blu-ray Disc playback failed" +msgstr "" + +#: xbmc/cores/dvdplayer/DVDPlayer.cpp +msgctxt "#25009" +msgid "The menu of this Blu-ray Disc is not supported" +msgstr "" + +#empty strings from id 25010 to 29799 #strings 29800 thru 29998 reserved strings used only in the default Project Mayhem III skin and not c++ code #: skin.confluence |