| OLD | NEW |
| 1 { | 1 { |
| 2 "accessCode": { | 2 "accessCode": { |
| 3 "message": "Access code", | 3 "message": "Access code", |
| 4 "description": "Label for the access code entry box" | 4 "description": "Label for the access code entry box" |
| 5 }, | 5 }, |
| 6 "accessCodeTimer": { | 6 "accessCodeTimer": { |
| 7 "message": "This access code will expire in", | 7 "message": "This access code will expire in", |
| 8 "description": "Text preceding the access code timer" | 8 "description": "Text preceding the access code timer" |
| 9 }, | 9 }, |
| 10 "cancel": { | 10 "cancel": { |
| 11 "message": "Cancel", | 11 "message": "Cancel", |
| 12 "description": "Label for general-purpose Cancel buttons" | 12 "description": "Label for general-purpose Cancel buttons" |
| 13 }, | 13 }, |
| 14 "closePromptClient": { |
| 15 "message": "Navigating away from this page will end your Chromoting session.
", |
| 16 "description": "Message shown when the client tab is closed while a connecti
on is active." |
| 17 }, |
| 18 "closePromptHost": { |
| 19 "message": "Navigating away from this page will disconnect the Chromoting vi
ewer.", |
| 20 "description": "Message shown when the host tab is closed while a connection
is active." |
| 21 }, |
| 14 "connectButton": { | 22 "connectButton": { |
| 15 "message": "Connect", | 23 "message": "Connect", |
| 16 "description": "Label for the connect button" | 24 "description": "Label for the connect button" |
| 17 }, | 25 }, |
| 18 "continueButton": { | 26 "continueButton": { |
| 19 "message": "Continue", | 27 "message": "Continue", |
| 20 "description": "Label for the continue button on the pre-authorization page" | 28 "description": "Label for the continue button on the pre-authorization page" |
| 21 }, | 29 }, |
| 22 "debugButton": { | 30 "debugButton": { |
| 23 "message": "Debug Log", | 31 "message": "Debug Log", |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 }, | 175 }, |
| 168 "webappDescription": { | 176 "webappDescription": { |
| 169 "message": "IT2Me-style remote support in Chrome.", | 177 "message": "IT2Me-style remote support in Chrome.", |
| 170 "description": "Web-app description" | 178 "description": "Web-app description" |
| 171 }, | 179 }, |
| 172 "webappName": { | 180 "webappName": { |
| 173 "message": "Remoting IT2Me", | 181 "message": "Remoting IT2Me", |
| 174 "description": "Web-app name" | 182 "description": "Web-app name" |
| 175 } | 183 } |
| 176 } | 184 } |
| OLD | NEW |