var enLanguage = {
"Config.title":"Configurations",
"Config.memo":"you can multiple edit and save",
"Config.Button.save":"Save",
"Config.tab.auth.title":"Users",
"Config.tab.channels.title":"Channels",
"Config.tab.http_mjpeg.title":"HTTP MJPEG Server",
"Config.tab.rtsp_server.title":"RTSP Server",
"Config.tab.system.title":"System",
"Config.tab.web_server.title":"Web Server",
"Config.content.auth.http_mjpeg_auth_enable":"HTTP MJPEG Stream Service Manage",
"Config.content.auth.rtsp_auth_enable":"RTSP Stream Service Manage",
"Config.content.auth.web_auth_enable":"Web Service Manage",
"Config.content.auth.col.auth":"Authority",
"Config.content.auth.col.users":"Users",
"Config.content.auth.button.new":"Add User",
"Config.content.auth.table.col.user":"Account",
"Config.content.auth.table.col.password":"Password",
"Config.content.auth.table.col.auth_ch_mode":"auth ch mode",
"Config.content.auth.table.col.channels":"Channels",
"Config.content.channels.button.new":"Add Channel",
"Config.content.channels.table.col.channel":"Channel",
"Config.content.channels.table.col.stream_source":"Stream Source",
"Config.content.channels.table.col.id":"ID",
"Config.content.channels.table.col.alias":"Alias",
"Config.content.channels.table.col.vender_model":"Vendor/Model",
"Config.content.channels.table.col.vender":"Vendor",
"Config.content.channels.table.col.model":"Model",
"Config.content.channels.table.col.sub_channel":"Device<br/> Sub-channel",
"Config.content.channels.table.col.sub_path":"URL Sub-path",
"Config.content.channels.table.col.extra_data":"Extra data",
"Config.content.channels.table.col.extra_data.base_port":"Base Port",
"Config.content.channels.table.col.extra_data.live_port":"Live Stream Port",
"Config.content.channels.table.col.extra_data.order_no":"Order NO.",
"Config.content.channels.table.col.extra_data.playback_port":"Playback Stream Port",
"Config.content.channels.table.col.extra_data.profile":"Profile",
"Config.content.channels.table.col.addr":"IP Address",
"Config.content.channels.table.col.port":"Stream Port",
"Config.content.channels.table.col.http_port":"HTTP Port",
"Config.content.channels.table.col.user":"Account",
"Config.content.channels.table.col.password":"Password",
"Config.content.http_mjpeg.enable":"Service Enable",
"Config.content.http_mjpeg.max_link":"Client Max Link<span class='text-danger'>*</span>",
"Config.content.http_mjpeg.max_playback_room": "Playback Room Max<span class='text-danger'>*</span>",
//"Config.content.http_mjpeg.lock_param":"lock_param",
//"Config.content.http_mjpeg.lock_param.memo":"ignore streaming api when checked",
"Config.content.http_mjpeg.target_bitrate":"Bitrate<span class='text-danger'>*</span>",
"Config.content.http_mjpeg.target_fps":"Frame Rate<span class='text-danger'>*</span>",
"Config.content.http_mjpeg.target_height":"Resolution Height<span class='text-danger'>*</span>",
"Config.content.http_mjpeg.target_width":"Resolution Width<span class='text-danger'>*</span>",
"Config.content.rtsp_server.enable":"Service Enable",
"Config.content.rtsp_server.max_link":"Client Max Link<span class='text-danger'>*</span>",
"Config.content.rtsp_server.port":"Net Port<span class='text-danger'>*</span>",
"Config.content.system.host_name":"Host Name<span class='text-danger'>*</span>",
"Config.content.system.show_window":"Show Daemon",
"Config.content.web_server.enable":"Service Enable",
"Config.content.web_server.port":"Net Port<span class='text-danger'>*</span>",
"Config.content.web_server.doc_path":"Doc path",
"Config.modal.auth.edit.title.user":"User",
"Config.modal.auth.delete.content.text":"Are you sure you want to delete?",
"Config.modal.channels.edit.title.channel":"Channel",
"Config.modal.channels.delete.content.text":"Are you sure you want to delete?",
"Config.modal.auth.error_msg.user_cant_empty":"ACCOUNT field can't be empty.",
"Config.modal.auth.error_msg.user_exist":"ACCOUNT is already exist. Please change another one.",
"Config.modal.auth.error_msg.user_should_english_or_number":"ACCOUNT should be character or number.",
"Config.modal.auth.error_msg.password_cant_empty":"PASSWORD field can't be empty.",
"Config.modal.auth.error_msg.password_should_english_or_number":"PASSWORD should be character or number.",
"Config.modal.channels.error_msg.id_cant_empty":"ID field can't be empty.",
"Config.modal.channels.error_msg.id_should_number":"ID type error, ID should be number.",
"Config.modal.channels.error_msg.id_exist":"ID is already exist. Please change another one.",
"Config.modal.channels.error_msg.alias_cant_empty":"ALIAS field can't be empty.",
"Config.modal.channels.error_msg.alias_should_english_or_number":"ALIAS type should be character or number.",
"Config.modal.channels.error_msg.alias_exist":"ALIAS is already exist. Please change another one.",
"Config.modal.channels.error_msg.addr_cant_empty":"ADDRESS field can't be empty.",
"Config.modal.channels.error_msg.port_cant_empty":"Stream Port field can't be empty.",
"Config.api.UpdateConfig.success":"Save success",
"Config.api.UpdateConfig.check.http_mjpeg.max_link.empty.error":"HTTP MJPEG service MAX LINK column can't be empty",
"Config.api.UpdateConfig.check.http_mjpeg.max_link.range.error":"HTTP MJPEG service MAX LINK column out of range",
"Config.api.UpdateConfig.check.http_mjpeg.max_playback_zoom.empty.error":"HTTP MJPEG service Playback Zoom Link column can't be empty",
"Config.api.UpdateConfig.check.http_mjpeg.max_playback_zoom.range.error":"HTTP MJPEG service Playback Zoom Link column out of range",
"Config.api.UpdateConfig.check.http_mjpeg.target_bitrate.empty.error":"HTTP MJPEG service default BITRATE column can't be empty",
"Config.api.UpdateConfig.check.http_mjpeg.target_bitrate.range.error":"HTTP MJPEG service default BITRATE column out of range",
"Config.api.UpdateConfig.check.http_mjpeg.target_fps.empty.error":"HTTP MJPEG service default FRAME RATE column can't be empty",
"Config.api.UpdateConfig.check.http_mjpeg.target_fps.range.error":"HTTP MJPEG service default FRAME RATE column out of range",
"Config.api.UpdateConfig.check.http_mjpeg.target_height.empty.error":"HTTP MJPEG service default RESOLUTON HEIGHT column can't be empty",
"Config.api.UpdateConfig.check.http_mjpeg.target_height.range.error":"HTTP MJPEG service default RESOLUTION HEIGHT column out of range",
"Config.api.UpdateConfig.check.http_mjpeg.target_width.empty.error":"HTTP MJPEG service default RESOLUTION WIDTH column can't be empty",
"Config.api.UpdateConfig.check.http_mjpeg.target_width.range.error":"HTTP MJPEG service default RESOLUTION WIDTH column out of range",
"Config.api.UpdateConfig.check.rtsp_server.max_link.empty.error":"RTSP service MAX LINK column can't be empty",
"Config.api.UpdateConfig.check.rtsp_server.max_link.range.error":"RTSP service MAX LINK column out of range",
"Config.api.UpdateConfig.check.rtsp_server.port.empty.error":"RTSP service PORT column can't be empty",
"Config.api.UpdateConfig.check.rtsp_server.port.range.error":"RTSP service PORT column out of range",
"Config.api.UpdateConfig.check.system.port.empty.error":"System NET PORT column can't be empty",
"Config.api.UpdateConfig.check.system.port.range.error":"System NET PORT column out of range",
"Config.api.UpdateConfig.check.web_server.port.empty.error":"Web Server NET PORT column can't be empty",
"Config.api.UpdateConfig.check.web_server.port.range.error":"Web Server NET PORT column out of range",
"Config.api.UpdateConfig.check.system.debug_level.empty.error": "System DEBUG LEVEL column can't be empty",
"Config.api.UpdateConfig.check.system.debug_level.range.error": "System DEBUG LEVEL column out of range",
"License.title":"License",
"License.Button.add_license":"Add License",
"License.col.version":"Version",
"License.col.status":"Status",
"License.col.inbound_channel":"Inbound : Video Connections",
"License.col.outbound_connection":"Outbound : Client Connections",
"License.col.total_connections":"Total In/Out Connections",
"License.col.load_channel":"Managed Channels",
"License.col.device_id":"MAC",
"License.col.local_key":"Device Machine Key",
"License.col.license_key":"Product License Key",
"License.col.license_key_memo":"*For security, The information default is invisible.",
"License.error_msg.lik_cant_empty":"License Key can't be empty",
"License.api.SetLic.success":"success!! Service is RESTART now, please reload page after 15 seconds.",
"Config.tab.overlay.title":"Overlay",
"Config.content.overlay.font_face":"Font Name",
"Config.content.overlay.osd_tilte":"Camera Title OSD",
"Config.content.overlay.enable":"Enable",
"Config.content.overlay.font_size":"Font Size",
"Config.content.overlay.font_color":"Font Color",
"Config.content.overlay.dwaw_shadow":"Draw Shadow",
"Config.content.overlay.font_shadow_color":"Shadow Color",
"Config.content.overlay.draw_font_bg":"Draw Background",
"Config.content.overlay.font_bg_color":"Background Color",
"Config.content.overlay.opacity":"Opacity",
"Config.content.overlay.show_point":"Position",
"Config.content.overlay.title_format":"String Format",
"Config.content.overlay.title_format.cam_name":"Camera Name",
"Config.content.overlay.title_format.time":"Time",
"Config.content.overlay.title_format.date":"Date",
"Config.content.overlay.osd_append_info":"Additional Information OSD",
"Config.content.overlay.default_resolution":"Reference Resolution",
"Config.content.overlay.osd.enable":"Show OSD",
"Config.content.nav-system.tlsenable":"TLS Enable",
"Config.content.nav-system.tls":"TLS Port",
"Config.content.rtsp_server.tlsenable":"TLS Enable",
"Config.content.rtsp_server.tls":"TLS Port",
"Config.api.UpdateConfig.check.rtsp_server.tlsport.empty.error":"RTSP service TLS Port column can't be empty",
"Config.api.UpdateConfig.check.rtsp_server.tlsport.range.error":"RTSP service TLS Port column out of range",
"Config.api.UpdateConfig.check.web_server.tlsport.empty.error":"Web service TLS Port column can't be empty",
"Config.api.UpdateConfig.check.web_server.tlsport.range.error":"Web service TLS Port column out of range",
"Config.content.http_mjpeg.target_quality":"Quality"
}