Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "access_code": { | 2 "access_code": { |
| 3 "message": "Access code" | 3 "message": "Access code" |
| 4 }, | 4 }, |
| 5 "access_code_timer": { | 5 "access_code_timer": { |
| 6 "message": "This access code will expire in $1", | 6 "message": "This access code will expire in $1", |
| 7 "placeholders": { | 7 "placeholders": { |
| 8 "1": { | 8 "1": { |
| 9 "content": "$1" | 9 "content": "$1" |
| 10 } | 10 } |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 106 }, | 106 }, |
| 107 "error_host_overload": { | 107 "error_host_overload": { |
| 108 "message": "Connections to the remote computer are temporarily blocked becau se somebody was trying to connect to it with invalid PIN. Please try again later ." | 108 "message": "Connections to the remote computer are temporarily blocked becau se somebody was trying to connect to it with invalid PIN. Please try again later ." |
| 109 }, | 109 }, |
| 110 "error_incompatible_protocol": { | 110 "error_incompatible_protocol": { |
| 111 "message": "An incompatible version of Chrome Remote Desktop was detected. P lease make sure that you have the latest version of Google Chrome and Chrome Rem ote Desktop on both computers and try again." | 111 "message": "An incompatible version of Chrome Remote Desktop was detected. P lease make sure that you have the latest version of Google Chrome and Chrome Rem ote Desktop on both computers and try again." |
| 112 }, | 112 }, |
| 113 "error_invalid_access_code": { | 113 "error_invalid_access_code": { |
| 114 "message": "The access code is invalid. Please try again." | 114 "message": "The access code is invalid. Please try again." |
| 115 }, | 115 }, |
| 116 "error_invalid_host_domain": { | |
| 117 "message": "This computer does not let you use it as a Chrome Remote Desktop host." | |
|
Jamie
2012/09/19 17:37:59
There's no need to change this file. It is updated
simonmorris
2012/09/19 18:01:02
Done.
| |
| 118 }, | |
| 116 "error_missing_plugin": { | 119 "error_missing_plugin": { |
| 117 "message": "Some components required for Chrome Remote Desktop are missing. Please make sure you're running the latest version of Google Chrome and try agai n." | 120 "message": "Some components required for Chrome Remote Desktop are missing. Please make sure you're running the latest version of Google Chrome and try agai n." |
| 118 }, | 121 }, |
| 119 "error_network_failure": { | 122 "error_network_failure": { |
| 120 "message": "Unable to reach the host. This is probably due to the configurat ion of the network you are using." | 123 "message": "Unable to reach the host. This is probably due to the configurat ion of the network you are using." |
| 121 }, | 124 }, |
| 122 "error_no_response": { | 125 "error_no_response": { |
| 123 "message": "The server failed to respond to the network request." | 126 "message": "The server failed to respond to the network request." |
| 124 }, | 127 }, |
| 125 "error_not_authenticated": { | 128 "error_not_authenticated": { |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 370 "tooltip_rename": { | 373 "tooltip_rename": { |
| 371 "message": "Edit computer name" | 374 "message": "Edit computer name" |
| 372 }, | 375 }, |
| 373 "warning_nat_disabled": { | 376 "warning_nat_disabled": { |
| 374 "message": "NOTE: Policy settings permit connections only between computers within your network." | 377 "message": "NOTE: Policy settings permit connections only between computers within your network." |
| 375 }, | 378 }, |
| 376 "why_is_this_safe": { | 379 "why_is_this_safe": { |
| 377 "message": "Why is this safe?" | 380 "message": "Why is this safe?" |
| 378 } | 381 } |
| 379 } | 382 } |
| OLD | NEW |