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

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

Issue 7608028: WebUI TaskManager: omit an useless ampersand. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/resources/task_manager/main.html » ('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 3535 matching lines...) Expand 10 before | Expand all | Expand 10 after
3546 <message name="IDS_EXIT_FULLSCREEN_MODE" desc="Clickable message display ed on entering fullscreen mode to tell users how to return to normal mode (for C hrome OS, which has a dedicated fullscreen key on the top row in the F3 position )"> 3546 <message name="IDS_EXIT_FULLSCREEN_MODE" desc="Clickable message display ed on entering fullscreen mode to tell users how to return to normal mode (for C hrome OS, which has a dedicated fullscreen key on the top row in the F3 position )">
3547 Exit full screen 3547 Exit full screen
3548 </message> 3548 </message>
3549 </if> 3549 </if>
3550 3550
3551 3551
3552 <!-- Task Manager Window --> 3552 <!-- Task Manager Window -->
3553 <message name="IDS_TASK_MANAGER_KILL" desc="The caption of the Task Manage r kill button"> 3553 <message name="IDS_TASK_MANAGER_KILL" desc="The caption of the Task Manage r kill button">
3554 &amp;End process 3554 &amp;End process
3555 </message> 3555 </message>
3556 <message name="IDS_TASK_MANAGER_KILL_CHROMEOS" desc="The caption of the Ta sk Manager kill button in WebUI">
3557 End process
3558 </message>
3556 <message name="IDS_TASK_MANAGER_PURGE_MEMORY" desc="The caption of the Tas k Manager purge memory button"> 3559 <message name="IDS_TASK_MANAGER_PURGE_MEMORY" desc="The caption of the Tas k Manager purge memory button">
3557 Purge memory 3560 Purge memory
3558 </message> 3561 </message>
3559 <message name="IDS_TASK_MANAGER_ABOUT_MEMORY_LINK" desc="The caption of th e Task Manager link to about:memory"> 3562 <message name="IDS_TASK_MANAGER_ABOUT_MEMORY_LINK" desc="The caption of th e Task Manager link to about:memory">
3560 Stats for nerds 3563 Stats for nerds
3561 </message> 3564 </message>
3562 <message name="IDS_TASK_MANAGER_PROCESS_ID_COLUMN" desc="The title for Tas k Manager process ID column."> 3565 <message name="IDS_TASK_MANAGER_PROCESS_ID_COLUMN" desc="The title for Tas k Manager process ID column.">
3563 Process ID 3566 Process ID
3564 </message> 3567 </message>
3565 <message name="IDS_TASK_MANAGER_PAGE_COLUMN" desc="The text of the page co lumn"> 3568 <message name="IDS_TASK_MANAGER_PAGE_COLUMN" desc="The text of the page co lumn">
(...skipping 9761 matching lines...) Expand 10 before | Expand all | Expand 10 after
13327 </includes> 13330 </includes>
13328 <structures fallback_to_english="true"> 13331 <structures fallback_to_english="true">
13329 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13332 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13330 </structure> 13333 </structure>
13331 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13334 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13332 </structure> 13335 </structure>
13333 </structures> 13336 </structures>
13334 13337
13335 </release> 13338 </release>
13336 </grit> 13339 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/task_manager/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698