Merge pull request #4369 from jitsi/quality-text-change
Changes call quality strings to video quality.
This commit is contained in:
commit
760885437a
|
@ -617,7 +617,7 @@
|
||||||
"accessibilityLabel": {
|
"accessibilityLabel": {
|
||||||
"audioOnly": "Toggle audio only",
|
"audioOnly": "Toggle audio only",
|
||||||
"audioRoute": "Select the sound device",
|
"audioRoute": "Select the sound device",
|
||||||
"callQuality": "Manage call quality",
|
"callQuality": "Manage video quality",
|
||||||
"cc": "Toggle subtitles",
|
"cc": "Toggle subtitles",
|
||||||
"chat": "Toggle chat window",
|
"chat": "Toggle chat window",
|
||||||
"document": "Toggle shared document",
|
"document": "Toggle shared document",
|
||||||
|
@ -653,7 +653,7 @@
|
||||||
"audioOnlyOn": "Enable audio only mode",
|
"audioOnlyOn": "Enable audio only mode",
|
||||||
"audioRoute": "Select the sound device",
|
"audioRoute": "Select the sound device",
|
||||||
"authenticate": "Authenticate",
|
"authenticate": "Authenticate",
|
||||||
"callQuality": "Manage call quality",
|
"callQuality": "Manage video quality",
|
||||||
"cameraDisabled": "Camera is not available",
|
"cameraDisabled": "Camera is not available",
|
||||||
"chat": "Open / Close chat",
|
"chat": "Open / Close chat",
|
||||||
"closeChat": "Close chat",
|
"closeChat": "Close chat",
|
||||||
|
@ -739,7 +739,7 @@
|
||||||
"videoStatus": {
|
"videoStatus": {
|
||||||
"audioOnly": "AUD",
|
"audioOnly": "AUD",
|
||||||
"audioOnlyExpanded": "You are in audio only mode. This mode saves bandwidth but you won't see videos of others.",
|
"audioOnlyExpanded": "You are in audio only mode. This mode saves bandwidth but you won't see videos of others.",
|
||||||
"callQuality": "Call Quality",
|
"callQuality": "Video Quality",
|
||||||
"hd": "HD",
|
"hd": "HD",
|
||||||
"hdTooltip": "Viewing high definition video",
|
"hdTooltip": "Viewing high definition video",
|
||||||
"highDefinition": "High definition",
|
"highDefinition": "High definition",
|
||||||
|
@ -752,7 +752,7 @@
|
||||||
"onlyAudioAvailable": "Only audio is available",
|
"onlyAudioAvailable": "Only audio is available",
|
||||||
"onlyAudioSupported": "We only support audio in this browser.",
|
"onlyAudioSupported": "We only support audio in this browser.",
|
||||||
"p2pEnabled": "Peer to Peer Enabled",
|
"p2pEnabled": "Peer to Peer Enabled",
|
||||||
"p2pVideoQualityDescription": "In peer to peer mode, received call quality can only be toggled between high and audio only. Other settings will not be honored until peer to peer is exited.",
|
"p2pVideoQualityDescription": "In peer to peer mode, received video quality can only be toggled between high and audio only. Other settings will not be honored until peer to peer is exited.",
|
||||||
"qualityButtonTip": "Change received video quality",
|
"qualityButtonTip": "Change received video quality",
|
||||||
"recHighDefinitionOnly": "Will prefer high definition.",
|
"recHighDefinitionOnly": "Will prefer high definition.",
|
||||||
"sd": "SD",
|
"sd": "SD",
|
||||||
|
|
Loading…
Reference in New Issue