﻿LBP.Lang.en = {
	/* for play, pause, stop elements */
	Play: "Play",
	Pause: "Pause",
	Stop: "Stop",
	/* for volume+mute elements */
	Volume: "Volume level $0 of $1",
	Mute: "Mute",
	UnMute: "Unmute",
	/* for fullscreen/smallscreen element */
	Fullscreen: "Set to in-browser fullscreen view",
	Smallscreen: "Set to minimal view",
	/* for playback rate element */
	PlaybackRate_title: "Playback rate",
	PlaybackRate_inner: "1x",
	PlaybackRate_to: "Set playback rate to: $0",
	/* for subtitle element */
	Subtitle_title: "Change subtitle",
	Subtitle_inner: "CC",
	Subtitle_set: "Off",
	Subtitle_off: "set subtitle off",
	Subtitle_to: "change subtitle language to: $0",
	/* for sources element */
	Sources_title: "Change quality",
	Sources_inner: "SD",
	Sources_to: "Change quality to: $0",
	/* for embed element */
	EmbedInfo: "&lt;<span class=\"bold\">embed<\/span>&gt;",
	EmbedVideo: "Copy <span class=\"bold\">embed-code<\/span> of video",
	EmbedVideoTitle: "Copy embed-code of video",
	EmbedURL: "Copy <span class=\"bold\">backlink url<\/span> of page",
	EmbedURLTitle: "Copy backling url of page",
	EmbedCodeTxt: "Copy the code above to integrate to your page.",
	/* for LeanBack Player informations element and window */
	Info_title: "Show LeanBack Player informations",
	Info_menu_about: "About",
	Info_menu_shortcuts: "Shortcuts",
	Info_content_default_player: "<span style=\"font-weight: bold;\"><a href=\"$0\" onclick=\"window.open(this.href); return false;\">LeanBack Player<\/a><\/span>: Version $1",
	Info_content_default_exts: "<br\/><br\/><span style=\"font-weight: bold;\">active Extension(s)<\/span>",
	Info_content_version: "Version $0",
	Info_content_exts_url_visit: "visit developer website",
	/* for about button on informations window */
	About_headline: "General Informations",
	/* for shortcut button and content on informations window */
	Shortcuts_headline: "Overview of keyboard shortcuts",
	Shortcuts_content: {
		"info": "Show/hide player informations <button class=\"keys\">i<\/button>",
		"play_pause_stop": "Play <button class=\"keys\">space<\/button>, Pause <button class=\"keys\">space<\/button>, Stop <button class=\"keys\">s<\/button>",
		"volume": "Increase volume <button class=\"keys\">&darr;<\/button>, decrease volume <button class=\"keys\">&uarr;<\/button>",
		"mute": "Mute volume <button class=\"keys\">LEFT CTRL<\/button> + <button class=\"keys\">&darr;<\/button>, unmute volume <button class=\"keys\">LEFT CTRL<\/button> + <button class=\"keys\">&uarr;<\/button>",
		"jump_short": "Seek backwards <button class=\"keys\">&larr;<\/button> or forwards <button class=\"keys\">&rarr;<\/button> for x seconds",
		"jump": "Seek backwards <button class=\"keys\">LEFT CTRL<\/button> + <button class=\"keys\">&larr;<\/button> or forwards <button class=\"keys\">LEFT CTRL<\/button> + <button class=\"keys\">&rarr;<\/button> for x percent",
		"home_end": "Seek to beginning <button class=\"keys\">Pos 1<\/button> or <button class=\"keys\">Home<\/button>, seek to end <button class=\"keys\">End<\/button>",
		"media_switch": "Switch between available HTML5 media elements <button class=\"keys\">SHIFT<\/button> + <button class=\"keys\">n<\/button>"
	},
	Shortcuts_content_video: {
		"fullscreen": "Browser-/window-fullscreen <button class=\"keys\">f<\/button>",
		"subs": "Show/hide subtitle <button class=\"keys\">v<\/button>",
		"subs_switch": "Switch between available subtitles <button class=\"keys\">LEFT CTRL<\/button> + <button class=\"keys\">v<\/button>"
	},
	Shortcuts_content_audio: {
	},
	/* for default close button */
	Btn_close: "Close"
}
