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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
305 "description": "Web-app description. Displayed in Chromium's extensions page
." | 305 "description": "Web-app description. Displayed in Chromium's extensions page
." |
306 }, | 306 }, |
307 "PRODUCT_NAME": { | 307 "PRODUCT_NAME": { |
308 "message": "Chromoting BETA", | 308 "message": "Chromoting BETA", |
309 "description": "The product name. Displayed in various Chromium pages, inclu
ding the New Tab page, and displayed prominently on the app's main page." | 309 "description": "The product name. Displayed in various Chromium pages, inclu
ding the New Tab page, and displayed prominently on the app's main page." |
310 }, | 310 }, |
311 "RECONNECT": { | 311 "RECONNECT": { |
312 "message": "Reconnect", | 312 "message": "Reconnect", |
313 "description": "Label for button to reconnect to the previous Me2Me host. Th
is button appears on the 'session-finished' page." | 313 "description": "Label for button to reconnect to the previous Me2Me host. Th
is button appears on the 'session-finished' page." |
314 }, | 314 }, |
| 315 "RETRY": { |
| 316 "message": "Retry", |
| 317 "description": "Label for button to retry connecting to a Me2Me host, after
failing to connect to that host. This button appears on the 'session-finished' p
age." |
| 318 }, |
315 "SIGN_OUT_BUTTON": { | 319 "SIGN_OUT_BUTTON": { |
316 "message": "Sign out", | 320 "message": "Sign out", |
317 "description": "Sign out button, visible if the user has authenticated. Clic
king this clears authentication credentials and returns the web-app to the initi
al 'unauthenticated' state." | 321 "description": "Sign out button, visible if the user has authenticated. Clic
king this clears authentication credentials and returns the web-app to the initi
al 'unauthenticated' state." |
318 }, | 322 }, |
319 "STOP_SHARING_BUTTON": { | 323 "STOP_SHARING_BUTTON": { |
320 "message": "Stop Sharing", | 324 "message": "Stop Sharing", |
321 "description": "Label for the 'stop sharing' button on the host-side. Clicki
ng this button disconnects the client." | 325 "description": "Label for the 'stop sharing' button on the host-side. Clicki
ng this button disconnects the client." |
322 }, | 326 }, |
323 "TIME_HEADER": { | 327 "TIME_HEADER": { |
324 "message": "Time", | 328 "message": "Time", |
(...skipping 23 matching lines...) Expand all Loading... |
348 }, | 352 }, |
349 "WARNING_NAT_DISABLED": { | 353 "WARNING_NAT_DISABLED": { |
350 "message": "NOTE: Policy settings permit connections only between computers
within your network.", | 354 "message": "NOTE: Policy settings permit connections only between computers
within your network.", |
351 "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." | 355 "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." |
352 }, | 356 }, |
353 "YES": { | 357 "YES": { |
354 "message": "Yes", | 358 "message": "Yes", |
355 "description": "Label for general-purpose 'Yes' buttons." | 359 "description": "Label for general-purpose 'Yes' buttons." |
356 } | 360 } |
357 } | 361 } |
OLD | NEW |