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

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

Issue 7327003: Multi-Profiles: Add customize profile menu item (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Multi-Profiles: Add customize profile menu item 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/ui/cocoa/browser/avatar_button.h » ('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 8259 matching lines...) Expand 10 before | Expand all | Expand 10 after
8270 <message name="IDS_PROFILES_DELETE_PROFILE" desc="Delete profile menu it em and button title."> 8270 <message name="IDS_PROFILES_DELETE_PROFILE" desc="Delete profile menu it em and button title.">
8271 Delete profile... 8271 Delete profile...
8272 </message> 8272 </message>
8273 </if> 8273 </if>
8274 <if expr="pp_ifdef('use_titlecase')"> 8274 <if expr="pp_ifdef('use_titlecase')">
8275 <message name="IDS_PROFILES_DELETE_PROFILE" desc="In Title Case. Delete profile menu item."> 8275 <message name="IDS_PROFILES_DELETE_PROFILE" desc="In Title Case. Delete profile menu item.">
8276 Delete Profile... 8276 Delete Profile...
8277 </message> 8277 </message>
8278 </if> 8278 </if>
8279 <if expr="not pp_ifdef('use_titlecase')"> 8279 <if expr="not pp_ifdef('use_titlecase')">
8280 <message name="IDS_PROFILES_CUSTOMIZE_PROFILE" desc="Customize profile m enu item and button title.">
8281 Customize profile...
8282 </message>
8283 </if>
8284 <if expr="pp_ifdef('use_titlecase')">
8285 <message name="IDS_PROFILES_CUSTOMIZE_PROFILE" desc="In Title Case. Cust omize profile menu item.">
8286 Customize Profile...
8287 </message>
8288 </if>
8289 <if expr="not pp_ifdef('use_titlecase')">
8280 <message name="IDS_PROFILES_CONNECT_BUTTON_LABEL" desc="The label that a ppears on the profile connect button in the options dialog when the user has not connected a Google Account to their profile."> 8290 <message name="IDS_PROFILES_CONNECT_BUTTON_LABEL" desc="The label that a ppears on the profile connect button in the options dialog when the user has not connected a Google Account to their profile.">
8281 Enable these features... 8291 Enable these features...
8282 </message> 8292 </message>
8283 </if> 8293 </if>
8284 <if expr="pp_ifdef('use_titlecase')"> 8294 <if expr="pp_ifdef('use_titlecase')">
8285 <message name="IDS_PROFILES_CONNECT_BUTTON_LABEL" desc="In Title Case. T he label that appears on the profile connect button in the options dialog when t he user has not connected a Google Account to their profile."> 8295 <message name="IDS_PROFILES_CONNECT_BUTTON_LABEL" desc="In Title Case. T he label that appears on the profile connect button in the options dialog when t he user has not connected a Google Account to their profile.">
8286 Enable These Features... 8296 Enable These Features...
8287 </message> 8297 </message>
8288 </if> 8298 </if>
8289 <message name="IDS_PROFILES_CREATE_INFO" desc="The message that appears in the options dialog to explain why to create additional profiles."> 8299 <message name="IDS_PROFILES_CREATE_INFO" desc="The message that appears in the options dialog to explain why to create additional profiles.">
(...skipping 4630 matching lines...) Expand 10 before | Expand all | Expand 10 after
12920 </includes> 12930 </includes>
12921 <structures fallback_to_english="true"> 12931 <structures fallback_to_english="true">
12922 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12932 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12923 </structure> 12933 </structure>
12924 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12934 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12925 </structure> 12935 </structure>
12926 </structures> 12936 </structures>
12927 12937
12928 </release> 12938 </release>
12929 </grit> 12939 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser/avatar_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698