| OLD | NEW |
| 1 { | 1 { |
| 2 "ACCESS_CODE": { | 2 "ACCESS_CODE": { |
| 3 "message": "Access code", | 3 "message": "Access code", |
| 4 "description": "Label for the access code entry box. This is where the clien
t user enters the code that permits access to the host." | 4 "description": "Label for the access code entry box. This is where the clien
t user enters the code that permits access to the host." |
| 5 }, | 5 }, |
| 6 "ACCESS_CODE_TIMER": { | 6 "ACCESS_CODE_TIMER": { |
| 7 "message": "This access code will expire in $timeout$", | 7 "message": "This access code will expire in $timeout$", |
| 8 "description": "Text displayed when the access code is due to time out withi
n 30 seconds.", | 8 "description": "Text displayed when the access code is due to time out withi
n 30 seconds.", |
| 9 "placeholders": { | 9 "placeholders": { |
| 10 "timeout": { | 10 "timeout": { |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 }, | 219 }, |
| 220 "TOOLTIP_SCALING": { | 220 "TOOLTIP_SCALING": { |
| 221 "message": "Scale to fit", | 221 "message": "Scale to fit", |
| 222 "description": "The tool-tip shown when the user hovers over the scale to fi
t button. Clicking this button toggles between scaling down the remote desktop t
o fit it inside the Chromium browser window and displaying it at 1:1 scale." | 222 "description": "The tool-tip shown when the user hovers over the scale to fi
t button. Clicking this button toggles between scaling down the remote desktop t
o fit it inside the Chromium browser window and displaying it at 1:1 scale." |
| 223 }, | 223 }, |
| 224 "WARNING_NAT_DISABLED": { | 224 "WARNING_NAT_DISABLED": { |
| 225 "message": "NOTE: Policy settings permit connections only between computers
within your network.", | 225 "message": "NOTE: Policy settings permit connections only between computers
within your network.", |
| 226 "description": "Message displayed at the bottom of the host screen if local
policy dictates that NAT traversal is disabled, meaning that connections outside
the local network will not work." | 226 "description": "Message displayed at the bottom of the host screen if local
policy dictates that NAT traversal is disabled, meaning that connections outside
the local network will not work." |
| 227 } | 227 } |
| 228 } | 228 } |
| OLD | NEW |