diff options
author | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-29 17:50:35 +0000 |
---|---|---|
committer | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-29 17:50:35 +0000 |
commit | b8eb4f05961366e193d76bce84a5da3d32ac9869 (patch) | |
tree | 7cd2aaf94ee66cab064f6e076e011f8582bb54cd /remoting/webapp/_locales/en | |
parent | 0f59ede78fa343c277e4e23bd06d4f8dd59b58e1 (diff) | |
download | chromium_src-b8eb4f05961366e193d76bce84a5da3d32ac9869.zip chromium_src-b8eb4f05961366e193d76bce84a5da3d32ac9869.tar.gz chromium_src-b8eb4f05961366e193d76bce84a5da3d32ac9869.tar.bz2 |
Added first-run infographic screens for IT2Me and Me2Me.
BUG=120184
TEST=Manual
Review URL: https://chromiumcodereview.appspot.com/9903008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129643 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/_locales/en')
-rw-r--r-- | remoting/webapp/_locales/en/messages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/remoting/webapp/_locales/en/messages.json b/remoting/webapp/_locales/en/messages.json index b309742..ee8791b 100644 --- a/remoting/webapp/_locales/en/messages.json +++ b/remoting/webapp/_locales/en/messages.json @@ -186,6 +186,10 @@ "message": "Full screen", "description": "Menu option for toggle full-screen mode. Equivalent to using the Wrench menu to do the same thing." }, + "GET_STARTED": { + "message": "Get started", + "description": "Button displayed underneath explanatory text for app features. Clicking causes the text, infographic and the button itself to be replaced by the actual UI for that feature." + }, "HELP": { "message": "Help", "description": "Help link, displayed in the top-left (assuming ltr layout) corner of the main screen. Clicking this takes the user to our FAQ." @@ -242,10 +246,18 @@ "message": "Once they enter the code your sharing session will begin.", "description": "Instructions shown below the access code when it is ready to be conveyed to the client." }, + "IT2ME_FIRST_RUN": { + "message": "User-to-user screen sharing—perfect for remote technical support.", + "description": "Description of the 'IT2Me' remote support functionality, displayed until the user clicks a 'get started' button, at which point it is replaced by the actual UI for that functionality." + }, "LABEL_CONNECTED": { "message": "Connected:", "description": "String displayed in front of the host when a connection is active informing the client user who they are connected to." }, + "ME2ME_FIRST_RUN": { + "message": "Access your own computer from anywhere.", + "description": "Description of the 'Me2Me' remote access functionality, displayed until the user clicks a 'get started' button, at which point it is replaced by the actual UI for that functionality." + }, "MESSAGE_GENERATING": { "message": "Generating access code\u2026", "description": "Text shown while generating an access code." |