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

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 Dan's 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
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 4248 matching lines...) Expand 10 before | Expand all | Expand 10 after
4259 </message> 4259 </message>
4260 <message name="IDS_EXTENSIONS_VISIT_WEBSITE" desc="The link for visiting t he extension's gallery page."> 4260 <message name="IDS_EXTENSIONS_VISIT_WEBSITE" desc="The link for visiting t he extension's gallery page.">
4261 View in Web Store 4261 View in Web Store
4262 </message> 4262 </message>
4263 <message name="IDS_EXTENSIONS_RELOAD" desc="The link for reloading extensi ons."> 4263 <message name="IDS_EXTENSIONS_RELOAD" desc="The link for reloading extensi ons.">
4264 Reload 4264 Reload
4265 </message> 4265 </message>
4266 <message name="IDS_EXTENSIONS_OPTIONS" desc="The button text for the optio ns button."> 4266 <message name="IDS_EXTENSIONS_OPTIONS" desc="The button text for the optio ns button.">
4267 Options 4267 Options
4268 </message> 4268 </message>
4269 <message name="IDS_EXTENSIONS_ACTIVITY" desc="The link for showing extensi on activity.">
4270 Activity
4271 </message>
4269 <message name="IDS_EXTENSIONS_SHOW_BUTTON" desc="The text for the Show lin k."> 4272 <message name="IDS_EXTENSIONS_SHOW_BUTTON" desc="The text for the Show lin k.">
4270 Show button 4273 Show button
4271 </message> 4274 </message>
4272 <message name="IDS_EXTENSIONS_HIDE_BUTTON" desc="The text for the Hide con text menu item."> 4275 <message name="IDS_EXTENSIONS_HIDE_BUTTON" desc="The text for the Hide con text menu item.">
4273 Hide button 4276 Hide button
4274 </message> 4277 </message>
4275 <message name="IDS_EXTENSION_ACTION_INSPECT_POPUP" desc="The text for the right-click menu of page and browser actions which shows the popup and opens the developer tools."> 4278 <message name="IDS_EXTENSION_ACTION_INSPECT_POPUP" desc="The text for the right-click menu of page and browser actions which shows the popup and opens the developer tools.">
4276 Inspect popup 4279 Inspect popup
4277 </message> 4280 </message>
4278 <message name="IDS_EXTENSIONS_POLICY_CONTROLLED" desc="The text informing the user that an extension is policy controlled"> 4281 <message name="IDS_EXTENSIONS_POLICY_CONTROLLED" desc="The text informing the user that an extension is policy controlled">
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
4355 <message name="IDS_EXTENSION_WEB_STORE_TITLE" desc="Text for the Chrome We b Store"> 4358 <message name="IDS_EXTENSION_WEB_STORE_TITLE" desc="Text for the Chrome We b Store">
4356 Web Store 4359 Web Store
4357 </message> 4360 </message>
4358 <message name="IDS_EXTENSIONS_SHOW_DETAILS" desc="Tooltip for the button n ext to an extension that shows more details"> 4361 <message name="IDS_EXTENSIONS_SHOW_DETAILS" desc="Tooltip for the button n ext to an extension that shows more details">
4359 Show Details 4362 Show Details
4360 </message> 4363 </message>
4361 <message name="IDS_EXTENSIONS_HIDE_DETAILS" desc="Tooltip for the button n ext to an extension that hides details"> 4364 <message name="IDS_EXTENSIONS_HIDE_DETAILS" desc="Tooltip for the button n ext to an extension that hides details">
4362 Hide Details 4365 Hide Details
4363 </message> 4366 </message>
4364 4367
4368 <!-- chrome://extension-activity page -->
4369 <message name="IDS_EXTENSION_ACTIVITY_TITLE" desc="Title for the extension -activity tab.">
4370 Extension Activity
4371 </message>
4372 <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.">
4373 API Call
4374 </message>
4375 <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. ">
4376 API Block
Evan Stade 2012/01/31 03:52:36 this doesn't seem like the best string ever (I wou
Eric Dingle 2012/02/02 00:36:48 Done.
4377 </message>
4378
4365 <!-- Global error messages for extensions --> 4379 <!-- Global error messages for extensions -->
4366 <message name="IDS_EXTENSION_WARNINGS_WRENCH_MENU_ITEM" desc="The wrench m enu item indicating that extensions caused problems"> 4380 <message name="IDS_EXTENSION_WARNINGS_WRENCH_MENU_ITEM" desc="The wrench m enu item indicating that extensions caused problems">
4367 Misbehaving extension 4381 Misbehaving extension
4368 </message> 4382 </message>
4369 <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"> 4383 <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">
4370 Warning: 4384 Warning:
4371 </message> 4385 </message>
4372 <message name="IDS_EXTENSION_WARNINGS_NETWORK_DELAY" desc="Warning message indicating that an extension caused excessive network delays for web requests"> 4386 <message name="IDS_EXTENSION_WARNINGS_NETWORK_DELAY" desc="Warning message indicating that an extension caused excessive network delays for web requests">
4373 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. 4387 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.
4374 </message> 4388 </message>
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
5077 </message> 5091 </message>
5078 <message name="IDS_FLAGS_MEDIA_STREAM_DESCRIPTION" desc="Description for t he flag to enable MediaStream, GetUserMedia and PeerConnection."> 5092 <message name="IDS_FLAGS_MEDIA_STREAM_DESCRIPTION" desc="Description for t he flag to enable MediaStream, GetUserMedia and PeerConnection.">
5079 Enable MediaStream, GetUserMedia, and PeerConnection APIs for WebRTC fun ctionality. More info at webrtc.org. 5093 Enable MediaStream, GetUserMedia, and PeerConnection APIs for WebRTC fun ctionality. More info at webrtc.org.
5080 </message> 5094 </message>
5081 <message name="IDS_FLAGS_SHADOW_DOM_NAME" desc="Name for the flag to enabl e Shadow DOM."> 5095 <message name="IDS_FLAGS_SHADOW_DOM_NAME" desc="Name for the flag to enabl e Shadow DOM.">
5082 Enable Shadow DOM. 5096 Enable Shadow DOM.
5083 </message> 5097 </message>
5084 <message name="IDS_FLAGS_SHADOW_DOM_DESCRIPTION" desc="Description for the flag to enable Shadow DOM."> 5098 <message name="IDS_FLAGS_SHADOW_DOM_DESCRIPTION" desc="Description for the flag to enable Shadow DOM.">
5085 This API allows web applications to use Web Components. 5099 This API allows web applications to use Web Components.
5086 </message> 5100 </message>
5101 <message name="IDS_FLAGS_ENABLE_EXTENSION_ACTIVITY_UI_NAME" desc="Name for the flag to enable the extension activity UI.">
5102 Enable extension activity UI
5103 </message>
5104 <message name="IDS_FLAGS_ENABLE_EXTENSION_ACTIVITY_UI_DESCRIPTION" desc="D escription for the flag to enable the extension activity UI.">
5105 Enable experimental UI that shows a log of extension activity.
5106 </message>
5087 <!-- Crashes --> 5107 <!-- Crashes -->
5088 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 5108 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
5089 Crashes 5109 Crashes
5090 </message> 5110 </message>
5091 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 5111 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
5092 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 5112 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
5093 </message> 5113 </message>
5094 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 5114 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
5095 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> 5115 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
5096 </message> 5116 </message>
(...skipping 9944 matching lines...) Expand 10 before | Expand all | Expand 10 after
15041 </messages> 15061 </messages>
15042 <structures fallback_to_english="true"> 15062 <structures fallback_to_english="true">
15043 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15063 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15044 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15064 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15045 </structure> 15065 </structure>
15046 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15066 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15047 </structure> 15067 </structure>
15048 </structures> 15068 </structures>
15049 </release> 15069 </release>
15050 </grit> 15070 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/ui/webui/extensions/extension_activity_ui.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698