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

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

Issue 7275026: Revert 90820 - Multi-Profiles: New Profile Setup UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 12747 matching lines...) Expand 10 before | Expand all | Expand 10 after
12758 <ph name="URL"> 12758 <ph name="URL">
12759 $1<ex>html5rocks.com</ex> 12759 $1<ex>html5rocks.com</ex>
12760 </ph> wants to permanently store data on your local computer. 12760 </ph> wants to permanently store data on your local computer.
12761 </message> 12761 </message>
12762 <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 )."> 12762 <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 ).">
12763 <ph name="URL"> 12763 <ph name="URL">
12764 $1<ex>html5rocks.com</ex> 12764 $1<ex>html5rocks.com</ex>
12765 </ph> wants to permanently store large data on your local computer. 12765 </ph> wants to permanently store large data on your local computer.
12766 </message> 12766 </message>
12767 12767
12768 <!-- New Profile Setup messages -->
12769 <message name="IDS_NEW_PROFILE_SETUP_TITLE" desc="Title of the new profile s etup page.">
12770 New Profile
12771 </message>
12772 <message name="IDS_NEW_PROFILE_SETUP_CREATE_PROFILE" desc="Label on button f inish creating a profile.">
12773 Create
12774 </message>
12775 <message name="IDS_NEW_PROFILE_SETUP_CANCEL_PROFILE" desc="Label on button t o cancel creating a profile.">
12776 Cancel
12777 </message>
12778 <message name="IDS_NEW_PROFILE_SETUP_NAME_LABEL" desc="Label next to the pro file name text field.">
12779 Profile Name
12780 </message>
12781 <message name="IDS_NEW_PROFILE_SETUP_ICON_LABEL" desc="Label next to the pro file avatar icon chooser.">
12782 Profile Icon
12783 </message>
12784 <message name="IDS_NEW_PROFILE_SETUP_SUMMARY_TITLE" desc="Title for summary at the top of the page that describes what a profile is.">
12785 Create a New <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> Profile
12786 </message>
12787 <message name="IDS_NEW_PROFILE_SETUP_SUMMARY_BODY" desc="Main body of text t hat describes what a profile is.">
12788 A <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> profile contains
12789 a set of bookmarks, browsing history, saved passwords, and themes. You
12790 can create multiple profiles if you need to manage separate settings.
12791 For example, you can use one profile, and your friend can use another."
12792 </message>
12793 <message name="IDS_NEW_PROFILE_SETUP_SUMMARY_CONCLUSION" desc="Text at the e nd of the summary that describes what to do next.">
12794 Choose a name and an avatar, then click Create to create a new profile.
12795 </message>
12796
12797 </messages> 12768 </messages>
12798 <includes> 12769 <includes>
12799 <if expr="pp_ifdef('_google_chrome')"> 12770 <if expr="pp_ifdef('_google_chrome')">
12800 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" /> 12771 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" />
12801 </if> 12772 </if>
12802 <if expr="not pp_ifdef('_google_chrome')"> 12773 <if expr="not pp_ifdef('_google_chrome')">
12803 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" /> 12774 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" />
12804 </if> 12775 </if>
12805 </includes> 12776 </includes>
12806 <structures fallback_to_english="true"> 12777 <structures fallback_to_english="true">
12807 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12778 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12808 </structure> 12779 </structure>
12809 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12780 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12810 </structure> 12781 </structure>
12811 </structures> 12782 </structures>
12812 12783
12813 </release> 12784 </release>
12814 </grit> 12785 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698