summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/_locales/en
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-29 21:20:47 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-29 21:20:47 +0000
commit99f344d9b8b2231d96f865e2cfb227dafe68b71c (patch)
tree423834119d20609991910b22448aaa2e052c0969 /remoting/webapp/_locales/en
parent23341b263ef7449b6248adad82642d06dc89cb0d (diff)
downloadchromium_src-99f344d9b8b2231d96f865e2cfb227dafe68b71c.zip
chromium_src-99f344d9b8b2231d96f865e2cfb227dafe68b71c.tar.gz
chromium_src-99f344d9b8b2231d96f865e2cfb227dafe68b71c.tar.bz2
Implement Me2Me setup flow.
Review URL: https://chromiumcodereview.appspot.com/9921001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129692 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/_locales/en')
-rw-r--r--remoting/webapp/_locales/en/messages.json28
1 files changed, 24 insertions, 4 deletions
diff --git a/remoting/webapp/_locales/en/messages.json b/remoting/webapp/_locales/en/messages.json
index ee8791b..a0a41c3 100644
--- a/remoting/webapp/_locales/en/messages.json
+++ b/remoting/webapp/_locales/en/messages.json
@@ -17,10 +17,6 @@
"message": "All connections",
"description": "In the connection history dialog, clicking this button shows all recent connections unfiltered."
},
- "ASK_PIN_DIALOG_DESCRIPTION": {
- "message": "To protect access to this computer, please choose a PIN. This PIN will be required when connecting from another location.",
- "description": "Explanatory text displayed when the user enables remote access or changes the PIN."
- },
"ASK_PIN_DIALOG_LABEL": {
"message": "PIN",
"description": "Label next to the PIN entry edit box. The user must enter a PIN before enabling remote access to their computer."
@@ -222,6 +218,30 @@
"message": "To securely access this computer from anywhere you sign in to Chromoting, you must first enable remote connections.",
"description": "Message displayed when the current computer is not accepting remote connections, instructing the user how to enable them."
},
+ "HOST_SETUP_DIALOG_DESCRIPTION": {
+ "message": "To protect access to this computer, please choose a PIN. This PIN will be required when connecting from another location.",
+ "description": "Explanatory text displayed when the user enables remote access or changes the PIN."
+ },
+ "HOST_SETUP_HOST_FAILED": {
+ "message": "Failed to start remote access service.",
+ "description": "Message shown when host service fails to start when enabling the host on local computer."
+ },
+ "HOST_SETUP_REGISTRATION_FAILED": {
+ "message": "Failed to register this computer.",
+ "description": "Message shown when host registration fails when enabling the host on local computer."
+ },
+ "HOST_SETUP_STARTED": {
+ "message": "Remote connections for this computer have been enabled.",
+ "description": "Message shown after access to local computer has been enabled successfully."
+ },
+ "HOST_SETUP_STARTING": {
+ "message": "Enabling remote connections for this computer.",
+ "description": "Message shown when local machine is being registered in the directory and when starting the host."
+ },
+ "HOST_SETUP_UPDATING_PIN": {
+ "message": "PIN for this computer is being updated.",
+ "description": "Message shown while changing PIN for the local computer."
+ },
"HOME_SHARE_BUTTON": {
"message": "Share",
"description": "Clicking this button starts the desktop sharing process."