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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
190 "REQUEST_FIREWALL_PERMISSION": { | 190 "REQUEST_FIREWALL_PERMISSION": { |
191 "message": "$exe$ requires permission to accept incoming connections for Chr
omoting to function.", | 191 "message": "$exe$ requires permission to accept incoming connections for Chr
omoting to function.", |
192 "description": "Message displayed to the used if Chromoting detects that a f
irewall exception is required. The message will be presented in a dialog with tw
o buttons: OK and Cancel.", | 192 "description": "Message displayed to the used if Chromoting detects that a f
irewall exception is required. The message will be presented in a dialog with tw
o buttons: OK and Cancel.", |
193 "placeholders": { | 193 "placeholders": { |
194 "exe": { | 194 "exe": { |
195 "content": "$1", | 195 "content": "$1", |
196 "example": "Chromium.exe" | 196 "example": "Chromium.exe" |
197 } | 197 } |
198 } | 198 } |
199 }, | 199 }, |
200 "SCALE_BUTTON": { | |
201 "message": "Fit Screen", | |
202 "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." | |
203 }, | |
204 "SHARE_BUTTON": { | 200 "SHARE_BUTTON": { |
205 "message": "Share This Computer", | 201 "message": "Share This Computer", |
206 "description": "Label for the share button on the host-side. Clicking this b
utton generates an access code to be conveyed to the client." | 202 "description": "Label for the share button on the host-side. Clicking this b
utton generates an access code to be conveyed to the client." |
207 }, | 203 }, |
208 "STOP_SHARING_BUTTON": { | 204 "STOP_SHARING_BUTTON": { |
209 "message": "Stop Sharing", | 205 "message": "Stop Sharing", |
210 "description": "Label for the 'stop sharing' button on the host-side. Clicki
ng this button disconnects the client." | 206 "description": "Label for the 'stop sharing' button on the host-side. Clicki
ng this button disconnects the client." |
211 }, | 207 }, |
| 208 "TOOLTIP_SCALING": { |
| 209 "message": "Scale to fit", |
| 210 "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." |
| 211 }, |
212 "VERIFYING_CODE": { | 212 "VERIFYING_CODE": { |
213 "message": "Verifying access code…", | 213 "message": "Verifying access code…", |
214 "description": "Message displayed on the client while the access code is ver
ified." | 214 "description": "Message displayed on the client while the access code is ver
ified." |
215 } | 215 } |
216 } | 216 } |
OLD | NEW |