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

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

Issue 7566050: Multi-Profiles: Change avatar menu to bubble view (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build Created 9 years, 4 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/app/theme/profile_edit.png » ('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 8357 matching lines...) Expand 10 before | Expand all | Expand 10 after
8368 <if expr="not pp_ifdef('use_titlecase')"> 8368 <if expr="not pp_ifdef('use_titlecase')">
8369 <message name="IDS_PROFILES_CREATE_NEW_PROFILE_OPTION" desc="Create new profile menu item and button title."> 8369 <message name="IDS_PROFILES_CREATE_NEW_PROFILE_OPTION" desc="Create new profile menu item and button title.">
8370 New user 8370 New user
8371 </message> 8371 </message>
8372 </if> 8372 </if>
8373 <if expr="pp_ifdef('use_titlecase')"> 8373 <if expr="pp_ifdef('use_titlecase')">
8374 <message name="IDS_PROFILES_CREATE_NEW_PROFILE_OPTION" desc="In Title Ca se. Create new profile menu item and button title."> 8374 <message name="IDS_PROFILES_CREATE_NEW_PROFILE_OPTION" desc="In Title Ca se. Create new profile menu item and button title.">
8375 New User 8375 New User
8376 </message> 8376 </message>
8377 </if> 8377 </if>
8378 <message name="IDS_PROFILES_CREATE_NEW_PROFILE_LINK" desc="Link in the ava tar menu bubble view to create a new profile.">
8379 New user
8380 </message>
8381 <message name="IDS_PROFILES_CUSTOMIZE_PROFILE_ACCESSIBLE_NAME" desc="Descr iption of the customize profile button. This is used for accessibility.">
8382 Customize user: <ph name="PROFILE_NAME">$1<ex>First user</ex></ph>
8383 </message>
8384 <message name="IDS_PROFILES_SWITCH_TO_PROFILE_ACCESSIBLE_NAME" desc="Descr iption of the switch to profile button. This is used for accessibility.">
8385 Switch to user: <ph name="PROFILE_NAME">$1<ex>First user</ex></ph>
8386 </message>
8378 <if expr="not pp_ifdef('use_titlecase')"> 8387 <if expr="not pp_ifdef('use_titlecase')">
8379 <message name="IDS_PROFILES_MENU" desc="The title of the profiles submen u in the wrench menu."> 8388 <message name="IDS_PROFILES_MENU" desc="The title of the profiles submen u in the wrench menu.">
8380 Users 8389 Users
8381 </message> 8390 </message>
8382 </if> 8391 </if>
8383 <if expr="pp_ifdef('use_titlecase')"> 8392 <if expr="pp_ifdef('use_titlecase')">
8384 <message name="IDS_PROFILES_MENU" desc="In Title Case. The title of the profiles submenu in the wrench menu."> 8393 <message name="IDS_PROFILES_MENU" desc="In Title Case. The title of the profiles submenu in the wrench menu.">
8385 Users 8394 Users
8386 </message> 8395 </message>
8387 </if> 8396 </if>
(...skipping 4955 matching lines...) Expand 10 before | Expand all | Expand 10 after
13343 </includes> 13352 </includes>
13344 <structures fallback_to_english="true"> 13353 <structures fallback_to_english="true">
13345 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13354 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13346 </structure> 13355 </structure>
13347 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13356 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13348 </structure> 13357 </structure>
13349 </structures> 13358 </structures>
13350 13359
13351 </release> 13360 </release>
13352 </grit> 13361 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/theme/profile_edit.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698