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

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

Issue 9234076: Implementation of the Extension Activity Log UI behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address remaining comments. Created 8 years, 10 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/about_flags.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 <!-- 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 4242 matching lines...) Expand 10 before | Expand all | Expand 10 after
4253 </message> 4253 </message>
4254 <message name="IDS_EXTENSIONS_VISIT_WEBSITE" desc="The link for visiting t he extension's gallery page."> 4254 <message name="IDS_EXTENSIONS_VISIT_WEBSITE" desc="The link for visiting t he extension's gallery page.">
4255 View in Web Store 4255 View in Web Store
4256 </message> 4256 </message>
4257 <message name="IDS_EXTENSIONS_RELOAD" desc="The link for reloading extensi ons."> 4257 <message name="IDS_EXTENSIONS_RELOAD" desc="The link for reloading extensi ons.">
4258 Reload 4258 Reload
4259 </message> 4259 </message>
4260 <message name="IDS_EXTENSIONS_OPTIONS_LINK" desc="The button text for the options button."> 4260 <message name="IDS_EXTENSIONS_OPTIONS_LINK" desc="The button text for the options button.">
4261 Options 4261 Options
4262 </message> 4262 </message>
4263 <message name="IDS_EXTENSIONS_ACTIVITY_LINK" desc="The link for showing ex tension activity.">
4264 Activity
4265 </message>
4263 <message name="IDS_EXTENSIONS_SHOW_BUTTON" desc="The text for the Show lin k."> 4266 <message name="IDS_EXTENSIONS_SHOW_BUTTON" desc="The text for the Show lin k.">
4264 Show button 4267 Show button
4265 </message> 4268 </message>
4266 4269
4267 <if expr="not pp_ifdef('use_titlecase')"> 4270 <if expr="not pp_ifdef('use_titlecase')">
4268 <message name="IDS_EXTENSIONS_OPTIONS_MENU_ITEM" desc="The text for the options menu item in context menus (sentence case)."> 4271 <message name="IDS_EXTENSIONS_OPTIONS_MENU_ITEM" desc="The text for the options menu item in context menus (sentence case).">
4269 Options 4272 Options
4270 </message> 4273 </message>
4271 <message name="IDS_EXTENSIONS_DISABLE" desc="The link for disabling an e xtension (sentence case)."> 4274 <message name="IDS_EXTENSIONS_DISABLE" desc="The link for disabling an e xtension (sentence case).">
4272 Disable 4275 Disable
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
4379 <message name="IDS_EXTENSION_WEB_STORE_TITLE" desc="Text for the Chrome We b Store"> 4382 <message name="IDS_EXTENSION_WEB_STORE_TITLE" desc="Text for the Chrome We b Store">
4380 Chrome Web Store 4383 Chrome Web Store
4381 </message> 4384 </message>
4382 <message name="IDS_EXTENSIONS_SHOW_DETAILS" desc="Tooltip for the button n ext to an extension that shows more details"> 4385 <message name="IDS_EXTENSIONS_SHOW_DETAILS" desc="Tooltip for the button n ext to an extension that shows more details">
4383 Show Details 4386 Show Details
4384 </message> 4387 </message>
4385 <message name="IDS_EXTENSIONS_HIDE_DETAILS" desc="Tooltip for the button n ext to an extension that hides details"> 4388 <message name="IDS_EXTENSIONS_HIDE_DETAILS" desc="Tooltip for the button n ext to an extension that hides details">
4386 Hide Details 4389 Hide Details
4387 </message> 4390 </message>
4388 4391
4392 <!-- chrome://extension-activity page -->
4393 <message name="IDS_EXTENSION_ACTIVITY_TITLE" desc="Title for the extension -activity tab.">
4394 Extension Activity
4395 </message>
4396 <message name="IDS_EXTENSION_ACTIVITY_API_CALL" desc="Text for the label n ext to an activity message that represents a call to the extension API.">
4397 API Call
4398 </message>
4399 <message name="IDS_EXTENSION_ACTIVITY_API_BLOCK" desc="Text for the label next to an activity message that represents a blocked call to the extension API. ">
4400 Blocked API Call
4401 </message>
4402
4389 <!-- Global error messages for extensions --> 4403 <!-- Global error messages for extensions -->
4390 <message name="IDS_EXTENSION_WARNINGS_WRENCH_MENU_ITEM" desc="The wrench m enu item indicating that extensions caused problems"> 4404 <message name="IDS_EXTENSION_WARNINGS_WRENCH_MENU_ITEM" desc="The wrench m enu item indicating that extensions caused problems">
4391 Misbehaving extension 4405 Misbehaving extension
4392 </message> 4406 </message>
4393 <message name="IDS_EXTENSION_WARNINGS_TITLE" desc="The title of a section in chrome://extensions which contains the warning(s) that relates to one particu lar extension"> 4407 <message name="IDS_EXTENSION_WARNINGS_TITLE" desc="The title of a section in chrome://extensions which contains the warning(s) that relates to one particu lar extension">
4394 Warning: 4408 Warning:
4395 </message> 4409 </message>
4396 <message name="IDS_EXTENSION_WARNINGS_NETWORK_DELAY" desc="Warning message indicating that an extension caused excessive network delays for web requests"> 4410 <message name="IDS_EXTENSION_WARNINGS_NETWORK_DELAY" desc="Warning message indicating that an extension caused excessive network delays for web requests">
4397 This extension is slowing down <ph name="PRODUCT_NAME">$1<ex>Google Chro me</ex></ph>. You should disable it to restore <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph>'s performance. 4411 This extension is slowing down <ph name="PRODUCT_NAME">$1<ex>Google Chro me</ex></ph>. You should disable it to restore <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph>'s performance.
4398 </message> 4412 </message>
(...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after
5104 </message> 5118 </message>
5105 <message name="IDS_FLAGS_MEDIA_STREAM_DESCRIPTION" desc="Description for t he flag to enable MediaStream, GetUserMedia and PeerConnection."> 5119 <message name="IDS_FLAGS_MEDIA_STREAM_DESCRIPTION" desc="Description for t he flag to enable MediaStream, GetUserMedia and PeerConnection.">
5106 Enable MediaStream, GetUserMedia, and PeerConnection APIs for WebRTC fun ctionality. More info at webrtc.org. 5120 Enable MediaStream, GetUserMedia, and PeerConnection APIs for WebRTC fun ctionality. More info at webrtc.org.
5107 </message> 5121 </message>
5108 <message name="IDS_FLAGS_SHADOW_DOM_NAME" desc="Name for the flag to enabl e Shadow DOM."> 5122 <message name="IDS_FLAGS_SHADOW_DOM_NAME" desc="Name for the flag to enabl e Shadow DOM.">
5109 Enable Shadow DOM. 5123 Enable Shadow DOM.
5110 </message> 5124 </message>
5111 <message name="IDS_FLAGS_SHADOW_DOM_DESCRIPTION" desc="Description for the flag to enable Shadow DOM."> 5125 <message name="IDS_FLAGS_SHADOW_DOM_DESCRIPTION" desc="Description for the flag to enable Shadow DOM.">
5112 This API allows web applications to use Web Components. 5126 This API allows web applications to use Web Components.
5113 </message> 5127 </message>
5128 <message name="IDS_FLAGS_ENABLE_EXTENSION_ACTIVITY_UI_NAME" desc="Name for the flag to enable the extension activity UI.">
5129 Enable extension activity UI
5130 </message>
5131 <message name="IDS_FLAGS_ENABLE_EXTENSION_ACTIVITY_UI_DESCRIPTION" desc="D escription for the flag to enable the extension activity UI.">
5132 Enable experimental UI that shows a log of extension activity.
5133 </message>
5114 <!-- Crashes --> 5134 <!-- Crashes -->
5115 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 5135 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
5116 Crashes 5136 Crashes
5117 </message> 5137 </message>
5118 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 5138 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
5119 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 5139 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
5120 </message> 5140 </message>
5121 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 5141 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
5122 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> 5142 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
5123 </message> 5143 </message>
(...skipping 9868 matching lines...) Expand 10 before | Expand all | Expand 10 after
14992 </messages> 15012 </messages>
14993 <structures fallback_to_english="true"> 15013 <structures fallback_to_english="true">
14994 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15014 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14995 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15015 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14996 </structure> 15016 </structure>
14997 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15017 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14998 </structure> 15018 </structure>
14999 </structures> 15019 </structures>
15000 </release> 15020 </release>
15001 </grit> 15021 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698