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

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
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 <if expr="pp_ifdef('use_titlecase')">
12770 <message name="IDS_NEW_PROFILE_SETUP_TITLE" desc="In Title Case: Title of the new profile setup page.">
12771 New Profile
12772 </message>
12773 <message name="IDS_NEW_PROFILE_SETUP_CREATE_PROFILE" desc="In Title Case: Label on button finish creating a profile.">
12774 Create
James Hawkins 2011/07/01 01:52:48 Only the multi-word messages need to go in these b
sail 2011/07/01 18:08:56 I think some single word messages get translated i
12775 </message>
12776 <message name="IDS_NEW_PROFILE_SETUP_CANCEL_PROFILE" desc="In Title Case: Label on button to cancel creating a profile.">
12777 Cancel
12778 </message>
12779 <message name="IDS_NEW_PROFILE_SETUP_NAME_LABEL" desc="In Title Case: Labe l next to the profile name text field.">
12780 Profile Name
12781 </message>
12782 <message name="IDS_NEW_PROFILE_SETUP_ICON_LABEL" desc="In Title Case: Labe l next to the profile avatar icon chooser.">
12783 Profile Icon
12784 </message>
12785 <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.">
12786 Create a New <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> Profil e
12787 </message>
12788 </if>
12789 <if expr="not pp_ifdef('use_titlecase')">
12790 <message name="IDS_NEW_PROFILE_SETUP_TITLE" desc="Title of the new profile setup page.">
12791 New profile
12792 </message>
12793 <message name="IDS_NEW_PROFILE_SETUP_CREATE_PROFILE" desc="Label on button finish creating a profile.">
12794 Create
12795 </message>
12796 <message name="IDS_NEW_PROFILE_SETUP_CANCEL_PROFILE" desc="Label on button to cancel creating a profile.">
12797 Cancel
12798 </message>
12799 <message name="IDS_NEW_PROFILE_SETUP_NAME_LABEL" desc="Label next to the p rofile name text field.">
12800 Profile name
12801 </message>
12802 <message name="IDS_NEW_PROFILE_SETUP_ICON_LABEL" desc="Label next to the p rofile avatar icon chooser.">
12803 Profile icon
12804 </message>
12805 <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.">
12806 Create a new <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> profil e
12807 </message>
12808 </if>
12809 <message name="IDS_NEW_PROFILE_SETUP_SUMMARY_BODY" desc="Main body of text t hat describes what a profile is.">
12810 A <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> profile contains
12811 a set of bookmarks, browsing history, saved passwords, and themes. You
12812 can create multiple profiles if you need to manage separate settings.
12813 For example, you can use one profile, and your friend can use another."
12814 </message>
12815 <message name="IDS_NEW_PROFILE_SETUP_SUMMARY_CONCLUSION" desc="Text at the e nd of the summary that describes what to do next.">
12816 Choose a name and an avatar, then click Create to create a new profile.
12817 </message>
12818
12768 </messages> 12819 </messages>
12769 <includes> 12820 <includes>
12770 <if expr="pp_ifdef('_google_chrome')"> 12821 <if expr="pp_ifdef('_google_chrome')">
12771 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" /> 12822 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" />
12772 </if> 12823 </if>
12773 <if expr="not pp_ifdef('_google_chrome')"> 12824 <if expr="not pp_ifdef('_google_chrome')">
12774 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" /> 12825 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" />
12775 </if> 12826 </if>
12776 </includes> 12827 </includes>
12777 <structures fallback_to_english="true"> 12828 <structures fallback_to_english="true">
12778 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12829 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12779 </structure> 12830 </structure>
12780 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12831 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12781 </structure> 12832 </structure>
12782 </structures> 12833 </structures>
12783 12834
12784 </release> 12835 </release>
12785 </grit> 12836 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/resources/new_profile.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698