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

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

Issue 196040: Gtk: Allow all columns in task manager to be sortable. (Closed)
Patch Set: Delete dead code Created 11 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
« no previous file with comments | « no previous file | chrome/browser/gtk/task_manager_gtk.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 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. aa1 --> 4 each locale. aa1 -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 2041 matching lines...) Expand 10 before | Expand all | Expand 10 after
2052 </message> 2052 </message>
2053 <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"> 2053 <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">
2054 Memory 2054 Memory
2055 </message> 2055 </message>
2056 <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"> 2056 <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">
2057 Private Memory 2057 Private Memory
2058 </message> 2058 </message>
2059 <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"> 2059 <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">
2060 Shared Memory 2060 Shared Memory
2061 </message> 2061 </message>
2062 <message name="IDS_TASK_MANAGER_GOATS_TELEPORTED_COLUMN" desc="The goats t eleported column">
2063 Goats Teleported
2064 </message>
2062 <message name="IDS_TASK_MANAGER_MEM_CELL_TEXT" desc="The value displayed i n the memory usage cells."> 2065 <message name="IDS_TASK_MANAGER_MEM_CELL_TEXT" desc="The value displayed i n the memory usage cells.">
2063 <ph name="NUM_KILOBYTES">$1<ex>5,000</ex></ph>K 2066 <ph name="NUM_KILOBYTES">$1<ex>5,000</ex></ph>K
2064 </message> 2067 </message>
2065 <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 )."> 2068 <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 ).">
2066 N/A 2069 N/A
2067 </message> 2070 </message>
2068 <message name="IDS_TASK_MANAGER_WEB_BROWSER_CELL_TEXT" desc="The text of t he web browser process row"> 2071 <message name="IDS_TASK_MANAGER_WEB_BROWSER_CELL_TEXT" desc="The text of t he web browser process row">
2069 Browser 2072 Browser
2070 </message> 2073 </message>
2071 <message name="IDS_TASK_MANAGER_EXTENSION_PREFIX" desc="The prefix for a T ask Manager extension row (always visible if the extension has a view)"> 2074 <message name="IDS_TASK_MANAGER_EXTENSION_PREFIX" desc="The prefix for a T ask Manager extension row (always visible if the extension has a view)">
(...skipping 2912 matching lines...) Expand 10 before | Expand all | Expand 10 after
4984 Please Restart <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> 4987 Please Restart <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>
4985 </message> 4988 </message>
4986 <message name="IDS_SAVE_PAGE_FILE_FORMAT_PROMPT_MAC" desc="The title of th e File Format label for saving a page."> 4989 <message name="IDS_SAVE_PAGE_FILE_FORMAT_PROMPT_MAC" desc="The title of th e File Format label for saving a page.">
4987 Format: 4990 Format:
4988 </message> 4991 </message>
4989 </if> 4992 </if>
4990 4993
4991 </messages> 4994 </messages>
4992 </release> 4995 </release>
4993 </grit> 4996 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/gtk/task_manager_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698