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

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: Address review comments 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 12781 matching lines...) Expand 10 before | Expand all | Expand 10 after
12792 <ph name="URL"> 12792 <ph name="URL">
12793 $1<ex>html5rocks.com</ex> 12793 $1<ex>html5rocks.com</ex>
12794 </ph> wants to permanently store data on your local computer. 12794 </ph> wants to permanently store data on your local computer.
12795 </message> 12795 </message>
12796 <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 )."> 12796 <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 ).">
12797 <ph name="URL"> 12797 <ph name="URL">
12798 $1<ex>html5rocks.com</ex> 12798 $1<ex>html5rocks.com</ex>
12799 </ph> wants to permanently store large data on your local computer. 12799 </ph> wants to permanently store large data on your local computer.
12800 </message> 12800 </message>
12801 12801
12802 <!-- New Profile Setup messages -->
12803 <if expr="pp_ifdef('use_titlecase')">
12804 <message name="IDS_NEW_PROFILE_SETUP_TITLE" desc="In Title Case: Title of the new profile setup page.">
12805 New Profile
12806 </message>
12807 <message name="IDS_NEW_PROFILE_SETUP_CREATE_PROFILE" desc="In Title Case: Label on button finish creating a profile.">
12808 Create
12809 </message>
12810 <message name="IDS_NEW_PROFILE_SETUP_CANCEL_PROFILE" desc="In Title Case: Label on button to cancel creating a profile.">
12811 Cancel
12812 </message>
12813 <message name="IDS_NEW_PROFILE_SETUP_NAME_LABEL" desc="In Title Case: Labe l next to the profile name text field.">
12814 Profile Name
12815 </message>
12816 <message name="IDS_NEW_PROFILE_SETUP_ICON_LABEL" desc="In Title Case: Labe l next to the profile avatar icon chooser.">
12817 Profile Icon
12818 </message>
12819 <message name="IDS_NEW_PROFILE_SETUP_SUMMARY_TITLE" desc="In Title Case: T itle for summary at the top of the page that describes what a profile is.">
12820 Create a New <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> Profil e
12821 </message>
12822 </if>
12823 <if expr="not pp_ifdef('use_titlecase')">
12824 <message name="IDS_NEW_PROFILE_SETUP_TITLE" desc="Title of the new profile setup page.">
12825 New profile
12826 </message>
12827 <message name="IDS_NEW_PROFILE_SETUP_CREATE_PROFILE" desc="Label on button finish creating a profile.">
12828 Create
12829 </message>
12830 <message name="IDS_NEW_PROFILE_SETUP_CANCEL_PROFILE" desc="Label on button to cancel creating a profile.">
12831 Cancel
12832 </message>
12833 <message name="IDS_NEW_PROFILE_SETUP_NAME_LABEL" desc="Label next to the p rofile name text field.">
12834 Profile name
12835 </message>
12836 <message name="IDS_NEW_PROFILE_SETUP_ICON_LABEL" desc="Label next to the p rofile avatar icon chooser.">
12837 Profile icon
12838 </message>
12839 <message name="IDS_NEW_PROFILE_SETUP_SUMMARY_TITLE" desc="Title for summar y at the top of the page that describes what a profile is.">
12840 Create a new <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> profil e
12841 </message>
12842 </if>
12843 <message name="IDS_NEW_PROFILE_SETUP_SUMMARY_BODY" desc="Main body of text t hat describes what a profile is.">
12844 A <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> profile contains
12845 a set of bookmarks, browsing history, saved passwords, and themes. You
12846 can create multiple profiles if you need to manage separate settings.
12847 For example, you can use one profile, and your friend can use another."
12848 </message>
12849 <message name="IDS_NEW_PROFILE_SETUP_SUMMARY_CONCLUSION" desc="Text at the e nd of the summary that describes what to do next.">
12850 Choose a name and an avatar, then click Create to create a new profile.
12851 </message>
12852
12802 </messages> 12853 </messages>
12803 <includes> 12854 <includes>
12804 <if expr="pp_ifdef('_google_chrome')"> 12855 <if expr="pp_ifdef('_google_chrome')">
12805 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" /> 12856 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" />
12806 </if> 12857 </if>
12807 <if expr="not pp_ifdef('_google_chrome')"> 12858 <if expr="not pp_ifdef('_google_chrome')">
12808 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" /> 12859 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" />
12809 </if> 12860 </if>
12810 </includes> 12861 </includes>
12811 <structures fallback_to_english="true"> 12862 <structures fallback_to_english="true">
12812 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12863 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12813 </structure> 12864 </structure>
12814 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12865 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12815 </structure> 12866 </structure>
12816 </structures> 12867 </structures>
12817 12868
12818 </release> 12869 </release>
12819 </grit> 12870 </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