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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 "description": "Message shown when user has attempted to continue past the m
anual install dialog, but the Host components are not yet installed." | 239 "description": "Message shown when user has attempted to continue past the m
anual install dialog, but the Host components are not yet installed." |
240 }, | 240 }, |
241 "HOST_SETUP_REGISTRATION_FAILED": { | 241 "HOST_SETUP_REGISTRATION_FAILED": { |
242 "message": "Failed to register this computer.", | 242 "message": "Failed to register this computer.", |
243 "description": "Message shown when host registration fails when enabling the
host on local computer." | 243 "description": "Message shown when host registration fails when enabling the
host on local computer." |
244 }, | 244 }, |
245 "HOST_SETUP_STARTED": { | 245 "HOST_SETUP_STARTED": { |
246 "message": "Remote connections for this computer have been enabled.", | 246 "message": "Remote connections for this computer have been enabled.", |
247 "description": "Message shown after access to local computer has been enable
d successfully." | 247 "description": "Message shown after access to local computer has been enable
d successfully." |
248 }, | 248 }, |
| 249 "HOST_SETUP_STARTED_DISABLE_SLEEP": { |
| 250 "message": "Please check your computer's power management settings and ensur
e that it is not configured to sleep when idle.", |
| 251 "description": "Instructions to the user to ask them to disable power manage
ment for the computer in order to be able to connect to it." |
| 252 }, |
249 "HOST_SETUP_STARTING": { | 253 "HOST_SETUP_STARTING": { |
250 "message": "enabling remote connections for this computer\u2026", | 254 "message": "enabling remote connections for this computer\u2026", |
251 "description": "Message shown when local machine is being registered in the
directory and when starting the host." | 255 "description": "Message shown when local machine is being registered in the
directory and when starting the host." |
252 }, | 256 }, |
253 "HOST_SETUP_STOP_FAILED": { | 257 "HOST_SETUP_STOP_FAILED": { |
254 "message": "Failed to disable remote access to this computer. Please try aga
in later.", | 258 "message": "Failed to disable remote access to this computer. Please try aga
in later.", |
255 "description": "Message shown after we've failed to stop the host." | 259 "description": "Message shown after we've failed to stop the host." |
256 }, | 260 }, |
257 "HOST_SETUP_STOPPED": { | 261 "HOST_SETUP_STOPPED": { |
258 "message": "Remote connections for this computer have been disabled.", | 262 "message": "Remote connections for this computer have been disabled.", |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
448 }, | 452 }, |
449 "WARNING_NAT_DISABLED": { | 453 "WARNING_NAT_DISABLED": { |
450 "message": "NOTE: Policy settings permit connections only between computers
within your network.", | 454 "message": "NOTE: Policy settings permit connections only between computers
within your network.", |
451 "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." | 455 "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." |
452 }, | 456 }, |
453 "WHY_IS_THIS_SAFE": { | 457 "WHY_IS_THIS_SAFE": { |
454 "message": "Why is this safe?", | 458 "message": "Why is this safe?", |
455 "description": "Help link displayed when the user enables the host on this c
omputer. Clicking this link opens a page that explains why this operation is saf
e." | 459 "description": "Help link displayed when the user enables the host on this c
omputer. Clicking this link opens a page that explains why this operation is saf
e." |
456 } | 460 } |
457 } | 461 } |
OLD | NEW |