Bug 1248507 - p8. FFMpeg checks: Console message - r=bz

MozReview-Commit-ID: 6YTpH7oa4zF
This commit is contained in:
Gerald Squelart 2016-04-19 17:36:19 +10:00
parent 5f8533edb0
commit dd4185be4a

View File

@ -110,6 +110,8 @@ MediaLoadDecodeError=Media resource %S could not be decoded.
# LOCALIZATION NOTE: %S is a comma-separated list of codecs (e.g. 'video/mp4, video/webm')
MediaCannotPlayNoDecoders=Cannot play media. No decoders for requested formats: %S
# LOCALIZATION NOTE: %S is a comma-separated list of codecs (e.g. 'video/mp4, video/webm')
MediaPlatformDecoderNotFound=The video on this page can't be played. Your system may not have the required video codecs for: %S
# LOCALIZATION NOTE: %S is a comma-separated list of codecs (e.g. 'video/mp4, video/webm')
MediaNoDecoders=No decoders for some of the requested formats: %S
# LOCALIZATION NOTE: Do not translate "MediaRecorder".
MediaRecorderMultiTracksNotSupported=MediaRecorder does not support recording multiple tracks of the same type at this time.