1var UIStringTable = {
2    '##WIRELESS_PLAYBACK_DEVICE_TYPE##': 'AirPlay',
3    '##WIRELESS_PLAYBACK_DEVICE_NAME##': 'This video is playing on “##DEVICE_NAME##”.',
4
5    '##TVOUT_DEVICE_TYPE##': 'TV Connected',
6    '##TVOUT_DEVICE_NAME##': 'This video is playing on the TV.',
7
8    'Aborted': 'Aborted',
9    'Audio Playback': 'Audio Playback',
10    'Captions': 'Captions',
11    'Choose Wireless Display': 'Choose Wireless Display',
12    'Display Full Screen': 'Display Full Screen',
13    'Duration': 'Duration',
14    'Elapsed': 'Elapsed',
15    'Error': 'Error',
16    'Exit Full Screen': 'Exit Full Screen',
17    'Fast Forward': 'Fast Forward',
18    'Live Broadcast': 'Live Broadcast',
19    'Loading': 'Loading',
20    'Maximum Volume': 'Maximum Volume',
21    'Minimum Volume': 'Minimum Volume',
22    'Mute': 'Mute',
23    'Pause': 'Pause',
24    'Play': 'Play',
25    'Remaining': 'Remaining',
26    'Rewind': 'Rewind',
27    'Rewind ##sec## Seconds': 'Rewind ##sec## Seconds',
28    'Stalled': 'Stalled',
29    'Start Playback': 'Start Playback',
30    'Subtitles': 'Subtitles',
31    'Suspended': 'Suspended',
32    'Unmute': 'Unmute',
33    'Video Playback': 'Video Playback',
34    'Volume': 'Volume',
35    'Waiting': 'Waiting'
36};