Chromium Code Reviews| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 112 "description": "Help link, displayed in the top-left (assuming ltr layout) c orner of the main screen. Clicking this takes the user to our FAQ." | 112 "description": "Help link, displayed in the top-left (assuming ltr layout) c orner of the main screen. Clicking this takes the user to our FAQ." |
| 113 }, | 113 }, |
| 114 "HOME_ACCESS_BUTTON": { | 114 "HOME_ACCESS_BUTTON": { |
| 115 "message": "Access Now", | 115 "message": "Access Now", |
| 116 "description": "Clicking this button starts the desktop access process." | 116 "description": "Clicking this button starts the desktop access process." |
| 117 }, | 117 }, |
| 118 "HOME_ACCESS_DESCRIPTION": { | 118 "HOME_ACCESS_DESCRIPTION": { |
| 119 "message": "See and control a shared computer.", | 119 "message": "See and control a shared computer.", |
| 120 "description": "Description of the 'access' or 'client' functionality, displ ayed next to a button that instigates an access operation." | 120 "description": "Description of the 'access' or 'client' functionality, displ ayed next to a button that instigates an access operation." |
| 121 }, | 121 }, |
| 122 "HOME_ANYTIME_REMOTE_ACCESS_TITLE": { | 122 "HOME_MY_COMPUTERS_TITLE": { |
| 123 "message": "Anytime Remote Access", | 123 "message": "My Computers", |
|
Wez
2011/11/12 01:12:42
"My Computers"...? Are you sure?
Jamie
2011/11/14 18:28:16
That's what the latest mocks say. I will probably
| |
| 124 "description": "Title for the portion of the home page showing the list of h osts the user has previously registered for remote access at any time." | 124 "description": "Title for the portion of the home page showing the list of h osts the user has previously registered for remote access at any time." |
| 125 }, | 125 }, |
| 126 "HOME_SHARE_BUTTON": { | 126 "HOME_SHARE_BUTTON": { |
| 127 "message": "Share Now", | 127 "message": "Share Now", |
| 128 "description": "Clicking this button starts the desktop sharing process." | 128 "description": "Clicking this button starts the desktop sharing process." |
| 129 }, | 129 }, |
| 130 "HOME_SHARE_DESCRIPTION": { | 130 "HOME_SHARE_DESCRIPTION": { |
| 131 "message": "Share this computer for another user to see and control.", | 131 "message": "Share this computer for another user to see and control.", |
| 132 "description": "Description of the 'share' or 'host' functionality, displaye d next to a button that instigates a share operation." | 132 "description": "Description of the 'share' or 'host' functionality, displaye d next to a button that instigates a share operation." |
| 133 }, | 133 }, |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 207 }, | 207 }, |
| 208 "VERIFYING_CODE": { | 208 "VERIFYING_CODE": { |
| 209 "message": "Verifying access code\u2026", | 209 "message": "Verifying access code\u2026", |
| 210 "description": "Message displayed on the client while the access code is ver ified." | 210 "description": "Message displayed on the client while the access code is ver ified." |
| 211 }, | 211 }, |
| 212 "WARNING_NAT_DISABLED": { | 212 "WARNING_NAT_DISABLED": { |
| 213 "message": "NOTE: Policy settings permit connections only between computers within your network.", | 213 "message": "NOTE: Policy settings permit connections only between computers within your network.", |
| 214 "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." | 214 "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." |
| 215 } | 215 } |
| 216 } | 216 } |
| OLD | NEW |