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

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: rebase 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/browser/browser_about_handler.cc » ('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 13282 matching lines...) Expand 10 before | Expand all | Expand 10 after
13293 Delete 13293 Delete
13294 </message> 13294 </message>
13295 </if> 13295 </if>
13296 <message name="IDS_PROFILES_DELETE_MESSAGE" desc="Message explaining to the user what will happen if they delete this profile"> 13296 <message name="IDS_PROFILES_DELETE_MESSAGE" desc="Message explaining to the user what will happen if they delete this profile">
13297 Are you sure you want to delete "<ph name="PROFILE_NAME">$1<ex>New User</e x></ph>" and all the data associated with it from this computer? This cannot be undone! 13297 Are you sure you want to delete "<ph name="PROFILE_NAME">$1<ex>New User</e x></ph>" and all the data associated with it from this computer? This cannot be undone!
13298 </message> 13298 </message>
13299 <message name="IDS_PROFILES_LIST_ITEM_CURRENT" desc="Text to display in the multi-profiles list when this profile is the current profile"> 13299 <message name="IDS_PROFILES_LIST_ITEM_CURRENT" desc="Text to display in the multi-profiles list when this profile is the current profile">
13300 <ph name="PROFILE_NAME">$1<ex>New User</ex></ph> (current) 13300 <ph name="PROFILE_NAME">$1<ex>New User</ex></ph> (current)
13301 </message> 13301 </message>
13302 13302
13303 <!-- Tracing about page strings -->
13304 <message name="IDS_TRACING_TITLE" desc="Title for the about:tracing page.">
13305 Tracing
13306 </message>
13307
13303 </messages> 13308 </messages>
13304 <includes> 13309 <includes>
13305 <if expr="pp_ifdef('_google_chrome')"> 13310 <if expr="pp_ifdef('_google_chrome')">
13306 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" /> 13311 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" />
13307 </if> 13312 </if>
13308 <if expr="not pp_ifdef('_google_chrome')"> 13313 <if expr="not pp_ifdef('_google_chrome')">
13309 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" /> 13314 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" />
13310 </if> 13315 </if>
13311 </includes> 13316 </includes>
13312 <structures fallback_to_english="true"> 13317 <structures fallback_to_english="true">
13313 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13318 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13314 </structure> 13319 </structure>
13315 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13320 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13316 </structure> 13321 </structure>
13317 </structures> 13322 </structures>
13318 13323
13319 </release> 13324 </release>
13320 </grit> 13325 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_about_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698