diff options
author | noms@chromium.org <noms@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-12 05:07:27 +0000 |
---|---|---|
committer | noms@chromium.org <noms@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-12 05:07:27 +0000 |
commit | d9a9d7a304657712b4d572fd0b58c24933c1bdec (patch) | |
tree | 22c0c2ac6e43f4c63cea80244c4939385814e649 /chrome/app/google_chrome_strings.grd | |
parent | d9ce37d2b375543986b4aa35e92f72b5fe8302a1 (diff) | |
download | chromium_src-d9a9d7a304657712b4d572fd0b58c24933c1bdec.zip chromium_src-d9a9d7a304657712b4d572fd0b58c24933c1bdec.tar.gz chromium_src-d9a9d7a304657712b4d572fd0b58c24933c1bdec.tar.bz2 |
Add a tutorial for the desktop user manager
This CL makes the tutorial available as a chrome:// url, but not accessible from any native UI.
Future CLs will:
- add a preference to the profile to show the tutorial the first time the user manager is shown for that profile
- figure out the tutorial positioning in the case there is only one user pod (i.e. show the tutorial to the side, rather than centered, as to not overlap the pod)
BUG=324052
TEST=With --new-profile-management enabled, go to chrome://user-manager#tutorial and become tutorialized.
Review URL: https://codereview.chromium.org/179083003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256434 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/google_chrome_strings.grd')
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index dd34bcc..e07b4b8 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -1031,6 +1031,34 @@ Signing in anyway will merge Chrome information like bookmarks, history, and oth Make Google Chrome the default browser </message> + <!-- User manager tutorial --> + <if expr="not is_android and not is_ios and not chromeos"> + <message name="IDS_USER_MANAGER_TUTORIAL_SLIDE_INTRO_TITLE" desc="Title of the tutorial introduction slide"> + Chrome just got better + </message> + <message name="IDS_USER_MANAGER_TUTORIAL_SLIDE_INTRO_TEXT" desc="Main text of the tutorial introduction slide"> + Now it's easier to use Chrome with your Google Account and on shared computers. + </message> + <message name="IDS_USER_MANAGER_TUTORIAL_SLIDE_YOUR_CHROME_TITLE" desc="Title of the personalization slide"> + This is your Chrome + </message> + <message name="IDS_USER_MANAGER_TUTORIAL_SLIDE_YOUR_CHROME_TEXT" desc="Main text of the personalization slide"> + Your web, bookmarks, and other Chrome stuff live here. + </message> + <message name="IDS_USER_MANAGER_TUTORIAL_SLIDE_GUEST_TEXT" desc="Main text of the guest user slide"> + Guests can use Chrome without leaving anything behind. + </message> + <message name="IDS_USER_MANAGER_TUTORIAL_SLIDE_FRIENDS_TEXT" desc="Main text of the friends and family slide"> + If you share a computer, friends and family can browse separately and set up Chrome just the way the want. + </message> + <message name="IDS_USER_MANAGER_TUTORIAL_SLIDE_OUTRO_TEXT" desc="Main text of the tutorial completion slide"> + Click your name to open Chrome and start browsing. + </message> + <message name="IDS_USER_MANAGER_TUTORIAL_SLIDE_OUTRO_ADD_USER" desc="Title text for the button that would add a new user"> + Add yourself to Chrome + </message> + </if> + </messages> </release> </grit> |