Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1250)

Side by Side Diff: remoting/webapp/_locales/en/messages.json

Issue 10274022: Added extra text to 'host started' dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added TODO. Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | remoting/webapp/host_setup_dialog.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/host_setup_dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698