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

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

Issue 7555005: Moving the contents of chrome://gpu Profiling to chrome://tracing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review responses 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
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 13298 matching lines...) Expand 10 before | Expand all | Expand 10 after
13309 Delete 13309 Delete
13310 </message> 13310 </message>
13311 </if> 13311 </if>
13312 <message name="IDS_PROFILES_DELETE_MESSAGE" desc="Message explaining to the user what will happen if they delete this profile"> 13312 <message name="IDS_PROFILES_DELETE_MESSAGE" desc="Message explaining to the user what will happen if they delete this profile">
13313 Are you sure you want to delete profile "<ph name="PROFILE_NAME">$1<ex>Def ault Profile</ex></ph>" and all the data associated with it from this computer? This cannot be undone! 13313 Are you sure you want to delete profile "<ph name="PROFILE_NAME">$1<ex>Def ault Profile</ex></ph>" and all the data associated with it from this computer? This cannot be undone!
13314 </message> 13314 </message>
13315 <message name="IDS_PROFILES_LIST_ITEM_CURRENT" desc="Text to display in the multi-profiles list when this profile is the current profile"> 13315 <message name="IDS_PROFILES_LIST_ITEM_CURRENT" desc="Text to display in the multi-profiles list when this profile is the current profile">
13316 <ph name="PROFILE_NAME">$1<ex>Default Profile</ex></ph> (current profile) 13316 <ph name="PROFILE_NAME">$1<ex>Default Profile</ex></ph> (current profile)
13317 </message> 13317 </message>
13318 13318
13319 <!-- Tracing about page strings -->
13320 <message name="IDS_TRACING_TITLE" desc="Title for the about:tracing page.">
13321 Tracing
13322 </message>
13323
13319 </messages> 13324 </messages>
13320 <includes> 13325 <includes>
13321 <if expr="pp_ifdef('_google_chrome')"> 13326 <if expr="pp_ifdef('_google_chrome')">
13322 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" /> 13327 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" />
13323 </if> 13328 </if>
13324 <if expr="not pp_ifdef('_google_chrome')"> 13329 <if expr="not pp_ifdef('_google_chrome')">
13325 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" /> 13330 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" />
13326 </if> 13331 </if>
13327 </includes> 13332 </includes>
13328 <structures fallback_to_english="true"> 13333 <structures fallback_to_english="true">
13329 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13334 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13330 </structure> 13335 </structure>
13331 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13336 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13332 </structure> 13337 </structure>
13333 </structures> 13338 </structures>
13334 13339
13335 </release> 13340 </release>
13336 </grit> 13341 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_about_handler.cc » ('j') | chrome/browser/resources/tracing.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698