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": { | 14 "closePrompt": { |
15 "message": "Navigating away from this page will end your Chromoting session.
", | 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." | 16 "description": "Message shown when the Chromoting client tab is closed while
a connection 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 }, | 17 }, |
22 "connectButton": { | 18 "connectButton": { |
23 "message": "Connect", | 19 "message": "Connect", |
24 "description": "Label for the connect button" | 20 "description": "Label for the connect button" |
25 }, | 21 }, |
26 "continueButton": { | 22 "continueButton": { |
27 "message": "Continue", | 23 "message": "Continue", |
28 "description": "Label for the continue button on the pre-authorization page" | 24 "description": "Label for the continue button on the pre-authorization page" |
29 }, | 25 }, |
30 "debugButton": { | 26 "debugButton": { |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 }, | 171 }, |
176 "webappDescription": { | 172 "webappDescription": { |
177 "message": "IT2Me-style remote support in Chrome.", | 173 "message": "IT2Me-style remote support in Chrome.", |
178 "description": "Web-app description" | 174 "description": "Web-app description" |
179 }, | 175 }, |
180 "webappName": { | 176 "webappName": { |
181 "message": "Remoting IT2Me", | 177 "message": "Remoting IT2Me", |
182 "description": "Web-app name" | 178 "description": "Web-app name" |
183 } | 179 } |
184 } | 180 } |
OLD | NEW |