| 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 "description": "Web-app description. Displayed in Chrome's extensions page." | 180 "description": "Web-app description. Displayed in Chrome's extensions page." |
| 181 }, | 181 }, |
| 182 "PRODUCT_NAME": { | 182 "PRODUCT_NAME": { |
| 183 "message": "Chromoting", | 183 "message": "Chromoting", |
| 184 "description": "The product name. Displayed in various Chrome page, includin
g the New Tab page, and displayed prominently on the app's main page." | 184 "description": "The product name. Displayed in various Chrome page, includin
g the New Tab page, and displayed prominently on the app's main page." |
| 185 }, | 185 }, |
| 186 "PRODUCT_NAME_AND_VERSION": { | 186 "PRODUCT_NAME_AND_VERSION": { |
| 187 "message": "Chromoting v1.0", | 187 "message": "Chromoting v1.0", |
| 188 "description": "The product name and version number. Displayed in Chrome's e
xtensions page." | 188 "description": "The product name and version number. Displayed in Chrome's e
xtensions page." |
| 189 }, | 189 }, |
| 190 "SCALE_BUTTON": { | |
| 191 "message": "Fit Screen", | |
| 192 "description": "Label for the scaling button. Clicking this toggles between
scale-to-fit and 1:1 mode. This is displayed in a tool-bar with limited horizont
al space; please try to keep the translation under 20 characters." | |
| 193 }, | |
| 194 "SHARE_BUTTON": { | 190 "SHARE_BUTTON": { |
| 195 "message": "Share This Computer", | 191 "message": "Share This Computer", |
| 196 "description": "Label for the share button on the host-side. Clicking this b
utton generates an access code to be conveyed to the client." | 192 "description": "Label for the share button on the host-side. Clicking this b
utton generates an access code to be conveyed to the client." |
| 197 }, | 193 }, |
| 198 "STOP_SHARING_BUTTON": { | 194 "STOP_SHARING_BUTTON": { |
| 199 "message": "Stop Sharing", | 195 "message": "Stop Sharing", |
| 200 "description": "Label for the 'stop sharing' button on the host-side. Clicki
ng this button disconnects the client." | 196 "description": "Label for the 'stop sharing' button on the host-side. Clicki
ng this button disconnects the client." |
| 201 }, | 197 }, |
| 198 "TOOLTIP_SCALING": { |
| 199 "message": "Scale to fit", |
| 200 "description": "The tool-tip shown when the user hovers over the scale to fi
t button. Clicking this button toggles between scaling down the remote desktop t
o fit it inside the Chromium browser window and displaying it at 1:1 scale." |
| 201 }, |
| 202 "VERIFYING_CODE": { | 202 "VERIFYING_CODE": { |
| 203 "message": "Verifying access code…", | 203 "message": "Verifying access code…", |
| 204 "description": "Message displayed on the client while the access code is ver
ified." | 204 "description": "Message displayed on the client while the access code is ver
ified." |
| 205 } | 205 } |
| 206 } | 206 } |
| OLD | NEW |