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 "closePrompt": { | 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 Chromoting client tab is closed while
a connection is active." | 16 "description": "Message shown when the Chromoting client tab is closed while
a connection is active." |
17 }, | 17 }, |
18 "connectButton": { | 18 "connectButton": { |
19 "message": "Connect", | 19 "message": "Connect", |
20 "description": "Label for the connect button" | 20 "description": "Label for the connect button" |
21 }, | 21 }, |
22 "continueButton": { | 22 "continueButton": { |
23 "message": "Continue", | 23 "message": "Continue", |
24 "description": "Label for the continue button on the pre-authorization page" | 24 "description": "Label for the continue button on the pre-authorization page" |
25 }, | 25 }, |
| 26 "continuePrompt": { |
| 27 "message": "You are currently sharing this machine with another user. Please
confirm that you want to continue sharing.", |
| 28 "description": "Message displayed when the session has lasted longer than fi
ve minutes, explaining that the host computer is being shared and asking whether
or not the user wants to continue sharing it" |
| 29 }, |
26 "debugButton": { | 30 "debugButton": { |
27 "message": "Debug Log", | 31 "message": "Debug Log", |
28 "description": "Label for the debug log button" | 32 "description": "Label for the debug log button" |
29 }, | 33 }, |
30 "descriptionConnect": { | 34 "descriptionConnect": { |
31 "message": "Have the user whose computer you wish to access click ‘Share thi
s computer’ and then have them read their access code to you.", | 35 "message": "Have the user whose computer you wish to access click ‘Share thi
s computer’ and then have them read their access code to you.", |
32 "description": "Description for the client app" | 36 "description": "Description for the client app" |
33 }, | 37 }, |
34 "descriptionShare": { | 38 "descriptionShare": { |
35 "message": "With Chromoting you can easily let another Chrome user see and c
ontrol your computer.", | 39 "message": "With Chromoting you can easily let another Chrome user see and c
ontrol your computer.", |
36 "description": "Description for the host app" | 40 "description": "Description for the host app" |
37 }, | 41 }, |
38 "disconnectButton": { | 42 "disconnectButton": { |
39 "message": "Disconnect", | 43 "message": "Disconnect", |
40 "description": "Label for the disconnect button" | 44 "description": "Label for the disconnect button" |
41 }, | 45 }, |
| 46 "disconnectButtonPlusShortcutLinux": { |
| 47 "message": "Disconnect (Ctrl+Alt+Esc)", |
| 48 "description": "Shortcut for the disconnect action on Linux" |
| 49 }, |
| 50 "disconnectButtonPlusShortcutMacOSX": { |
| 51 "message": "Disconnect (⌥⌃⎋)", |
| 52 "description": "Shortcut for the disconnect action on Mac OS X. This probabl
y doesn't need localizing since it is common practise on this platform to refer
to the keys involved using symbols." |
| 53 }, |
| 54 "disconnectButtonPlusShortcutWindows": { |
| 55 "message": "Disconnect (Ctrl+Alt+Esc)", |
| 56 "description": "Shortcut for the disconnect action on Windows" |
| 57 }, |
42 "errorGeneric": { | 58 "errorGeneric": { |
43 "message": "An error occurred.", | 59 "message": "An error occurred.", |
44 "description": "Generic error message" | 60 "description": "Generic error message" |
45 }, | 61 }, |
46 "errorInvalidAccessCode": { | 62 "errorInvalidAccessCode": { |
47 "message": "Invalid access code.", | 63 "message": "Invalid access code.", |
48 "description": "Error displayed if an invalid access code is entered" | 64 "description": "Error displayed if an invalid access code is entered" |
49 }, | 65 }, |
50 "errorMissingPlugin": { | 66 "errorMissingPlugin": { |
51 "message": "The viewer plugin is missing or out-of-date. Please upgrade to a
more recent version of Chrome.", | 67 "message": "The viewer plugin is missing or out-of-date. Please upgrade to a
more recent version of Chrome.", |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 }, | 185 }, |
170 "verifyingCode": { | 186 "verifyingCode": { |
171 "message": "Verifying access code…", | 187 "message": "Verifying access code…", |
172 "description": "Message displayed while the access code is verified" | 188 "description": "Message displayed while the access code is verified" |
173 }, | 189 }, |
174 "webappDescription": { | 190 "webappDescription": { |
175 "message": "Remote support in Chrome.", | 191 "message": "Remote support in Chrome.", |
176 "description": "Web-app description" | 192 "description": "Web-app description" |
177 } | 193 } |
178 } | 194 } |
OLD | NEW |