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

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

Issue 8424008: TaskManager: Added "inspect" on context-menu on the task list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 3646 matching lines...) Expand 10 before | Expand all | Expand 10 after
3657 </message> 3657 </message>
3658 <message name="IDS_TASK_MANAGER_FPS_COLUMN" desc="The text of the FPS colu mn"> 3658 <message name="IDS_TASK_MANAGER_FPS_COLUMN" desc="The text of the FPS colu mn">
3659 FPS 3659 FPS
3660 </message> 3660 </message>
3661 <message name="IDS_TASK_MANAGER_SQLITE_MEMORY_USED_COLUMN" desc="Amount of memory used by SQLite."> 3661 <message name="IDS_TASK_MANAGER_SQLITE_MEMORY_USED_COLUMN" desc="Amount of memory used by SQLite.">
3662 SQLite memory 3662 SQLite memory
3663 </message> 3663 </message>
3664 <message name="IDS_TASK_MANAGER_JAVASCRIPT_MEMORY_ALLOCATED_COLUMN" desc=" Task manager JavaScript memory allocated column. Shows the amount of memory use d by JavaScript within a process"> 3664 <message name="IDS_TASK_MANAGER_JAVASCRIPT_MEMORY_ALLOCATED_COLUMN" desc=" Task manager JavaScript memory allocated column. Shows the amount of memory use d by JavaScript within a process">
3665 JavaScript memory 3665 JavaScript memory
3666 </message> 3666 </message>
3667 <message name="IDS_TASK_MANAGER_INSPECT" desc="Menu item initiating resour ce inspection">
3668 Inspect
3669 </message>
3667 <message name="IDS_TASK_MANAGER_MEM_CELL_TEXT" desc="The value displayed i n the memory usage cells."> 3670 <message name="IDS_TASK_MANAGER_MEM_CELL_TEXT" desc="The value displayed i n the memory usage cells.">
3668 <ph name="NUM_KILOBYTES">$1<ex>5,000</ex></ph>K 3671 <ph name="NUM_KILOBYTES">$1<ex>5,000</ex></ph>K
3669 </message> 3672 </message>
3670 <message name="IDS_TASK_MANAGER_CACHE_SIZE_CELL_TEXT" desc="The value disp layed in the cache size cells."> 3673 <message name="IDS_TASK_MANAGER_CACHE_SIZE_CELL_TEXT" desc="The value disp layed in the cache size cells.">
3671 <ph name="NUM_KILOBYTES">$1<ex>5,000</ex></ph>K (<ph name="NUM_KILOBYTES _LIVE">$2<ex>5,000</ex></ph>K live) 3674 <ph name="NUM_KILOBYTES">$1<ex>5,000</ex></ph>K (<ph name="NUM_KILOBYTES _LIVE">$2<ex>5,000</ex></ph>K live)
3672 </message> 3675 </message>
3673 <message name="IDS_TASK_MANAGER_NA_CELL_TEXT" desc="The value displayed fo r network / webcache usage when the information is not available (Not Applicable )."> 3676 <message name="IDS_TASK_MANAGER_NA_CELL_TEXT" desc="The value displayed fo r network / webcache usage when the information is not available (Not Applicable ).">
3674 N/A 3677 N/A
3675 </message> 3678 </message>
3676 <message name="IDS_TASK_MANAGER_WEB_BROWSER_CELL_TEXT" desc="The text of t he web browser process row"> 3679 <message name="IDS_TASK_MANAGER_WEB_BROWSER_CELL_TEXT" desc="The text of t he web browser process row">
(...skipping 10869 matching lines...) Expand 10 before | Expand all | Expand 10 after
14546 </messages> 14549 </messages>
14547 <structures fallback_to_english="true"> 14550 <structures fallback_to_english="true">
14548 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14551 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14549 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14552 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14550 </structure> 14553 </structure>
14551 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14554 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14552 </structure> 14555 </structure>
14553 </structures> 14556 </structures>
14554 </release> 14557 </release>
14555 </grit> 14558 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/shared/js/cr/ui/table.js » ('j') | chrome/browser/resources/task_manager/main.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698