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 27 matching lines...) Expand all Loading... | |
38 "description": "Text shown when the app first starts, or if the access token is invalidated, explaining the need to authorize the Chromoting app before use. " | 38 "description": "Text shown when the app first starts, or if the access token is invalidated, explaining the need to authorize the Chromoting app before use. " |
39 }, | 39 }, |
40 "DESCRIPTION_CONNECT": { | 40 "DESCRIPTION_CONNECT": { |
41 "message": "Ask the user whose computer you wish to access to click \u2018Sh are This Computer\u2019 and give you the access code.", | 41 "message": "Ask the user whose computer you wish to access to click \u2018Sh are This Computer\u2019 and give you the access code.", |
42 "description": "Description for the client app. This is shown to the client user above the access code entry box before the connection is started. Note that the 'Share This Computer' quote should be copied verbatim from the correspondin g translation." | 42 "description": "Description for the client app. This is shown to the client user above the access code entry box before the connection is started. Note that the 'Share This Computer' quote should be copied verbatim from the correspondin g translation." |
43 }, | 43 }, |
44 "DESCRIPTION_SHARE": { | 44 "DESCRIPTION_SHARE": { |
45 "message": "With Chromoting you can easily and securely let another Chromium user see and control your computer.", | 45 "message": "With Chromoting you can easily and securely let another Chromium user see and control your computer.", |
46 "description": "Description for the host app. This is shown to the host abov e the 'Share This Computer' button user before the client connects." | 46 "description": "Description for the host app. This is shown to the host abov e the 'Share This Computer' button user before the client connects." |
47 }, | 47 }, |
48 "DISCONNECT_BUTTON": { | |
49 "message": "Disconnect", | |
50 "description": "Label for the disconnect button, without keyboard shortcuts. Only used in case we aren't able to enable hot-key support." | |
51 }, | |
52 "DISCONNECT_BUTTON_PLUS_SHORTCUT_LINUX": { | 48 "DISCONNECT_BUTTON_PLUS_SHORTCUT_LINUX": { |
53 "message": "Disconnect (Ctrl+Alt+Esc)", | 49 "message": "Disconnect (Ctrl+Alt+Esc)", |
54 "description": "Label for the disconnect button including the Linux keyboard shortcut." | 50 "description": "Label for the disconnect button including the Linux keyboard shortcut. Clicking this button disconnects the remote user." |
55 }, | 51 }, |
56 "DISCONNECT_BUTTON_PLUS_SHORTCUT_MAC_OS_X": { | 52 "DISCONNECT_BUTTON_PLUS_SHORTCUT_MAC_OS_X": { |
57 "message": "Disconnect (\u2325\u2303\u238b)", | 53 "message": "Disconnect (\u2325\u2303\u238b)", |
garykac
2011/10/11 18:01:58
Unrelated to this CL. But we should use text inste
Jamie
2011/10/11 18:16:33
Done.
| |
58 "description": "Label for the disconnect button including the Mac OS X keybo ard shortcut." | 54 "description": "Label for the disconnect button including the Mac OS X keybo ard shortcut. Clicking this button disconnects the remote user." |
59 }, | 55 }, |
60 "DISCONNECT_BUTTON_PLUS_SHORTCUT_WINDOWS": { | 56 "DISCONNECT_BUTTON_PLUS_SHORTCUT_WINDOWS": { |
61 "message": "Disconnect (Ctrl+Alt+Esc)", | 57 "message": "Disconnect (Ctrl+Alt+Esc)", |
62 "description": "Label for the disconnect button including the Windows keyboa rd shortcut." | 58 "description": "Label for the disconnect button including the Windows keyboa rd shortcut. Clicking this button disconnects the remote user." |
59 }, | |
60 "DISCONNECT_MYSELF_BUTTON": { | |
61 "message": "Disconnect", | |
62 "description": "Label for the client-side disconnect button. Clicking this b utton disconnects oneself from the host." | |
63 }, | |
64 "DISCONNECT_OTHER_BUTTON": { | |
65 "message": "Disconnect", | |
66 "description": "Label for the host-side disconnect button, without keyboard shortcuts. Only used in case we aren't able to enable hot-key support. Clicking this button disconnects the remote user." | |
63 }, | 67 }, |
64 "ERROR_HOST_IS_OFFLINE": { | 68 "ERROR_HOST_IS_OFFLINE": { |
65 "message": "The remote computer is not responding to connection requests. Pl ease verify that it is online and try again.", | 69 "message": "The remote computer is not responding to connection requests. Pl ease verify that it is online and try again.", |
66 "description": "Error that is shown on the client side when we don't get a r esponse from the host." | 70 "description": "Error that is shown on the client side when we don't get a r esponse from the host." |
67 }, | 71 }, |
68 "ERROR_INCOMPATIBLE_PROTOCOL": { | 72 "ERROR_INCOMPATIBLE_PROTOCOL": { |
69 "message": "An incompatible version of Chromoting was detected. Please make sure that you have the latest version of Chromium and Chromoting on both compute rs and try again.", | 73 "message": "An incompatible version of Chromoting was detected. Please make sure that you have the latest version of Chromium and Chromoting on both compute rs and try again.", |
70 "description": "Error that is shown on the client side when incompatible Chr omoting versions are installed on host and client." | 74 "description": "Error that is shown on the client side when incompatible Chr omoting versions are installed on host and client." |
71 }, | 75 }, |
72 "ERROR_GENERIC": { | 76 "ERROR_GENERIC": { |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
205 }, | 209 }, |
206 "VERIFYING_CODE": { | 210 "VERIFYING_CODE": { |
207 "message": "Verifying access code\u2026", | 211 "message": "Verifying access code\u2026", |
208 "description": "Message displayed on the client while the access code is ver ified." | 212 "description": "Message displayed on the client while the access code is ver ified." |
209 }, | 213 }, |
210 "WARNING_NAT_DISABLED": { | 214 "WARNING_NAT_DISABLED": { |
211 "message": "NOTE: Policy settings permit connections only between computers within your network.", | 215 "message": "NOTE: Policy settings permit connections only between computers within your network.", |
212 "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." | 216 "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." |
213 } | 217 } |
214 } | 218 } |
OLD | NEW |