diff options
Diffstat (limited to 'l10n-en-CA/toolkit/chrome/global/videocontrols.dtd')
-rw-r--r-- | l10n-en-CA/toolkit/chrome/global/videocontrols.dtd | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/l10n-en-CA/toolkit/chrome/global/videocontrols.dtd b/l10n-en-CA/toolkit/chrome/global/videocontrols.dtd new file mode 100644 index 0000000000..90161af9ce --- /dev/null +++ b/l10n-en-CA/toolkit/chrome/global/videocontrols.dtd @@ -0,0 +1,52 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY % brandDTD + SYSTEM "chrome://branding/locale/brand.dtd"> + %brandDTD; + +<!ENTITY playButton.playLabel "Play"> +<!ENTITY playButton.pauseLabel "Pause"> +<!ENTITY muteButton.muteLabel "Mute"> +<!ENTITY muteButton.unmuteLabel "Unmute"> +<!ENTITY fullscreenButton.enterfullscreenlabel "Full Screen"> +<!ENTITY fullscreenButton.exitfullscreenlabel "Exit Full Screen"> +<!ENTITY castingButton.castingLabel "Cast to Screen"> +<!ENTITY closedCaption.off "Off"> +<!-- LOCALIZATION NOTE (volumeScrubber.label): This label is exposed to + accessibility software to clarify what the slider is for. --> +<!ENTITY volumeScrubber.label "Volume slider"> + +<!-- LOCALIZATION NOTE (pictureInPicture.label): This string is used as part of +the Picture-in-Picture video toggle button when the mouse is hovering it. --> +<!ENTITY pictureInPicture.label "Picture-in-Picture"> + +<!-- LOCALIZATION NOTE (pictureInPictureToggle.label): This string is used as the +label for a variation of the Picture-in-Picture video toggle button when the mouse is +hovering over the video. --> +<!ENTITY pictureInPictureToggle.label "Watch in Picture-in-Picture"> +<!-- LOCALIZATION NOTE (pictureInPictureExplainer): This string is used as part of +a variation of the Picture-in-Picture video toggle button. When using this variation, +this string appears below the toggle when the mouse hovers the toggle. --> +<!ENTITY pictureInPictureExplainer "Play videos in the foreground while you do other things in &brandShortName;"> + +<!ENTITY error.aborted "Video loading stopped."> +<!ENTITY error.network "Video playback aborted due to a network error."> +<!ENTITY error.decode "Video can’t be played because the file is corrupt."> +<!ENTITY error.srcNotSupported "Video format or MIME type is not supported."> +<!ENTITY error.noSource2 "No video with supported format and MIME type found."> +<!ENTITY error.generic "Video playback aborted due to an unknown error."> + +<!ENTITY status.pictureInPicture "This video is playing in Picture-in-Picture mode."> + +<!-- LOCALIZATION NOTE (positionAndDuration.nameFormat): the #1 string is the current +media position, and the #2 string is the total duration. For example, when at +the 5 minute mark in a 6 hour long video, #1 would be "5:00" and #2 would be +"6:00:00", result string would be "5:00 / 6:00:00". +Note that #2 is not always available. For example, when at the 5 minute mark in an +unknown duration video, #1 would be "5:00" and the string which is surrounded by +<span> would be deleted, result string would be "5:00". +--> +<!ENTITY positionAndDuration.nameFormat "#1<span> / #2</span>"> + |