Label Set File Example

Product
Video Cloud
Applies to Roles
Developer
Version
Brightcove 5
Modules
BEML
Edition
Pro, Enterprise

This is an example of the XML file you use to specify custom player labels.

<labels>
<!-- Video player chrome controls -->
        <label key="controls play">PLAY</label>
        <label key="controls pause">PAUSE</label>         
        <label key="controls menu">MENU</label>         
        <label key="controls play tooltip">Play</label>         
        <label key="controls pause tooltip">Pause</label>         
        <label key="controls volume tooltip">Open Volume Controls</label>         
        <label key="controls maximize tooltip">Go Full Screen</label>         
        <label key="controls minimize tooltip">Exit Full Screen</label>         
        <label key="community share">email</label>
        <label key="community socialShare">share</label>         
        <label key="community link">get link</label>         
        <label key="community code">get code</label>         
        <label key="community share tooltip">Email Video to a Friend</label>
        <label key="community socialShare tooltip">Share This Video</label>         
        <label key="community link tooltip">Get Direct Link to Video</label>         
        <label key="community code tooltip">Get HTML to Embed Player</label>     
<!-- Advertising -->    
        <label key="expand banner"><![CDATA[EXPAND  >]]></label>         
        <label key="collapse banner">COLLAPSE  X</label>         
        <label key="sponsor message">Sponsor message.</label>              
<!-- Volume controls -->    
        <label key="mute tooltip">mute</label>         
        <label key="unmute tooltip">unmute</label>     
<!-- Right click context menu options -->   
        <label key="rightclick menu">Open Menu</label>         
        <label key="rightclick fullscreen">Go Full Screen</label>         
        <label key="rightclick exit fullscreen">Exit Full Screen</label>         
        <label key="rightclick show debug">Show Debug Info</label>         
        <label key="rightclick hide debug">Hide Debug Info</label>     
<!-- Error messaging -->         
        <label key="noContent">There are no videos available at\nthis time.
            \n\nPlease check back later.</label>         
        <label key="unavailableContent">The video you are trying to 
            watch is currently unavailable.\n\nPlease check back soon.</label>         
        <label key="upgradeRequired">Flash 9.0.115.0 or later is 
            required to view this content.\n\nClick &lt;a 
            href='http://www.adobe.com/go/getflash/' target='_blank'&gt;&lt;u
            &gt;here&lt;/u&gt;&lt;/a&gt; 
            to upgrade your player.</label>         
        <label key="messaging OK">OK</label>     
<!-- General messaging -->         
        <label key="YOU ARE WATCHING:">YOU ARE WATCHING:</label>         
        <label key="connecting">LOADING VIDEO</label>         
        <label key="please select:">please select:</label>     
<!-- General menu navigation -->         
        <label key="menu info">Info</label>         
        <label key="menu email">Email Video</label>         
        <label key="menu link">Get Link</label>
        <label key="menu share">Share Video</label>
        <label key="expand">Expand</label>         
        <label key="menu embed">Get Code</label>         
        <label key="menu play">Play Video</label>         
        <label key="menu replay">Replay</label>         
        <label key="menu resume">Resume</label>         
        <label key="cancel button">Cancel</label>         
        <label key="continue button">Continue</label>         
        <label key="close tooltip">Close</label>          
<!-- Email video menu screen -->         
        <label key="email page title">Email to a Friend</label>         
        <label key="email your email">Your email</label>         
        <label key="email friend email"><![CDATA[Friend's email]]></label>         
        <label key="email message">Message (optional)</label>         
        <label key="email send">Send</label>         
        <label key="email video">Email Video</label>         
        <label key="email error">Please enter correct email addresses.</label>         
        <label key="email confirmation text">Your email was sent</label>          
<!-- Share video menu screen -->
        <label key="share title">Share this video</label>
        <label key="share directions">Share directly to these sites</label>
        <label key="share facebook">Share on Facebook</label>
        <label key="share twitter">Share on Twitter</label>
        <label key="share twitter message">Check+out+</label>
        <label key="share link">Copy Link</label>
<!-- Embed code menu screen -->         
        <label key="embed title">Add to website or blog</label>         
        <label key="embed directions">Copy code or select blog service</label>         
        <label key="embed code">Embed Code</label>         
        <label key="embed copy code">Copy Code</label>         
        <label key="embed copied">Copied</label>         
        <label key="blog processing">Processing ...</label>         
        <label key="blog username">Username</label>         
        <label key="blog password">Password</label>         
        <label key="blog blogger">Blogger</label>         
        <label key="blog livejournal">LiveJournal</label>         
        <label key="blog typepad">TypePad</label>         
        <label key="blog wordpress">WordPress</label>         
        <label key="blog error">Bad login/password combination.</label>         
        <label key="blog post select directions">Select a blog</label>         
        <label key="blog post enter title">Post title</label>         
        <label key="blog post enter description">Post description (optional)</label>         
        <label key="blog post post video">Post Video</label>         
        <label key="blog post small video">300 x 225</label>         
        <label key="blog post large video">480 x 360</label>         
        <label key="blog post error">An error has occurred. Please try again.</label>         
        <label key="blog confirmation text">Post submitted</label>     
<!-- Link to video menu screen -->         
        <label key="link title">Link to this video</label>         
        <label key="link directions">Share through email or IM</label>         
        <label key="link copy link">Copy Link</label>         
        <label key="link copied">Copied</label>     
<!-- Info and additional videos menu screen -->         
        <label key="info terms">Terms & Conditions</label>         
        <label key="related videos">Related Videos</label>         
        <label key="most viewed videos">Most Viewed</label>         
        <label key="newest videos">Newest</label> 
</labels>
Tags
language, localization, sample