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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 7256002: Multi-Profiles: New Profile Setup UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: show product logo at bottom Created 9 years, 5 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 12686 matching lines...) Expand 10 before | Expand all | Expand 10 after
12697 <ph name="URL"> 12697 <ph name="URL">
12698 $1<ex>html5rocks.com</ex> 12698 $1<ex>html5rocks.com</ex>
12699 </ph> wants to permanently store data on your local computer. 12699 </ph> wants to permanently store data on your local computer.
12700 </message> 12700 </message>
12701 <message name="IDS_REQUEST_LARGE_QUOTA_INFOBAR_QUESTION" desc="Question aske d on the info bar whenever webapp requests new (larger) quota to persistently st ore large data on the user's local computer (e.g. for persistent-type filesystem )."> 12701 <message name="IDS_REQUEST_LARGE_QUOTA_INFOBAR_QUESTION" desc="Question aske d on the info bar whenever webapp requests new (larger) quota to persistently st ore large data on the user's local computer (e.g. for persistent-type filesystem ).">
12702 <ph name="URL"> 12702 <ph name="URL">
12703 $1<ex>html5rocks.com</ex> 12703 $1<ex>html5rocks.com</ex>
12704 </ph> wants to permanently store large data on your local computer. 12704 </ph> wants to permanently store large data on your local computer.
12705 </message> 12705 </message>
12706 12706
12707 <!-- New Profile Setup messages -->
12708 <message name="IDS_NEW_PROFILE_SETUP_TITLE" desc="Title of the new profile s etup page.">
12709 New Profile
12710 </message>
12711 <message name="IDS_NEW_PROFILE_SETUP_CREATE_PROFILE" desc="Label on button f inish creating a profile.">
12712 Create
12713 </message>
12714 <message name="IDS_NEW_PROFILE_SETUP_CANCEL_PROFILE" desc="Label on button t o cancel creating a profile.">
12715 Cancel
12716 </message>
12717 <message name="IDS_NEW_PROFILE_SETUP_NAME_LABEL" desc="Label next to the pro file name text field.">
12718 Profile Name
12719 </message>
12720 <message name="IDS_NEW_PROFILE_SETUP_ICON_LABEL" desc="Label next to the pro file avatar icon chooser.">
12721 Profile Icon
12722 </message>
12723 <message name="IDS_NEW_PROFILE_SETUP_SUMMARY_TITLE" desc="Title for summary at the top of the page that describes what a profile is.">
12724 Create New <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> Profile
Miranda Callahan 2011/06/27 16:42:08 Change title to "Create a New...", which sounds le
sail 2011/06/27 17:37:24 Done.
12725 </message>
12726 <message name="IDS_NEW_PROFILE_SETUP_SUMMARY_BODY" desc="Main body of text t hat describes what a profile is.">
12727 A <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> profile contains
12728 a set of bookmarks, browsing history, saved passwords, and themes. You
12729 can create multiple profiles if you need to manage separate settings.
12730 For example, one profile can be used by you and a second profile can
12731 be used by another person.
Miranda Callahan 2011/06/27 16:42:08 I would say "For example, you can use one profile,
sail 2011/06/27 17:37:24 Done. Ahh, thats much better than my wording.
12732 </message>
12733 <message name="IDS_NEW_PROFILE_SETUP_SUMMARY_CONCLUSION" desc="Text at the e nd of the summary that describes what to do next.">
12734 Choose a name and an avatar then click Create to create a new profile.
Miranda Callahan 2011/06/27 16:42:08 Add a comma between "avatar" and "then". I would a
sail 2011/06/27 17:37:24 Done. Added a comma, holding out on the ! though :
12735 </message>
12736
12707 </messages> 12737 </messages>
12708 <includes> 12738 <includes>
12709 <if expr="pp_ifdef('_google_chrome')"> 12739 <if expr="pp_ifdef('_google_chrome')">
12710 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" /> 12740 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" />
12711 </if> 12741 </if>
12712 <if expr="not pp_ifdef('_google_chrome')"> 12742 <if expr="not pp_ifdef('_google_chrome')">
12713 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" /> 12743 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" />
12714 </if> 12744 </if>
12715 </includes> 12745 </includes>
12716 <structures fallback_to_english="true"> 12746 <structures fallback_to_english="true">
12717 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12747 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12718 </structure> 12748 </structure>
12719 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12749 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12720 </structure> 12750 </structure>
12721 </structures> 12751 </structures>
12722 12752
12723 </release> 12753 </release>
12724 </grit> 12754 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/theme/theme_resources.grd » ('j') | chrome/browser/profiles/profile_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698