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

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

Issue 8515001: Revert 109394 - WebUI TaskManager: Add "Activate page" feature. (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
« no previous file with comments | « no previous file | chrome/browser/resources/task_manager/main.js » ('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 3676 matching lines...) Expand 10 before | Expand all | Expand 10 after
3687 </message> 3687 </message>
3688 <message name="IDS_TASK_MANAGER_SQLITE_MEMORY_USED_COLUMN" desc="Amount of memory used by SQLite."> 3688 <message name="IDS_TASK_MANAGER_SQLITE_MEMORY_USED_COLUMN" desc="Amount of memory used by SQLite.">
3689 SQLite memory 3689 SQLite memory
3690 </message> 3690 </message>
3691 <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"> 3691 <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">
3692 JavaScript memory 3692 JavaScript memory
3693 </message> 3693 </message>
3694 <message name="IDS_TASK_MANAGER_INSPECT" desc="Menu item initiating resour ce inspection"> 3694 <message name="IDS_TASK_MANAGER_INSPECT" desc="Menu item initiating resour ce inspection">
3695 Inspect 3695 Inspect
3696 </message> 3696 </message>
3697 <message name="IDS_TASK_MANAGER_ACTIVATE" desc="Menu item initiating page activation">
3698 Activate
3699 </message>
3700 <message name="IDS_TASK_MANAGER_MEM_CELL_TEXT" desc="The value displayed i n the memory usage cells."> 3697 <message name="IDS_TASK_MANAGER_MEM_CELL_TEXT" desc="The value displayed i n the memory usage cells.">
3701 <ph name="NUM_KILOBYTES">$1<ex>5,000</ex></ph>K 3698 <ph name="NUM_KILOBYTES">$1<ex>5,000</ex></ph>K
3702 </message> 3699 </message>
3703 <message name="IDS_TASK_MANAGER_CACHE_SIZE_CELL_TEXT" desc="The value disp layed in the cache size cells."> 3700 <message name="IDS_TASK_MANAGER_CACHE_SIZE_CELL_TEXT" desc="The value disp layed in the cache size cells.">
3704 <ph name="NUM_KILOBYTES">$1<ex>5,000</ex></ph>K (<ph name="NUM_KILOBYTES _LIVE">$2<ex>5,000</ex></ph>K live) 3701 <ph name="NUM_KILOBYTES">$1<ex>5,000</ex></ph>K (<ph name="NUM_KILOBYTES _LIVE">$2<ex>5,000</ex></ph>K live)
3705 </message> 3702 </message>
3706 <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 )."> 3703 <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 ).">
3707 N/A 3704 N/A
3708 </message> 3705 </message>
3709 <message name="IDS_TASK_MANAGER_WEB_BROWSER_CELL_TEXT" desc="The text of t he web browser process row"> 3706 <message name="IDS_TASK_MANAGER_WEB_BROWSER_CELL_TEXT" desc="The text of t he web browser process row">
(...skipping 10879 matching lines...) Expand 10 before | Expand all | Expand 10 after
14589 </messages> 14586 </messages>
14590 <structures fallback_to_english="true"> 14587 <structures fallback_to_english="true">
14591 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14588 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14592 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14589 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14593 </structure> 14590 </structure>
14594 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14591 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14595 </structure> 14592 </structure>
14596 </structures> 14593 </structures>
14597 </release> 14594 </release>
14598 </grit> 14595 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/task_manager/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698