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

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: Multi-Profiles: Add icon chooser to profiles menu 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/profile_menu_model.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 8255 matching lines...) Expand 10 before | Expand all | Expand 10 after
8266 <message name="IDS_PROFILES_MENU" desc="In Title Case. The title of the profiles submenu in the wrench menu."> 8266 <message name="IDS_PROFILES_MENU" desc="In Title Case. The title of the profiles submenu in the wrench menu.">
8267 <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex> Profiles</ph> 8267 <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex> Profiles</ph>
8268 </message> 8268 </message>
8269 </if> 8269 </if>
8270 <message name="IDS_DEFAULT_PROFILE_NAME" desc="The default name given to a profile. Displayed in wrench menu and settings UI."> 8270 <message name="IDS_DEFAULT_PROFILE_NAME" desc="The default name given to a profile. Displayed in wrench menu and settings UI.">
8271 Default Profile 8271 Default Profile
8272 </message> 8272 </message>
8273 <message name="IDS_NUMBERED_PROFILE_NAME" desc="The name given to a newly created profile. Displayed in wrench menu and settings UI."> 8273 <message name="IDS_NUMBERED_PROFILE_NAME" desc="The name given to a newly created profile. Displayed in wrench menu and settings UI.">
8274 Profile <ph name="VALUE">$1<ex>1</ex></ph> 8274 Profile <ph name="VALUE">$1<ex>1</ex></ph>
8275 </message> 8275 </message>
8276 <message name="IDS_NUMBERED_AVATAR_NAME" desc="The name for a profile avat ar icon.">
8277 Icon <ph name="VALUE">$1<ex>1</ex></ph>
8278 </message>
8276 <if expr="not pp_ifdef('use_titlecase')"> 8279 <if expr="not pp_ifdef('use_titlecase')">
8277 <message name="IDS_PROFILES_DELETE_PROFILE" desc="Delete profile menu it em and button title."> 8280 <message name="IDS_PROFILES_DELETE_PROFILE" desc="Delete profile menu it em and button title.">
8278 Delete profile... 8281 Delete profile...
8279 </message> 8282 </message>
8280 </if> 8283 </if>
8281 <if expr="pp_ifdef('use_titlecase')"> 8284 <if expr="pp_ifdef('use_titlecase')">
8282 <message name="IDS_PROFILES_DELETE_PROFILE" desc="In Title Case. Delete profile menu item."> 8285 <message name="IDS_PROFILES_DELETE_PROFILE" desc="In Title Case. Delete profile menu item.">
8283 Delete Profile... 8286 Delete Profile...
8284 </message> 8287 </message>
8285 </if> 8288 </if>
(...skipping 4654 matching lines...) Expand 10 before | Expand all | Expand 10 after
12940 </includes> 12943 </includes>
12941 <structures fallback_to_english="true"> 12944 <structures fallback_to_english="true">
12942 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12945 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12943 </structure> 12946 </structure>
12944 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12947 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12945 </structure> 12948 </structure>
12946 </structures> 12949 </structures>
12947 12950
12948 </release> 12951 </release>
12949 </grit> 12952 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/profile_menu_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698