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

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

Issue 807005: Add support for showing NaCl 64-bit processes in Chrome's task manager and about:memory page (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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/memory_details.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 <!-- 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. --> 4 each locale. -->
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 3165 matching lines...) Expand 10 before | Expand all | Expand 10 after
3176 </message> 3176 </message>
3177 <message name="IDS_TASK_MANAGER_UTILITY_PREFIX" desc="The prefix for a uti lity process row"> 3177 <message name="IDS_TASK_MANAGER_UTILITY_PREFIX" desc="The prefix for a uti lity process row">
3178 Utility: 3178 Utility:
3179 </message> 3179 </message>
3180 <message name="IDS_TASK_MANAGER_PROFILE_IMPORT_PREFIX" desc="The prefix fo r a profile import process row"> 3180 <message name="IDS_TASK_MANAGER_PROFILE_IMPORT_PREFIX" desc="The prefix fo r a profile import process row">
3181 Profile Import: 3181 Profile Import:
3182 </message> 3182 </message>
3183 <message name="IDS_TASK_MANAGER_NACL_PREFIX" desc="The prefix for a Task M anager Native Client module row"> 3183 <message name="IDS_TASK_MANAGER_NACL_PREFIX" desc="The prefix for a Task M anager Native Client module row">
3184 Native Client module: <ph name="NEXE_NAME">$1<ex>Unknown Native Client m odule</ex></ph> 3184 Native Client module: <ph name="NEXE_NAME">$1<ex>Unknown Native Client m odule</ex></ph>
3185 </message> 3185 </message>
3186 <message name="IDS_TASK_MANAGER_NACL_BROKER_PREFIX" desc="Task Manager row for Native Client broker, which acts as the sanbox manager for NaCl processes">
3187 Native Client sandbox manager
3188 </message>
3186 3189
3187 3190
3188 <!-- Extension Crashed Info Bar--> 3191 <!-- Extension Crashed Info Bar-->
3189 <message name="IDS_EXTENSION_CRASHED_INFOBAR_RESTART_BUTTON" desc="Title o f the reload button in the extension crashed infobar. After the button is clicke d, the extension will be reloaded."> 3192 <message name="IDS_EXTENSION_CRASHED_INFOBAR_RESTART_BUTTON" desc="Title o f the reload button in the extension crashed infobar. After the button is clicke d, the extension will be reloaded.">
3190 Reload 3193 Reload
3191 </message> 3194 </message>
3192 <message name="IDS_EXTENSION_CRASHED_INFOBAR_MESSAGE" desc="Message displa yed on the extension crashed infobar."> 3195 <message name="IDS_EXTENSION_CRASHED_INFOBAR_MESSAGE" desc="Message displa yed on the extension crashed infobar.">
3193 The following extension has crashed: <ph name="EXTENSION_NAME">$1<ex>Bui ldbot Monitor</ex></ph> 3196 The following extension has crashed: <ph name="EXTENSION_NAME">$1<ex>Bui ldbot Monitor</ex></ph>
3194 </message> 3197 </message>
3195 3198
(...skipping 3811 matching lines...) Expand 10 before | Expand all | Expand 10 after
7007 <message name="IDS_LANGUAGES_MORE" desc="Main language list 'more' link. E xpands all possible languages, not only the main ones."> 7010 <message name="IDS_LANGUAGES_MORE" desc="Main language list 'more' link. E xpands all possible languages, not only the main ones.">
7008 More... 7011 More...
7009 </message> 7012 </message>
7010 </if> 7013 </if>
7011 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing "> 7014 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing ">
7012 Import bookmarks now... 7015 Import bookmarks now...
7013 </message> 7016 </message>
7014 </messages> 7017 </messages>
7015 </release> 7018 </release>
7016 </grit> 7019 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/memory_details.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698