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

Unified Diff: remoting/webapp/_locales/en/messages.json

Issue 9903008: Added first-run infographic screens for IT2Me and Me2Me. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/resources/infographic_remote_assistance.png ('k') | remoting/webapp/event_handlers.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/_locales/en/messages.json
diff --git a/remoting/webapp/_locales/en/messages.json b/remoting/webapp/_locales/en/messages.json
index b309742d77126c0044fa2695ec1f7fccb1c248ca..ee8791b6487d3fec00af04dbf76648ef70431449 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."
« no previous file with comments | « remoting/resources/infographic_remote_assistance.png ('k') | remoting/webapp/event_handlers.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698