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

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

Issue 7831003: Add Profile data to the Task Manager on OS Mac. Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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/task_manager/task_manager.h » ('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 3578 matching lines...) Expand 10 before | Expand all | Expand 10 after
3589 </message> 3589 </message>
3590 <message name="IDS_TASK_MANAGER_PHYSICAL_MEM_COLUMN" desc="Task manager pr ocess memory column. This is the similar to the process 'working set' reported b y the Windows Task Manager"> 3590 <message name="IDS_TASK_MANAGER_PHYSICAL_MEM_COLUMN" desc="Task manager pr ocess memory column. This is the similar to the process 'working set' reported b y the Windows Task Manager">
3591 Memory 3591 Memory
3592 </message> 3592 </message>
3593 <message name="IDS_TASK_MANAGER_PRIVATE_MEM_COLUMN" desc="Task manager pro cess private memory column. This is the allocated size that cannot be shared wit h other processes"> 3593 <message name="IDS_TASK_MANAGER_PRIVATE_MEM_COLUMN" desc="Task manager pro cess private memory column. This is the allocated size that cannot be shared wit h other processes">
3594 Private Memory 3594 Private Memory
3595 </message> 3595 </message>
3596 <message name="IDS_TASK_MANAGER_SHARED_MEM_COLUMN" desc="Task manager proc ess shared memory column. Shows the size of the memory used by the process which is shared with other processes"> 3596 <message name="IDS_TASK_MANAGER_SHARED_MEM_COLUMN" desc="Task manager proc ess shared memory column. Shows the size of the memory used by the process which is shared with other processes">
3597 Shared Memory 3597 Shared Memory
3598 </message> 3598 </message>
3599 <message name="IDS_TASK_MANAGER_PROFILE_NAME_COLUMN" desc="The name of the column with the name of the profile in which the page is running, if any.">
3600 Profile
3601 </message>
3599 <message name="IDS_TASK_MANAGER_GOATS_TELEPORTED_COLUMN" desc="The goats t eleported column"> 3602 <message name="IDS_TASK_MANAGER_GOATS_TELEPORTED_COLUMN" desc="The goats t eleported column">
3600 Goats Teleported 3603 Goats Teleported
3601 </message> 3604 </message>
3602 <message name="IDS_TASK_MANAGER_WEBCORE_IMAGE_CACHE_COLUMN" desc="Task man ager WebCore image cache size column."> 3605 <message name="IDS_TASK_MANAGER_WEBCORE_IMAGE_CACHE_COLUMN" desc="Task man ager WebCore image cache size column.">
3603 Image cache 3606 Image cache
3604 </message> 3607 </message>
3605 <message name="IDS_TASK_MANAGER_WEBCORE_SCRIPTS_CACHE_COLUMN" desc="Task m anager WebCore scripts cache size column."> 3608 <message name="IDS_TASK_MANAGER_WEBCORE_SCRIPTS_CACHE_COLUMN" desc="Task m anager WebCore scripts cache size column.">
3606 Script cache 3609 Script cache
3607 </message> 3610 </message>
3608 <message name="IDS_TASK_MANAGER_WEBCORE_CSS_CACHE_COLUMN" desc="Task manag er WebCore CSS cache size column."> 3611 <message name="IDS_TASK_MANAGER_WEBCORE_CSS_CACHE_COLUMN" desc="Task manag er WebCore CSS cache size column.">
(...skipping 9980 matching lines...) Expand 10 before | Expand all | Expand 10 after
13589 </messages> 13592 </messages>
13590 <structures fallback_to_english="true"> 13593 <structures fallback_to_english="true">
13591 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13594 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13592 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13595 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13593 </structure> 13596 </structure>
13594 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13597 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13595 </structure> 13598 </structure>
13596 </structures> 13599 </structures>
13597 </release> 13600 </release>
13598 </grit> 13601 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/task_manager/task_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698