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

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

Issue 7766007: Only put the chrome frame resources in the locale dlls. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove include Created 9 years, 3 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_frame/chrome_frame.gyp » ('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 13497 matching lines...) Expand 10 before | Expand all | Expand 10 after
13508 </message> 13508 </message>
13509 <message name="IDS_PROFILES_LIST_ITEM_CURRENT" desc="Text to display in the multi-profiles list when this profile is the current profile"> 13509 <message name="IDS_PROFILES_LIST_ITEM_CURRENT" desc="Text to display in the multi-profiles list when this profile is the current profile">
13510 <ph name="PROFILE_NAME">$1<ex>New User</ex></ph> (current) 13510 <ph name="PROFILE_NAME">$1<ex>New User</ex></ph> (current)
13511 </message> 13511 </message>
13512 13512
13513 <!-- Tracing about page strings --> 13513 <!-- Tracing about page strings -->
13514 <message name="IDS_TRACING_TITLE" desc="Title for the about:tracing page."> 13514 <message name="IDS_TRACING_TITLE" desc="Title for the about:tracing page.">
13515 Tracing 13515 Tracing
13516 </message> 13516 </message>
13517 </messages> 13517 </messages>
13518 <includes>
13519 <if expr="pp_ifdef('_google_chrome')">
13520 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" />
13521 </if>
13522 <if expr="not pp_ifdef('_google_chrome')">
13523 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" />
13524 </if>
13525 </includes>
13526 <structures fallback_to_english="true"> 13518 <structures fallback_to_english="true">
13519 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13527 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13520 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13528 </structure> 13521 </structure>
13529 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13522 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13530 </structure> 13523 </structure>
13531 </structures> 13524 </structures>
13532 </release> 13525 </release>
13533 </grit> 13526 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698