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

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

Issue 7582025: gtk: Add keyboard accelerator to kill a process/plug-in in Task Manager. (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/ui/gtk/task_manager_gtk.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 3529 matching lines...) Expand 10 before | Expand all | Expand 10 after
3540 </if> 3540 </if>
3541 <if expr="pp_ifdef('chromeos')"> 3541 <if expr="pp_ifdef('chromeos')">
3542 <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 )"> 3542 <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 )">
3543 Exit full screen 3543 Exit full screen
3544 </message> 3544 </message>
3545 </if> 3545 </if>
3546 3546
3547 3547
3548 <!-- Task Manager Window --> 3548 <!-- Task Manager Window -->
3549 <message name="IDS_TASK_MANAGER_KILL" desc="The caption of the Task Manage r kill button"> 3549 <message name="IDS_TASK_MANAGER_KILL" desc="The caption of the Task Manage r kill button">
3550 End process 3550 &amp;End process
3551 </message> 3551 </message>
3552 <message name="IDS_TASK_MANAGER_PURGE_MEMORY" desc="The caption of the Tas k Manager purge memory button"> 3552 <message name="IDS_TASK_MANAGER_PURGE_MEMORY" desc="The caption of the Tas k Manager purge memory button">
3553 Purge memory 3553 Purge memory
3554 </message> 3554 </message>
3555 <message name="IDS_TASK_MANAGER_ABOUT_MEMORY_LINK" desc="The caption of th e Task Manager link to about:memory"> 3555 <message name="IDS_TASK_MANAGER_ABOUT_MEMORY_LINK" desc="The caption of th e Task Manager link to about:memory">
3556 Stats for nerds 3556 Stats for nerds
3557 </message> 3557 </message>
3558 <message name="IDS_TASK_MANAGER_PROCESS_ID_COLUMN" desc="The title for Tas k Manager process ID column."> 3558 <message name="IDS_TASK_MANAGER_PROCESS_ID_COLUMN" desc="The title for Tas k Manager process ID column.">
3559 Process ID 3559 Process ID
3560 </message> 3560 </message>
(...skipping 9767 matching lines...) Expand 10 before | Expand all | Expand 10 after
13328 </includes> 13328 </includes>
13329 <structures fallback_to_english="true"> 13329 <structures fallback_to_english="true">
13330 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13330 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13331 </structure> 13331 </structure>
13332 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13332 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13333 </structure> 13333 </structure>
13334 </structures> 13334 </structures>
13335 13335
13336 </release> 13336 </release>
13337 </grit> 13337 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/task_manager_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698