Skip to main content

Dictionary

Dictionary​

Below is the list of DIVA Player labels that the front-end can assign based on the selected culture (e.g., en-US):

(find JSON files examples at the end of the page)

warning

If the dictionaly JSON file is empty or without word tag, DIVA Player raises a parse error.

Advertisements​

KEYEnglish translationDescriptionNote
diva_adClickToEnableAudioClick to enable audioText displayed when we play an AD muted
diva_adResumeTimeYour video will resume in {remTime} sText displayed when we play a single AD. You can use tag {remTime} for display remaing time of AD
diva_adResumeAtYour video will resume after the following advertisements {cVideo}/{totVideo}Text displayed when we play multiple ADs. You can use tag {cVideo} for display current ad played and tag {totVideo} for display total ADs
diva_ad_loading_textVideo ad loadingText displayed on a cover during advertisement loading as Preroll, Postroll and Midroll (in this last case the showLoadingInformation parameter in settings file must be = to 'true')
diva_adblockYou need to disable AdBlock to view contentMessage displayed when user has an active AdBlocker before an Advertising if the detection is enabled in the settings file
{
"messages": {
"diva_adClickToEnableAudio": "Click to enable audio",
"diva_adResumeTime": "Your video will resume in {remTime} s",
"diva_adResumeAt": "Your video will resume after the following advertisements {cVideo}/{totVideo}",
"diva_ad_loading_text": "Video ad loading",
"diva_adblock": "You need to disable AdBlock to view content",
}
}

Chapters Responsive Web logo Android logo​

KEYEnglish translationDescriptionNote
diva_select_chapterChapter ListTitle in chapter list view
{
"messages": {
"diva_select_chapter": "Chapter List",
}
}

Chain play / Up Next Responsive Web logo Android logo​

KEYEnglish translationDescriptionNote
diva_eop_upnext_titleNext episodeTitle of Up Next panel
diva_eop_starts_in_secondsStarts in...Countdown label to autoplaytvOS only

+ End of Play

{
"messages": {
"diva_eop_upnext_title": "Next episode",
"diva_eop_starts_in_seconds": "Starts in {seconds} sec",
}
}

End of Play Responsive Web logo Android logo​

KEYEnglish translationDescriptionNote
diva_eop_replayReplayOn the Replay button
diva_eop_rewindReplayOn the Replay buttontvOS only
{
"messages": {
"diva_eop_replay": "Replay",
"diva_eop_rewind": "Replay",
}
}

Data panels Responsive Web logo Android logo​

KEYEnglish translationDescriptionNote
diva_menu_full_stats_buttonFull StatsFull stats label displayed on Tablet
diva_close_stats_buttonClose StatsClose Stats label displayed Mobile
{
"messages": {
"diva_menu_full_stats_button": "Full Stats",
"diva_close_stats_button": "Close Stats",
}
}

Highlights Responsive Web logo Android logo​

KEYEnglish translationDescriptionNote
diva_highlightsmode_loadingHighlights cards processing...Text shown during HL calculation time
diva_highlightsmode_howtoHow do you want to watch this game?Label displayed in the HL mode choice
diva_highlightsmode_shortShortLabel linked to the short HL filter
diva_highlightsmode_mediumMediumLabel linked to the medium HL filter
diva_highlightsmode_longLongLabel linked to the long HL filter
diva_highlightsmode_liveLiveLabel linked to the live HL filter
diva_highlightsmode_fullFull MatchLabel linked to the full match option
diva_highlightsmode_resumeResumeLabel displayed when the user seek outside the HL boundaries
diva_highlightsmode_nextNextLabel displayed for 'next' button in the title box
diva_highlightsmode_highlightsHighlightsLabel displayed under the title with HL type, when user is outside the HL mode
diva_highlightsmode_youareinYou are in highlights modeLabel displayed in the HL top bar for a few seconds
diva_highlightsmode_notification_titleDon't miss {n} key moments
diva_highlightsmode_notification_subtitleDo you want to see that?
diva_highlightsmode_notification_watchWatch
diva_hourshLabel used for the hour field in the HL duration calculated
diva_minutesmLabel used for the minutes field in the HL duration calculated
diva_secondssLabel used for the seconds field in the HL duration calculated
{
"messages": {
"diva_highlightsmode_loading": "Highlights cards processing...",
"diva_highlightsmode_howto": "How do you want to watch this game?",
"diva_highlightsmode_short": "Short",
"diva_highlightsmode_medium": "Medium",
"diva_highlightsmode_long": "Long",
"diva_highlightsmode_live": "Live",
"diva_highlightsmode_full": "Full Match",
"diva_highlightsmode_resume": "Resume",
"diva_highlightsmode_next": "Next",
"diva_highlightsmode_highlights": "Highlights",
"diva_highlightsmode_youarein": "You are in highlights mode",
"diva_highlightsmode_notification_title": "Don't miss {n} key moments",
"diva_highlightsmode_notification_subtitle": "Do you want to see that?",
"diva_highlightsmode_notification_watch": "Watch",
"diva_hours": "h",
"diva_minutes": "m",
"diva_seconds": "s",
}
}


``` JSON
{
"messages": {
"diva_select_chapter": "Chapter List",
}
}

Timeline and commentary Responsive Web logo Android logo​

KEYEnglish translationDescriptionNote
diva_commentaryCommentaryCommentary menu label
diva_playbyplayCommentaryMenu button title for the playbyplay module
diva_noplaybyplayFirst message will be displayed shortly after the start of the sessionMessage displayed when you don't have play by play or commentary in the overlay
{
"messages": {
"diva_commentary": "Commentary",
"diva_playbyplay": "Commentary",
"diva_noplaybyplay": "First message will be displayed shortly after the start of the session",
}
}

Multiview Responsive Web logo Android logo​

KEYEnglish translationDescriptionNote
diva_multiview_videolist_titleAdd/Remove streamsTitle of the multiview videolist panelN/A on WebTV
diva_multiview_videolist_button_titleMultiviewTitle of the multiview videolist buttonN/A on WebTV
diva_multiview_exit_titleExit MultiviewTitle of the multiview videolist exit button and exit confirmation modalN/A on WebTV
diva_multiview_exit_descriptionAre you sure you wish to exit multiview?Description of the multiview videolist exit confirmation modalN/A on WebTV
diva_multiview_exit_confirmExitConfirm button of the multiview videolist exit confirmation modalN/A on WebTV
diva_multiview_exit_dismissDismissDismiss button of the multiview videolist exit confirmation modalN/A on WebTV
diva_multiview_end_of_playThe stream has endedText shown when end of play is reached in multiviewN/A on WebTV
{
"messages": {
"diva_multiview_videolist_title": "Add/Remove streams",
"diva_multiview_videolist_button_title": "Multiview",
"diva_multiview_exit_title": "Go Live",
"diva_multiview_exit_description": "Are you sure you wish to exit multiview?",
"diva_multiview_exit_confirm": "Exit",
"diva_multiview_exit_dismiss": "Dismiss",
"diva_multiview_end_of_play": "The stream has ended",
}
}
KEYEnglish translationDescriptionNote
diva_recommendation_watch_againWatch againDeprecated?
diva_recommendation_watch_next_videoWatch the next videoDeprecated?
diva_recommendation_next_videosNext videosDeprecated?
diva_recommendation_video_autoloadNext video will start in {sec} secCountdown label to autoplaytvOS only? Deprecated?
diva_eop_recommendation_titleRecommendationsThe row title from Video Lists
diva_eop_recommendation_titleYou may also likeThe row title from Related
{
"messages": {
"diva_recommendation_watch_again": "Watch again",
"diva_recommendation_watch_next_video": "Watch the next video",
"diva_recommendation_next_videos": "Next videos",
"diva_recommendation_video_autoload": "Next video will start in {sec} sec",
"diva_eop_recommendation_title": "Recommendations",
"diva_eop_related_title": "You may also like",
}
}

Skip intervals Responsive Web logo Android logo​

KEYEnglish translationDescriptionNote
diva_skip_interval_buttonSkip introLabel of the button to skip intro
{
"messages": {
"diva_skip_interval_button": "Skip intro",
}
}

Subtitles, captioning, and audio​

KEYEnglish translationDescriptionNote
diva_audioAudioTitle of the audio panel
default_audio_selectedDefault AudioDefault audio track name
diva_cc_panel_titleClosed CaptionTitle of closed caption panel
diva_cc_enabledEnabledLabel enabled closed caption
diva_cc_disabledDisabledLabel disabled closed caption
diva_settings_closeClose settingToolTip on close setting button
diva_settings_openClose settingToolTip on open setting button
diva_cc_[trackName]Audio Track NameCompose this tag for every audiotrack present in the manifest and assign the right translation
diva_cc_enhancements_button_subtitleChange text size and styleSubtitle of the caption style buttonWebTV, AndroidTV and Roku only
diva_cc_enlarge_labelEnlarge textLabel of the enlarge text buttonWebTV, AndroidTV and Roku only
diva_cc_caption_style_titleCaption styleTitle of the caption style panelWebTV, AndroidTV and Roku only
diva_cc_enlarge_subtitleEnlarge textSubtitle of the enlarge text buttonWebTV, AndroidTV and Roku only
diva_cc_enlarge_descriptionActivate for a significant increase of the subtitles text, for better readabilityDescription of the enlarge text buttonWebTV, AndroidTV and Roku only
diva_cc_style_subtitleStyleSubtitle of the style buttonWebTV, AndroidTV and Roku only
diva_cc_style_descriptionActivate to enable a darker background behind the subtitles text for increased visibilityDescription of the style buttonWebTV, AndroidTV and Roku only
diva_cc_style_labelStyleLabel of the style buttonWebTV, AndroidTV and Roku only
{
"messages": {
"diva_audio": "Audio",
"default_audio_selected": "Default Audio",
"diva_cc_panel_title": "Closed Caption",
"diva_cc_enabled": "Enabled",
"diva_cc_disabled": "Disabled",
"diva_settings_close": "Close setting",
"diva_settings_open": "Close setting",
"diva_cc_english": "English",
"diva_cc_french": "FRENCH",
"diva_cc_spanish": "Spanish",
"diva_cc_#1 Fre": "French",
"diva_cc_#2 Eng": "English",
"diva_cc_enhancements_button_subtitle": "Change text size and style",
"diva_cc_enlarge_label": "Enlarge text",
"diva_cc_caption_style_title": "Caption style",
"diva_cc_enlarge_subtitle": "Enlarge text",
"diva_cc_enlarge_description": "Activate for a significant increase of the subtitles text, for better readability",
"diva_cc_style_subtitle": "Style",
"diva_cc_style_description": "Activate to enable a darker background behind the subtitles text for increased visibility",
"diva_cc_style_label": "Style"
}
}

Video player controls​

KEYEnglish translationDescriptionNote
diva_360clips360 CLIPSLabel of the 360 clips button
diva_360multicam360 MULTICAMLabel of the 360 multicam button
diva_alertAlertsLabel of the alert button
diva_audioAudio TracksLabel of the audio tracks panel
diva_audio_is_mutedAudio is mutedMessage displayed when audio is muted
diva_back_buttonBackLabel of the back button
diva_button_closeCloseLabel of the close button
diva_chromecastChromecastLabel of the chromecast button
diva_close_stats_buttonClose StatsLabel of the close stats button
diva_close_this_videoClose videoLabel of the close video button
diva_collapse_this_videoCollapse videoLabel of the collapse video button
diva_eop_replayReplayLabel of the replay button
diva_error_button_okOKLabel of the button to close an error message
diva_error_titleErrorLabel of the error title
diva_exit_theater_modeExit Theater ModeLabel of the exit theater mode button
diva_exitfullscreenExit Full ScreenLabel of the exit full screen button
diva_fullscreenFull ScreenLabel of the full screen button
diva_go_liveGo LiveLabel of the button to go live
diva_menu_buttonMENULabel of the menu button
diva_menu_close_buttonClose MenuLabel of the close menu button
diva_muteMuteLabel of the mute button
diva_no_multicamVideos will appear as soon as they are published, please retry in a short whileMessage displayed when no multicam is available
diva_pausebuttonPauseLabel of the pause button
diva_pinnedPinnedLabel of the pinned button
diva_playbuttonPlayLabel of the play button
diva_seekback_button-{n}Label of the seek back button
diva_seekforward_button+{n}Label of the seek forward button
diva_settingsSettings PanelLabel of the settings panel button
diva_settings_buttonSettingsLabel of the settings button
diva_show_multiviewShow in sideBySideLabel of the show in sideBySide button
diva_swap_videoSwap videoLabel of the swap video button
diva_theater_modeTheater ModeLabel of the theater mode button
diva_unmuteUnmuteLabel of the unmute button
diva_vr_start_video_loadingVR loading ...Message displayed when VR video is loading
{
"messages": {
"diva_360clips": "360 CLIPS",
"diva_360multicam": "360 MULTICAM",
"diva_alert": "Alerts",
"diva_audio": "Audio Tracks",
"diva_audio_is_muted": "Audio is muted",
"diva_back_button": "Back",
"diva_button_close": "Close",
"diva_chromecast": "Chromecast",
"diva_close_stats_button": "Close Stats",
"diva_close_this_video": "Close video",
"diva_collapse_this_video": "Collapse video",
"diva_eop_replay": "Replay",
"diva_error_button_ok": "OK",
"diva_error_title": "Error",
"diva_exit_theater_mode": "Exit Theater Mode",
"diva_exitfullscreen": "Exit Full Screen",
"diva_fullscreen": "Full Screen",
"diva_go_live": "Go Live",
"diva_menu_button": "MENU",
"diva_menu_close_button": "Close Menu",
"diva_mute": "Mute",
"diva_no_multicam": "Videos will appear as soon as they are published, please retry in a short while",
"diva_pausebutton": "Pause",
"diva_pinned": "Pinned",
"diva_playbutton": "Play",
"diva_seekback_button": "-{n}",
"diva_seekforward_button": "+{n}",
"diva_settings": "Settings Panel",
"diva_settings_button": "Settings",
"diva_show_multiview": "Show in sideBySide",
"diva_swap_video": "Swap video",
"diva_theater_mode": "Theater Mode",
"diva_unmute": "Unmute",
"diva_vr_start_video_loading": "VR loading ...",
}
}

Video quality selector​

KEYEnglish translationDescriptionNote
diva_settings_panel_titleSettingsTitle of setting panel button
diva_video_qualityQualityQuality submenu title
diva_video_quality_autoAutoAuto Quality selector
diva_video_quality_{selector}1080p (HD)Quality selector (bandwidth in kbps)
{
"messages": {
"diva_settings_panel_title": "Settings",
"diva_video_quality": "Quality",
"diva_video_quality_auto": "Auto",
"diva_video_quality_6250": "1080p (HD)",
}
}

Dictionary JSON files​