@srgssr/pillarbox-web 1.24.0 → 1.24.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/pillarbox-core.cjs +1 -1
- package/dist/pillarbox-core.es.js +1 -1
- package/dist/pillarbox.cjs +504 -504
- package/dist/pillarbox.es.js +504 -504
- package/dist/pillarbox.umd.js +8434 -8155
- package/dist/pillarbox.umd.js.map +1 -1
- package/dist/pillarbox.umd.min.js +25 -14
- package/dist/pillarbox.umd.min.js.map +1 -1
- package/package.json +2 -2
package/dist/pillarbox.es.js
CHANGED
|
@@ -90,7 +90,7 @@ function _toPropertyKey(t) {
|
|
|
90
90
|
return "symbol" == typeof i ? i : i + "";
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
-
const version = "1.
|
|
93
|
+
const version = "1.24.0";
|
|
94
94
|
|
|
95
95
|
/** @import VJSPlayer from 'video.js/dist/types/player' */
|
|
96
96
|
/** @import AudioTrack from 'video.js/dist/types/tracks/audio-track' */
|
|
@@ -2875,101 +2875,101 @@ const Done$4 = "Fertig";
|
|
|
2875
2875
|
const Color$3 = "Farbe";
|
|
2876
2876
|
const Opacity$3 = "Deckkraft";
|
|
2877
2877
|
const vjsLang$3 = {
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2878
|
+
Play: Play$4,
|
|
2879
|
+
Pause: Pause$4,
|
|
2880
|
+
Replay: Replay$4,
|
|
2881
|
+
"Current Time": "Aktueller Zeitpunkt",
|
|
2882
|
+
Duration: Duration$4,
|
|
2883
|
+
"Remaining Time": "Verbleibende Zeit",
|
|
2884
|
+
"Stream Type": "Streamtyp",
|
|
2885
|
+
LIVE: LIVE$4,
|
|
2886
|
+
Loaded: Loaded$4,
|
|
2887
|
+
Progress: Progress$4,
|
|
2888
|
+
Fullscreen: Fullscreen$4,
|
|
2889
|
+
"Exit Fullscreen": "Vollbildmodus beenden",
|
|
2890
|
+
Mute: Mute$4,
|
|
2891
|
+
Unmute: Unmute$4,
|
|
2892
|
+
"Playback Rate": "Wiedergabegeschwindigkeit",
|
|
2893
|
+
Subtitles: Subtitles$4,
|
|
2894
|
+
"subtitles off": "Untertitel aus",
|
|
2895
|
+
Captions: Captions$4,
|
|
2896
|
+
"captions off": "Untertitel aus",
|
|
2897
|
+
Chapters: Chapters$4,
|
|
2898
|
+
"You aborted the media playback": "Sie haben die Videowiedergabe abgebrochen.",
|
|
2899
|
+
"A network error caused the media download to fail part-way.": "Der Videodownload ist aufgrund eines Netzwerkfehlers fehlgeschlagen.",
|
|
2900
|
+
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Das Video konnte nicht geladen werden, da entweder ein Server- oder Netzwerkfehler auftrat oder das Format nicht unterstützt wird.",
|
|
2901
|
+
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Die Videowiedergabe wurde entweder wegen eines Problems mit einem beschädigten Video oder wegen verwendeten Funktionen, die vom Browser nicht unterstützt werden, abgebrochen.",
|
|
2902
|
+
"No compatible source was found for this media.": "Für dieses Video wurde keine kompatible Quelle gefunden.",
|
|
2903
|
+
"Play Video": "Video abspielen",
|
|
2904
|
+
Close: Close$4,
|
|
2905
|
+
"Modal Window": "Modales Fenster",
|
|
2906
|
+
"This is a modal window": "Dies ist ein modales Fenster",
|
|
2907
|
+
"This modal can be closed by pressing the Escape key or activating the close button.": "Durch Drücken der Esc-Taste bzw. Betätigung der Schaltfläche \"Schließen\" wird dieses modale Fenster geschlossen.",
|
|
2908
|
+
", opens captions settings dialog": ", öffnet Einstellungen für Untertitel",
|
|
2909
|
+
", opens subtitles settings dialog": ", öffnet Einstellungen für Untertitel",
|
|
2910
|
+
", selected": ", ausgewählt",
|
|
2911
|
+
"captions settings": "Untertiteleinstellungen",
|
|
2912
|
+
"subtitles settings": "Untertiteleinstellungen",
|
|
2913
|
+
"descriptions settings": "Einstellungen für Beschreibungen",
|
|
2914
|
+
"Close Modal Dialog": "Modales Fenster schließen",
|
|
2915
|
+
Descriptions: Descriptions$4,
|
|
2916
|
+
"descriptions off": "Beschreibungen aus",
|
|
2917
|
+
"The media is encrypted and we do not have the keys to decrypt it.": "Die Entschlüsselungsschlüssel für den verschlüsselten Medieninhalt sind nicht verfügbar.",
|
|
2918
|
+
", opens descriptions settings dialog": ", öffnet Einstellungen für Beschreibungen",
|
|
2919
|
+
"Audio Track": "Tonspur",
|
|
2920
|
+
Text: Text$4,
|
|
2921
|
+
White: White$4,
|
|
2922
|
+
Black: Black$4,
|
|
2923
|
+
Red: Red$4,
|
|
2924
|
+
Green: Green$4,
|
|
2925
|
+
Blue: Blue$4,
|
|
2926
|
+
Yellow: Yellow$4,
|
|
2927
|
+
Magenta: Magenta$4,
|
|
2928
|
+
Cyan: Cyan$4,
|
|
2929
|
+
Background: Background$4,
|
|
2930
|
+
Window: Window$4,
|
|
2931
|
+
Transparent: Transparent$4,
|
|
2932
|
+
"Semi-Transparent": "Halbdurchsichtig",
|
|
2933
|
+
Opaque: Opaque$4,
|
|
2934
|
+
"Font Size": "Schriftgröße",
|
|
2935
|
+
"Text Edge Style": "Textkantenstil",
|
|
2936
|
+
None: None$4,
|
|
2937
|
+
Raised: Raised$3,
|
|
2938
|
+
Depressed: Depressed$3,
|
|
2939
|
+
Uniform: Uniform$4,
|
|
2940
|
+
"Drop shadow": "Schlagschatten",
|
|
2941
|
+
"Font Family": "Schriftfamilie",
|
|
2942
|
+
"Proportional Sans-Serif": "Proportionale Sans-Serif",
|
|
2943
|
+
"Monospace Sans-Serif": "Monospace Sans-Serif",
|
|
2944
|
+
"Proportional Serif": "Proportionale Serif",
|
|
2945
|
+
"Monospace Serif": "Monospace Serif",
|
|
2946
|
+
Casual: Casual$3,
|
|
2947
|
+
Script: Script$3,
|
|
2948
|
+
"Small Caps": "Small-Caps",
|
|
2949
|
+
Reset: Reset$4,
|
|
2950
|
+
"restore all settings to the default values": "Alle Einstellungen auf die Standardwerte zurücksetzen",
|
|
2951
|
+
Done: Done$4,
|
|
2952
|
+
"Caption Settings Dialog": "Einstellungsdialog für Untertitel",
|
|
2953
|
+
"Beginning of dialog window. Escape will cancel and close the window.": "Anfang des Dialogfensters. Esc bricht ab und schließt das Fenster.",
|
|
2954
|
+
"End of dialog window.": "Ende des Dialogfensters.",
|
|
2955
|
+
"Audio Player": "Audio-Player",
|
|
2956
|
+
"Video Player": "Video-Player",
|
|
2957
|
+
"Progress Bar": "Fortschrittsbalken",
|
|
2958
|
+
"progress bar timing: currentTime={1} duration={2}": "{1} von {2}",
|
|
2959
|
+
"Volume Level": "Lautstärke",
|
|
2960
|
+
"{1} is loading.": "{1} wird geladen.",
|
|
2961
|
+
"Seek to live, currently behind live": "Zur Live-Übertragung wechseln. Aktuell wird es nicht live abgespielt.",
|
|
2962
|
+
"Seek to live, currently playing live": "Zur Live-Übertragung wechseln. Es wird aktuell live abgespielt.",
|
|
2963
|
+
"Exit Picture-in-Picture": "Bild-im-Bild-Modus beenden",
|
|
2964
|
+
"Picture-in-Picture": "Bild-im-Bild-Modus",
|
|
2965
|
+
"No content": "Kein Inhalt",
|
|
2966
|
+
Color: Color$3,
|
|
2967
|
+
Opacity: Opacity$3,
|
|
2968
|
+
"Text Background": "Texthintergrund",
|
|
2969
|
+
"Caption Area Background": "Hintergrund des Untertitelbereichs",
|
|
2970
|
+
"Playing in Picture-in-Picture": "Wird im Bild-im-Bild-Modus wiedergegeben",
|
|
2971
|
+
"Skip forward {1} seconds": "{1} Sekunden vorwärts",
|
|
2972
|
+
"Skip backward {1} seconds": "{1} Sekunden zurück",
|
|
2973
2973
|
};
|
|
2974
2974
|
|
|
2975
2975
|
const AGERATING12$4 = "Aus Gründen des Jugendschutzes steht dieser Inhalt nur zwischen 20:00 und 06:00 Uhr zur Verfügung.";
|
|
@@ -2983,16 +2983,16 @@ const STARTDATE$4 = "Dieser Inhalt ist noch nicht verfügbar. Bitte probieren Si
|
|
|
2983
2983
|
const VPNORPROXYDETECTED$4 = "Dieser Inhalt ist mit VPN oder Proxy nicht abspielbar.";
|
|
2984
2984
|
const UNKNOWN$4 = "Dieser Inhalt ist nicht verfügbar.";
|
|
2985
2985
|
const pillarboxLang$4 = {
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2986
|
+
AGERATING12: AGERATING12$4,
|
|
2987
|
+
AGERATING18: AGERATING18$4,
|
|
2988
|
+
COMMERCIAL: COMMERCIAL$4,
|
|
2989
|
+
ENDDATE: ENDDATE$4,
|
|
2990
|
+
GEOBLOCK: GEOBLOCK$4,
|
|
2991
|
+
JOURNALISTIC: JOURNALISTIC$4,
|
|
2992
|
+
LEGAL: LEGAL$4,
|
|
2993
|
+
STARTDATE: STARTDATE$4,
|
|
2994
|
+
VPNORPROXYDETECTED: VPNORPROXYDETECTED$4,
|
|
2995
|
+
UNKNOWN: UNKNOWN$4,
|
|
2996
2996
|
};
|
|
2997
2997
|
|
|
2998
2998
|
pillarbox.addLanguage('de', _objectSpread2(_objectSpread2({}, vjsLang$3), pillarboxLang$4));
|
|
@@ -3036,101 +3036,101 @@ const Done$3 = "Done";
|
|
|
3036
3036
|
const Color$2 = "Color";
|
|
3037
3037
|
const Opacity$2 = "Opacity";
|
|
3038
3038
|
const vjsLang$2 = {
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3039
|
+
"Audio Player": "Audio Player",
|
|
3040
|
+
"Video Player": "Video Player",
|
|
3041
|
+
Play: Play$3,
|
|
3042
|
+
Pause: Pause$3,
|
|
3043
|
+
Replay: Replay$3,
|
|
3044
|
+
"Current Time": "Current Time",
|
|
3045
|
+
Duration: Duration$3,
|
|
3046
|
+
"Remaining Time": "Remaining Time",
|
|
3047
|
+
"Stream Type": "Stream Type",
|
|
3048
|
+
LIVE: LIVE$3,
|
|
3049
|
+
"Seek to live, currently behind live": "Seek to live, currently behind live",
|
|
3050
|
+
"Seek to live, currently playing live": "Seek to live, currently playing live",
|
|
3051
|
+
Loaded: Loaded$3,
|
|
3052
|
+
Progress: Progress$3,
|
|
3053
|
+
"Progress Bar": "Progress Bar",
|
|
3054
|
+
"progress bar timing: currentTime={1} duration={2}": "{1} of {2}",
|
|
3055
|
+
Fullscreen: Fullscreen$3,
|
|
3056
|
+
"Exit Fullscreen": "Exit Fullscreen",
|
|
3057
|
+
Mute: Mute$3,
|
|
3058
|
+
Unmute: Unmute$3,
|
|
3059
|
+
"Playback Rate": "Playback Rate",
|
|
3060
|
+
Subtitles: Subtitles$3,
|
|
3061
|
+
"subtitles off": "subtitles off",
|
|
3062
|
+
Captions: Captions$3,
|
|
3063
|
+
"captions off": "captions off",
|
|
3064
|
+
Chapters: Chapters$3,
|
|
3065
|
+
Descriptions: Descriptions$3,
|
|
3066
|
+
"descriptions off": "descriptions off",
|
|
3067
|
+
"Audio Track": "Audio Track",
|
|
3068
|
+
"Volume Level": "Volume Level",
|
|
3069
|
+
"You aborted the media playback": "You aborted the media playback",
|
|
3070
|
+
"A network error caused the media download to fail part-way.": "A network error caused the media download to fail part-way.",
|
|
3071
|
+
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "The media could not be loaded, either because the server or network failed or because the format is not supported.",
|
|
3072
|
+
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.",
|
|
3073
|
+
"No compatible source was found for this media.": "No compatible source was found for this media.",
|
|
3074
|
+
"The media is encrypted and we do not have the keys to decrypt it.": "The media is encrypted and we do not have the keys to decrypt it.",
|
|
3075
|
+
"Play Video": "Play Video",
|
|
3076
|
+
Close: Close$3,
|
|
3077
|
+
"Close Modal Dialog": "Close Modal Dialog",
|
|
3078
|
+
"Modal Window": "Modal Window",
|
|
3079
|
+
"This is a modal window": "This is a modal window",
|
|
3080
|
+
"This modal can be closed by pressing the Escape key or activating the close button.": "This modal can be closed by pressing the Escape key or activating the close button.",
|
|
3081
|
+
", opens captions settings dialog": ", opens captions settings dialog",
|
|
3082
|
+
", opens subtitles settings dialog": ", opens subtitles settings dialog",
|
|
3083
|
+
", opens descriptions settings dialog": ", opens descriptions settings dialog",
|
|
3084
|
+
", selected": ", selected",
|
|
3085
|
+
"captions settings": "captions settings",
|
|
3086
|
+
"subtitles settings": "subtitles settings",
|
|
3087
|
+
"descriptions settings": "descriptions settings",
|
|
3088
|
+
Text: Text$3,
|
|
3089
|
+
White: White$3,
|
|
3090
|
+
Black: Black$3,
|
|
3091
|
+
Red: Red$3,
|
|
3092
|
+
Green: Green$3,
|
|
3093
|
+
Blue: Blue$3,
|
|
3094
|
+
Yellow: Yellow$3,
|
|
3095
|
+
Magenta: Magenta$3,
|
|
3096
|
+
Cyan: Cyan$3,
|
|
3097
|
+
Background: Background$3,
|
|
3098
|
+
Window: Window$3,
|
|
3099
|
+
Transparent: Transparent$3,
|
|
3100
|
+
"Semi-Transparent": "Semi-Transparent",
|
|
3101
|
+
Opaque: Opaque$3,
|
|
3102
|
+
"Font Size": "Font Size",
|
|
3103
|
+
"Text Edge Style": "Text Edge Style",
|
|
3104
|
+
None: None$3,
|
|
3105
|
+
Raised: Raised$2,
|
|
3106
|
+
Depressed: Depressed$2,
|
|
3107
|
+
Uniform: Uniform$3,
|
|
3108
|
+
"Drop shadow": "Drop shadow",
|
|
3109
|
+
"Font Family": "Font Family",
|
|
3110
|
+
"Proportional Sans-Serif": "Proportional Sans-Serif",
|
|
3111
|
+
"Monospace Sans-Serif": "Monospace Sans-Serif",
|
|
3112
|
+
"Proportional Serif": "Proportional Serif",
|
|
3113
|
+
"Monospace Serif": "Monospace Serif",
|
|
3114
|
+
Casual: Casual$2,
|
|
3115
|
+
Script: Script$2,
|
|
3116
|
+
"Small Caps": "Small Caps",
|
|
3117
|
+
Reset: Reset$3,
|
|
3118
|
+
"restore all settings to the default values": "restore all settings to the default values",
|
|
3119
|
+
Done: Done$3,
|
|
3120
|
+
"Caption Settings Dialog": "Caption Settings Dialog",
|
|
3121
|
+
"Beginning of dialog window. Escape will cancel and close the window.": "Beginning of dialog window. Escape will cancel and close the window.",
|
|
3122
|
+
"End of dialog window.": "End of dialog window.",
|
|
3123
|
+
"{1} is loading.": "{1} is loading.",
|
|
3124
|
+
"Exit Picture-in-Picture": "Exit Picture-in-Picture",
|
|
3125
|
+
"Picture-in-Picture": "Picture-in-Picture",
|
|
3126
|
+
"No content": "No content",
|
|
3127
|
+
Color: Color$2,
|
|
3128
|
+
Opacity: Opacity$2,
|
|
3129
|
+
"Text Background": "Text Background",
|
|
3130
|
+
"Caption Area Background": "Caption Area Background",
|
|
3131
|
+
"Playing in Picture-in-Picture": "Playing in Picture-in-Picture",
|
|
3132
|
+
"Skip backward {1} seconds": "Skip backward {1} seconds",
|
|
3133
|
+
"Skip forward {1} seconds": "Skip forward {1} seconds",
|
|
3134
3134
|
};
|
|
3135
3135
|
|
|
3136
3136
|
const AGERATING12$3 = "To protect children this content is only available between 8PM and 6AM.";
|
|
@@ -3144,16 +3144,16 @@ const STARTDATE$3 = "This content is not available yet.";
|
|
|
3144
3144
|
const VPNORPROXYDETECTED$3 = "This content cannot be played while using a VPN or a proxy.";
|
|
3145
3145
|
const UNKNOWN$3 = "This content is not available.";
|
|
3146
3146
|
const pillarboxLang$3 = {
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3147
|
+
AGERATING12: AGERATING12$3,
|
|
3148
|
+
AGERATING18: AGERATING18$3,
|
|
3149
|
+
COMMERCIAL: COMMERCIAL$3,
|
|
3150
|
+
ENDDATE: ENDDATE$3,
|
|
3151
|
+
GEOBLOCK: GEOBLOCK$3,
|
|
3152
|
+
JOURNALISTIC: JOURNALISTIC$3,
|
|
3153
|
+
LEGAL: LEGAL$3,
|
|
3154
|
+
STARTDATE: STARTDATE$3,
|
|
3155
|
+
VPNORPROXYDETECTED: VPNORPROXYDETECTED$3,
|
|
3156
|
+
UNKNOWN: UNKNOWN$3,
|
|
3157
3157
|
};
|
|
3158
3158
|
|
|
3159
3159
|
pillarbox.addLanguage('en', _objectSpread2(_objectSpread2({}, vjsLang$2), pillarboxLang$3));
|
|
@@ -3197,100 +3197,100 @@ const Done$2 = "Terminé";
|
|
|
3197
3197
|
const Color$1 = "Couleur";
|
|
3198
3198
|
const Opacity$1 = "Opacité";
|
|
3199
3199
|
const vjsLang$1 = {
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3200
|
+
"Audio Player": "Lecteur audio",
|
|
3201
|
+
"Video Player": "Lecteur vidéo",
|
|
3202
|
+
Play: Play$2,
|
|
3203
|
+
Pause: Pause$2,
|
|
3204
|
+
Replay: Replay$2,
|
|
3205
|
+
"Current Time": "Temps actuel",
|
|
3206
|
+
Duration: Duration$2,
|
|
3207
|
+
"Remaining Time": "Temps restant",
|
|
3208
|
+
"Stream Type": "Type de flux",
|
|
3209
|
+
LIVE: LIVE$2,
|
|
3210
|
+
"Seek to live, currently behind live": "Rechercher le direct, actuellement après le direct",
|
|
3211
|
+
"Seek to live, currently playing live": "Rechercher le direct, le direct actuellement en cours de lecture",
|
|
3212
|
+
Loaded: Loaded$2,
|
|
3213
|
+
Progress: Progress$2,
|
|
3214
|
+
"Progress Bar": "Barre de progression",
|
|
3215
|
+
"progress bar timing: currentTime={1} duration={2}": "{1} de {2}",
|
|
3216
|
+
Fullscreen: Fullscreen$2,
|
|
3217
|
+
"Exit Fullscreen": "Fenêtré",
|
|
3218
|
+
Mute: Mute$2,
|
|
3219
|
+
Unmute: Unmute$2,
|
|
3220
|
+
"Playback Rate": "Vitesse de lecture",
|
|
3221
|
+
Subtitles: Subtitles$2,
|
|
3222
|
+
"subtitles off": "Sous-titres désactivés",
|
|
3223
|
+
Captions: Captions$2,
|
|
3224
|
+
"captions off": "Sous-titres transcrits désactivés",
|
|
3225
|
+
Chapters: Chapters$2,
|
|
3226
|
+
Descriptions: Descriptions$2,
|
|
3227
|
+
"descriptions off": "descriptions désactivées",
|
|
3228
|
+
"Audio Track": "Piste audio",
|
|
3229
|
+
"Volume Level": "Niveau de volume",
|
|
3230
|
+
"You aborted the media playback": "Vous avez interrompu la lecture de la vidéo.",
|
|
3231
|
+
"A network error caused the media download to fail part-way.": "Une erreur de réseau a interrompu le téléchargement de la vidéo.",
|
|
3232
|
+
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Cette vidéo n'a pas pu être chargée, soit parce que le serveur ou le réseau a échoué ou parce que le format n'est pas reconnu.",
|
|
3233
|
+
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "La lecture de la vidéo a été interrompue à cause d'un problème de corruption ou parce que la vidéo utilise des fonctionnalités non prises en charge par votre navigateur.",
|
|
3234
|
+
"No compatible source was found for this media.": "Aucune source compatible n'a été trouvée pour cette vidéo.",
|
|
3235
|
+
"The media is encrypted and we do not have the keys to decrypt it.": "Le média est chiffré et nous n'avons pas les clés pour le déchiffrer.",
|
|
3236
|
+
"Play Video": "Lire la vidéo",
|
|
3237
|
+
Close: Close$2,
|
|
3238
|
+
"Close Modal Dialog": "Fermer la boîte de dialogue modale",
|
|
3239
|
+
"Modal Window": "Fenêtre modale",
|
|
3240
|
+
"This is a modal window": "Ceci est une fenêtre modale",
|
|
3241
|
+
"This modal can be closed by pressing the Escape key or activating the close button.": "Ce modal peut être fermé en appuyant sur la touche Échap ou activer le bouton de fermeture.",
|
|
3242
|
+
", opens captions settings dialog": ", ouvrir les paramètres des sous-titres transcrits",
|
|
3243
|
+
", opens subtitles settings dialog": ", ouvrir les paramètres des sous-titres",
|
|
3244
|
+
", opens descriptions settings dialog": ", ouvrir les paramètres des descriptions",
|
|
3245
|
+
", selected": ", sélectionné",
|
|
3246
|
+
"captions settings": "Paramètres des sous-titres transcrits",
|
|
3247
|
+
"subtitles settings": "Paramètres des sous-titres",
|
|
3248
|
+
"descriptions settings": "Paramètres des descriptions",
|
|
3249
|
+
Text: Text$2,
|
|
3250
|
+
White: White$2,
|
|
3251
|
+
Black: Black$2,
|
|
3252
|
+
Red: Red$2,
|
|
3253
|
+
Green: Green$2,
|
|
3254
|
+
Blue: Blue$2,
|
|
3255
|
+
Yellow: Yellow$2,
|
|
3256
|
+
Magenta: Magenta$2,
|
|
3257
|
+
Cyan: Cyan$2,
|
|
3258
|
+
Background: Background$2,
|
|
3259
|
+
Window: Window$2,
|
|
3260
|
+
Transparent: Transparent$2,
|
|
3261
|
+
"Semi-Transparent": "Semi-transparent",
|
|
3262
|
+
Opaque: Opaque$2,
|
|
3263
|
+
"Font Size": "Taille des caractères",
|
|
3264
|
+
"Text Edge Style": "Style des contours du texte",
|
|
3265
|
+
None: None$2,
|
|
3266
|
+
Raised: Raised$1,
|
|
3267
|
+
Depressed: Depressed$1,
|
|
3268
|
+
Uniform: Uniform$2,
|
|
3269
|
+
"Drop shadow": "Ombre portée",
|
|
3270
|
+
"Font Family": "Famille de polices",
|
|
3271
|
+
"Proportional Sans-Serif": "Polices à chasse variable sans empattement (Proportional Sans-Serif)",
|
|
3272
|
+
"Monospace Sans-Serif": "Polices à chasse fixe sans empattement (Monospace Sans-Serif)",
|
|
3273
|
+
"Proportional Serif": "Polices à chasse variable avec empattement (Proportional Serif)",
|
|
3274
|
+
"Monospace Serif": "Polices à chasse fixe avec empattement (Monospace Serif)",
|
|
3275
|
+
Casual: Casual$1,
|
|
3276
|
+
Script: Script$1,
|
|
3277
|
+
"Small Caps": "Petites capitales",
|
|
3278
|
+
Reset: Reset$2,
|
|
3279
|
+
"restore all settings to the default values": "Restaurer tous les paramètres aux valeurs par défaut",
|
|
3280
|
+
Done: Done$2,
|
|
3281
|
+
"Caption Settings Dialog": "Boîte de dialogue des paramètres des sous-titres transcrits",
|
|
3282
|
+
"Beginning of dialog window. Escape will cancel and close the window.": "Début de la fenêtre de dialogue. La touche d'échappement annulera et fermera la fenêtre.",
|
|
3283
|
+
"End of dialog window.": "Fin de la fenêtre de dialogue.",
|
|
3284
|
+
"Exit Picture-in-Picture": "Quitter le mode image dans l'image",
|
|
3285
|
+
"Picture-in-Picture": "Image dans l'image",
|
|
3286
|
+
"{1} is loading.": "{1} en cours de chargement.",
|
|
3287
|
+
"No content": "Aucun contenu",
|
|
3288
|
+
Color: Color$1,
|
|
3289
|
+
Opacity: Opacity$1,
|
|
3290
|
+
"Text Background": "Arrière-plan du texte",
|
|
3291
|
+
"Caption Area Background": "Arrière-plan de la zone de sous-titre",
|
|
3292
|
+
"Skip backward {1} seconds": "Reculer de {1} secondes",
|
|
3293
|
+
"Skip forward {1} seconds": "Avancer de {1} secondes",
|
|
3294
3294
|
};
|
|
3295
3295
|
|
|
3296
3296
|
const AGERATING12$2 = "Pour protéger les enfants, ce contenu est accessible entre 20h et 6h.";
|
|
@@ -3304,16 +3304,16 @@ const STARTDATE$2 = "Ce contenu n'est pas encore disponible. Veuillez réessayer
|
|
|
3304
3304
|
const VPNORPROXYDETECTED$2 = "Ce contenu ne peut pas être lu avec un VPN ou un proxy.";
|
|
3305
3305
|
const UNKNOWN$2 = "Ce contenu n'est actuellement pas disponible.";
|
|
3306
3306
|
const pillarboxLang$2 = {
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3307
|
+
AGERATING12: AGERATING12$2,
|
|
3308
|
+
AGERATING18: AGERATING18$2,
|
|
3309
|
+
COMMERCIAL: COMMERCIAL$2,
|
|
3310
|
+
ENDDATE: ENDDATE$2,
|
|
3311
|
+
GEOBLOCK: GEOBLOCK$2,
|
|
3312
|
+
JOURNALISTIC: JOURNALISTIC$2,
|
|
3313
|
+
LEGAL: LEGAL$2,
|
|
3314
|
+
STARTDATE: STARTDATE$2,
|
|
3315
|
+
VPNORPROXYDETECTED: VPNORPROXYDETECTED$2,
|
|
3316
|
+
UNKNOWN: UNKNOWN$2,
|
|
3317
3317
|
};
|
|
3318
3318
|
|
|
3319
3319
|
pillarbox.addLanguage('fr', _objectSpread2(_objectSpread2({}, vjsLang$1), pillarboxLang$2));
|
|
@@ -3353,93 +3353,93 @@ const Done$1 = "Fatto";
|
|
|
3353
3353
|
const Color = "Colore";
|
|
3354
3354
|
const Opacity = "Opacità";
|
|
3355
3355
|
const vjsLang = {
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
|
|
3425
|
-
|
|
3426
|
-
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3356
|
+
"Audio Player": "Lettore audio",
|
|
3357
|
+
"Video Player": "Lettore video",
|
|
3358
|
+
Play: Play$1,
|
|
3359
|
+
Pause: Pause$1,
|
|
3360
|
+
Replay: Replay$1,
|
|
3361
|
+
"Current Time": "Orario attuale",
|
|
3362
|
+
Duration: Duration$1,
|
|
3363
|
+
"Remaining Time": "Tempo rimanente",
|
|
3364
|
+
"Stream Type": "Tipo di streaming",
|
|
3365
|
+
LIVE: LIVE$1,
|
|
3366
|
+
Loaded: Loaded$1,
|
|
3367
|
+
Progress: Progress$1,
|
|
3368
|
+
"Progress Bar": "Barra di avanzamento",
|
|
3369
|
+
"progress bar timing: currentTime={1} duration={2}": "{1} di {2}",
|
|
3370
|
+
Fullscreen: Fullscreen$1,
|
|
3371
|
+
"Exit Fullscreen": "Chiudi Schermo intero",
|
|
3372
|
+
Mute: Mute$1,
|
|
3373
|
+
Unmute: Unmute$1,
|
|
3374
|
+
"Playback Rate": "Velocità di riproduzione",
|
|
3375
|
+
Subtitles: Subtitles$1,
|
|
3376
|
+
"subtitles off": "Senza sottotitoli",
|
|
3377
|
+
Captions: Captions$1,
|
|
3378
|
+
"captions off": "Senza didascalie",
|
|
3379
|
+
Chapters: Chapters$1,
|
|
3380
|
+
Descriptions: Descriptions$1,
|
|
3381
|
+
"descriptions off": "Descrizioni disattivate",
|
|
3382
|
+
"Audio Track": "Traccia audio",
|
|
3383
|
+
"Volume Level": "Livello del volume",
|
|
3384
|
+
"You aborted the media playback": "La riproduzione del contenuto multimediale è stata interrotta.",
|
|
3385
|
+
"A network error caused the media download to fail part-way.": "Il download del contenuto multimediale è stato interrotto a causa di un problema rete.",
|
|
3386
|
+
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Il contenuto multimediale non può essere caricato a causa di un errore nel server o nella rete o perché il formato non viene supportato.",
|
|
3387
|
+
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "La riproduzione del contenuto multimediale è stata interrotta a causa di un file danneggiato o per l’utilizzo di impostazioni non supportate dal browser.",
|
|
3388
|
+
"No compatible source was found for this media.": "Non ci sono fonti compatibili per questo contenuto multimediale.",
|
|
3389
|
+
"The media is encrypted and we do not have the keys to decrypt it.": "Il contenuto multimediale è criptato e non disponiamo delle chiavi per decifrarlo.",
|
|
3390
|
+
"Play Video": "Riproduci il video",
|
|
3391
|
+
Close: Close$1,
|
|
3392
|
+
"Close Modal Dialog": "Chiudi la finestra di dialogo",
|
|
3393
|
+
"Modal Window": "Finestra di dialogo",
|
|
3394
|
+
"This is a modal window": "Questa è una finestra di dialogo",
|
|
3395
|
+
"This modal can be closed by pressing the Escape key or activating the close button.": "Questa finestra di dialogo può essere chiusa premendo sul tasto Esc o attivando il pulsante di chiusura.",
|
|
3396
|
+
", opens captions settings dialog": ", aprire le impostazioni delle didascalie",
|
|
3397
|
+
", opens subtitles settings dialog": ", aprire le impostazioni dei sottotitoli",
|
|
3398
|
+
", opens descriptions settings dialog": ", aprire le impostazioni delle descrizioni",
|
|
3399
|
+
", selected": ", selezionato",
|
|
3400
|
+
"captions settings": "Impostazioni didascalie",
|
|
3401
|
+
"subtitles settings": "Impostazioni sottotitoli",
|
|
3402
|
+
"descriptions settings": "Impostazioni descrizioni",
|
|
3403
|
+
Text: Text$1,
|
|
3404
|
+
White: White$1,
|
|
3405
|
+
Black: Black$1,
|
|
3406
|
+
Red: Red$1,
|
|
3407
|
+
Green: Green$1,
|
|
3408
|
+
Blue: Blue$1,
|
|
3409
|
+
Yellow: Yellow$1,
|
|
3410
|
+
Magenta: Magenta$1,
|
|
3411
|
+
Cyan: Cyan$1,
|
|
3412
|
+
Background: Background$1,
|
|
3413
|
+
Window: Window$1,
|
|
3414
|
+
Transparent: Transparent$1,
|
|
3415
|
+
"Semi-Transparent": "Semi-Trasparente",
|
|
3416
|
+
Opaque: Opaque$1,
|
|
3417
|
+
"Font Size": "Dimensione dei caratteri",
|
|
3418
|
+
"Text Edge Style": "Stile dei bordi del testo",
|
|
3419
|
+
None: None$1,
|
|
3420
|
+
Uniform: Uniform$1,
|
|
3421
|
+
"Drop shadow": "Ombra",
|
|
3422
|
+
"Font Family": "Carattere",
|
|
3423
|
+
"Proportional Sans-Serif": "Sans-Serif proporzionale",
|
|
3424
|
+
"Monospace Sans-Serif": "Sans-Serif monospaziato",
|
|
3425
|
+
"Proportional Serif": "Serif proporzionale",
|
|
3426
|
+
"Monospace Serif": "Serif monospaziato",
|
|
3427
|
+
"Small Caps": "Maiuscoletto",
|
|
3428
|
+
Reset: Reset$1,
|
|
3429
|
+
"restore all settings to the default values": "Ripristina i valori predefiniti per tutti i parametri",
|
|
3430
|
+
Done: Done$1,
|
|
3431
|
+
"Caption Settings Dialog": "Finestra di dialogo dei parametri della trascrizione dei sottotitoli",
|
|
3432
|
+
"Beginning of dialog window. Escape will cancel and close the window.": "Inizio della finestra di dialogo. Il tasto Esc annullerà l’operazione e chiuderà la finestra.",
|
|
3433
|
+
"End of dialog window.": "Fine della finestra di dialogo.",
|
|
3434
|
+
"{1} is loading.": "{1} in fase di caricamento.",
|
|
3435
|
+
"Exit Picture-in-Picture": "Esci dalla modalità Picture-in-Picture",
|
|
3436
|
+
"Picture-in-Picture": "Picture-in-Picture",
|
|
3437
|
+
Color,
|
|
3438
|
+
Opacity,
|
|
3439
|
+
"Text Background": "Sfondo testo",
|
|
3440
|
+
"Caption Area Background": "Sfondo area sottotitoli",
|
|
3441
|
+
"Skip forward {1} seconds": "Avanti {1} secondi",
|
|
3442
|
+
"Skip backward {1} seconds": "Indietro {1} secondi",
|
|
3443
3443
|
};
|
|
3444
3444
|
|
|
3445
3445
|
const AGERATING12$1 = "Per proteggere i bambini, questo media è disponibile solo fra le 20 e le 6.";
|
|
@@ -3453,16 +3453,16 @@ const STARTDATE$1 = "Il contenuto non è ancora disponibile. Per cortesia prova
|
|
|
3453
3453
|
const VPNORPROXYDETECTED$1 = "Questo contenuto non può essere riprodotto con VPN o proxy.";
|
|
3454
3454
|
const UNKNOWN$1 = "Questo media non è disponibile.";
|
|
3455
3455
|
const pillarboxLang$1 = {
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3456
|
+
AGERATING12: AGERATING12$1,
|
|
3457
|
+
AGERATING18: AGERATING18$1,
|
|
3458
|
+
COMMERCIAL: COMMERCIAL$1,
|
|
3459
|
+
ENDDATE: ENDDATE$1,
|
|
3460
|
+
GEOBLOCK: GEOBLOCK$1,
|
|
3461
|
+
JOURNALISTIC: JOURNALISTIC$1,
|
|
3462
|
+
LEGAL: LEGAL$1,
|
|
3463
|
+
STARTDATE: STARTDATE$1,
|
|
3464
|
+
VPNORPROXYDETECTED: VPNORPROXYDETECTED$1,
|
|
3465
|
+
UNKNOWN: UNKNOWN$1,
|
|
3466
3466
|
};
|
|
3467
3467
|
|
|
3468
3468
|
pillarbox.addLanguage('it', _objectSpread2(_objectSpread2({}, vjsLang), pillarboxLang$1));
|
|
@@ -3515,98 +3515,98 @@ const STARTDATE = "Quest cuntegn n'è betg anc disponibel. Empruvai pli tard.";
|
|
|
3515
3515
|
const VPNORPROXYDETECTED = "Quest cuntegn na po betg vegnir reproducì cun VPN ni proxy activà.";
|
|
3516
3516
|
const UNKNOWN = "Quest cuntegn n'è betg disponibel.";
|
|
3517
3517
|
const pillarboxLang = {
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3518
|
+
"Audio Player": "Audio-Player",
|
|
3519
|
+
"Video Player": "Video-Player",
|
|
3520
|
+
Play,
|
|
3521
|
+
Pause,
|
|
3522
|
+
Replay,
|
|
3523
|
+
"Current Time": "Temp actual",
|
|
3524
|
+
Duration,
|
|
3525
|
+
"Remaining Time": "Temp restant",
|
|
3526
|
+
"Stream Type": "Tip dal stream",
|
|
3527
|
+
LIVE,
|
|
3528
|
+
Loaded,
|
|
3529
|
+
Progress,
|
|
3530
|
+
"Progress Bar": "Bar da progessiun",
|
|
3531
|
+
"progress bar timing: currentTime={1} duration={2}": "{1} da {2}",
|
|
3532
|
+
Fullscreen,
|
|
3533
|
+
"Non-Fullscreen": "Betg entir visur",
|
|
3534
|
+
Mute,
|
|
3535
|
+
Unmute,
|
|
3536
|
+
"Playback Rate": "Tempo ",
|
|
3537
|
+
Subtitles,
|
|
3538
|
+
"subtitles off": "senza suttitels",
|
|
3539
|
+
Captions,
|
|
3540
|
+
"captions off": "senza suttitels",
|
|
3541
|
+
Chapters,
|
|
3542
|
+
Descriptions,
|
|
3543
|
+
"descriptions off": "senza descripziuns",
|
|
3544
|
+
"Audio Track": "Piese audio",
|
|
3545
|
+
"Volume Level": "Nivel dal volumen",
|
|
3546
|
+
"You aborted the media playback": "Vus avais interrut il vdieo",
|
|
3547
|
+
"A network error caused the media download to fail part-way.": "In sbagl en la rait ha impedì il download",
|
|
3548
|
+
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Il video n'è betg chargià - ubain per in sbagl da server / da la rait, ubain ch'il format n'è betg cumpatibel.",
|
|
3549
|
+
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Il video è interrut: Ubain ch'il video è donnegià, ubain che funcziuns n'èn betg cumpatiblas.",
|
|
3550
|
+
"No compatible source was found for this media.": "Chattà nagina funtauna cumpatibla per quest video.",
|
|
3551
|
+
"The media is encrypted and we do not have the keys to decrypt it.": "Il video è codifitgà da moda nunenconuschenta.",
|
|
3552
|
+
"Play Video": "Aviar video",
|
|
3553
|
+
Close,
|
|
3554
|
+
"Close Modal Dialog": "Serrar la fanestra modala",
|
|
3555
|
+
"Modal Window": "Fanestra modala",
|
|
3556
|
+
"This is a modal window": "Quai è ina fanestra modala",
|
|
3557
|
+
"This modal can be closed by pressing the Escape key or activating the close button.": "Questa fanestra modala pudais serrar cun la tasta \"Escape\" ubain cun il buttun.",
|
|
3558
|
+
", opens captions settings dialog": ", avra opziuns per ils suttitels",
|
|
3559
|
+
", opens subtitles settings dialog": ", avra opziuns per ils suttitels",
|
|
3560
|
+
", opens descriptions settings dialog": ", avra opziuns per la descripziun",
|
|
3561
|
+
", selected": ", selecziunà",
|
|
3562
|
+
"captions settings": "opziuns per ils suttitels",
|
|
3563
|
+
"subtitles settings": "opziuns per ils suttitels",
|
|
3564
|
+
"descriptions settings": "opziuns per la descripziun",
|
|
3565
|
+
Text,
|
|
3566
|
+
White,
|
|
3567
|
+
Black,
|
|
3568
|
+
Red,
|
|
3569
|
+
Green,
|
|
3570
|
+
Blue,
|
|
3571
|
+
Yellow,
|
|
3572
|
+
Magenta,
|
|
3573
|
+
Cyan,
|
|
3574
|
+
Background,
|
|
3575
|
+
Window,
|
|
3576
|
+
Transparent,
|
|
3577
|
+
"Semi-Transparent": "Mez transparent",
|
|
3578
|
+
Opaque,
|
|
3579
|
+
"Font Size": "Grandezza dal text",
|
|
3580
|
+
"Text Edge Style": "Stil dal text",
|
|
3581
|
+
None,
|
|
3582
|
+
Raised,
|
|
3583
|
+
Depressed,
|
|
3584
|
+
Uniform,
|
|
3585
|
+
Dropshadow,
|
|
3586
|
+
"Font Family": "Scrittira",
|
|
3587
|
+
"Proportional Sans-Serif": "Proportionale Sans-Serif",
|
|
3588
|
+
"Monospace Sans-Serif": "Monospace Sans-Serif",
|
|
3589
|
+
"Proportional Serif": "Proportionale Serif",
|
|
3590
|
+
"Monospace Serif": "Monospace Serif",
|
|
3591
|
+
Casual,
|
|
3592
|
+
Script,
|
|
3593
|
+
"Small Caps": "Bustabs pitschens",
|
|
3594
|
+
Reset,
|
|
3595
|
+
"restore all settings to the default values": "Enavos tar las opziuns da standard",
|
|
3596
|
+
Done,
|
|
3597
|
+
"Caption Settings Dialog": "Opziuns per suttitels",
|
|
3598
|
+
"Beginning of dialog window. Escape will cancel and close the window.": "Entschatta da la fanestra da dialog. Escape stizza e serra la fanestra.",
|
|
3599
|
+
"End of dialog window.": "Fin da la fanestra da dialog.",
|
|
3600
|
+
AGERATING12,
|
|
3601
|
+
AGERATING18,
|
|
3602
|
+
COMMERCIAL,
|
|
3603
|
+
ENDDATE,
|
|
3604
|
+
GEOBLOCK,
|
|
3605
|
+
JOURNALISTIC,
|
|
3606
|
+
LEGAL,
|
|
3607
|
+
STARTDATE,
|
|
3608
|
+
VPNORPROXYDETECTED,
|
|
3609
|
+
UNKNOWN,
|
|
3610
3610
|
};
|
|
3611
3611
|
|
|
3612
3612
|
pillarbox.addLanguage('rm', _objectSpread2({}, pillarboxLang));
|