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

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

Issue 7331017: Multi-Profiles: Add icon chooser to profiles menu (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 8248 matching lines...) Expand 10 before | Expand all | Expand 10 after
8259 <message name="IDS_PROFILES_MENU" desc="In Title Case. The title of the profiles submenu in the wrench menu."> 8259 <message name="IDS_PROFILES_MENU" desc="In Title Case. The title of the profiles submenu in the wrench menu.">
8260 <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex> Profiles</ph> 8260 <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex> Profiles</ph>
8261 </message> 8261 </message>
8262 </if> 8262 </if>
8263 <message name="IDS_DEFAULT_PROFILE_NAME" desc="The default name given to a profile. Displayed in wrench menu and settings UI."> 8263 <message name="IDS_DEFAULT_PROFILE_NAME" desc="The default name given to a profile. Displayed in wrench menu and settings UI.">
8264 Default Profile 8264 Default Profile
8265 </message> 8265 </message>
8266 <message name="IDS_NUMBERED_PROFILE_NAME" desc="The name given to a newly created profile. Displayed in wrench menu and settings UI."> 8266 <message name="IDS_NUMBERED_PROFILE_NAME" desc="The name given to a newly created profile. Displayed in wrench menu and settings UI.">
8267 Profile <ph name="VALUE">$1<ex>1</ex></ph> 8267 Profile <ph name="VALUE">$1<ex>1</ex></ph>
8268 </message> 8268 </message>
8269 <message name="IDS_NUMBERED_AVATAR_NAME" desc="The name for a profile avat ar icon.">
8270 Icon <ph name="VALUE">$1<ex>1</ex></ph>
8271 </message>
8269 <if expr="not pp_ifdef('use_titlecase')"> 8272 <if expr="not pp_ifdef('use_titlecase')">
8270 <message name="IDS_PROFILES_DELETE_PROFILE" desc="Delete profile menu it em and button title."> 8273 <message name="IDS_PROFILES_DELETE_PROFILE" desc="Delete profile menu it em and button title.">
8271 Delete profile... 8274 Delete profile...
8272 </message> 8275 </message>
8273 </if> 8276 </if>
8274 <if expr="pp_ifdef('use_titlecase')"> 8277 <if expr="pp_ifdef('use_titlecase')">
8275 <message name="IDS_PROFILES_DELETE_PROFILE" desc="In Title Case. Delete profile menu item."> 8278 <message name="IDS_PROFILES_DELETE_PROFILE" desc="In Title Case. Delete profile menu item.">
8276 Delete Profile... 8279 Delete Profile...
8277 </message> 8280 </message>
8278 </if> 8281 </if>
(...skipping 4654 matching lines...) Expand 10 before | Expand all | Expand 10 after
12933 </includes> 12936 </includes>
12934 <structures fallback_to_english="true"> 12937 <structures fallback_to_english="true">
12935 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12938 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12936 </structure> 12939 </structure>
12937 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12940 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12938 </structure> 12941 </structure>
12939 </structures> 12942 </structures>
12940 12943
12941 </release> 12944 </release>
12942 </grit> 12945 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/profile_menu_model.h » ('j') | chrome/browser/ui/views/avatar_menu.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698