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

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: 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 4250 matching lines...) Expand 10 before | Expand all | Expand 10 after
4261 </message> 4261 </message>
4262 <message name="IDS_EXTENSIONS_VISIT_WEBSITE" desc="The link for visiting t he extension's gallery page."> 4262 <message name="IDS_EXTENSIONS_VISIT_WEBSITE" desc="The link for visiting t he extension's gallery page.">
4263 View in Web Store 4263 View in Web Store
4264 </message> 4264 </message>
4265 <message name="IDS_EXTENSIONS_RELOAD" desc="The link for reloading extensi ons."> 4265 <message name="IDS_EXTENSIONS_RELOAD" desc="The link for reloading extensi ons.">
4266 Reload 4266 Reload
4267 </message> 4267 </message>
4268 <message name="IDS_EXTENSIONS_OPTIONS" desc="The button text for the optio ns button."> 4268 <message name="IDS_EXTENSIONS_OPTIONS" desc="The button text for the optio ns button.">
4269 Options 4269 Options
4270 </message> 4270 </message>
4271 <message name="IDS_EXTENSIONS_ACTIVITY" desc="The link for showing extensi on activity.">
4272 Activity
4273 </message>
4271 <message name="IDS_EXTENSIONS_SHOW_BUTTON" desc="The text for the Show lin k."> 4274 <message name="IDS_EXTENSIONS_SHOW_BUTTON" desc="The text for the Show lin k.">
4272 Show button 4275 Show button
4273 </message> 4276 </message>
4274 <message name="IDS_EXTENSIONS_HIDE_BUTTON" desc="The text for the Hide con text menu item."> 4277 <message name="IDS_EXTENSIONS_HIDE_BUTTON" desc="The text for the Hide con text menu item.">
4275 Hide button 4278 Hide button
4276 </message> 4279 </message>
4277 <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."> 4280 <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 Inspect popup 4281 Inspect popup
4279 </message> 4282 </message>
4280 <message name="IDS_EXTENSIONS_POLICY_CONTROLLED" desc="The text informing the user that an extension is policy controlled"> 4283 <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
4357 <message name="IDS_EXTENSION_WEB_STORE_TITLE" desc="Text for the Chrome We b Store"> 4360 <message name="IDS_EXTENSION_WEB_STORE_TITLE" desc="Text for the Chrome We b Store">
4358 Web Store 4361 Web Store
4359 </message> 4362 </message>
4360 <message name="IDS_EXTENSIONS_SHOW_DETAILS" desc="Tooltip for the button n ext to an extension that shows more details"> 4363 <message name="IDS_EXTENSIONS_SHOW_DETAILS" desc="Tooltip for the button n ext to an extension that shows more details">
4361 Show Details 4364 Show Details
4362 </message> 4365 </message>
4363 <message name="IDS_EXTENSIONS_HIDE_DETAILS" desc="Tooltip for the button n ext to an extension that hides details"> 4366 <message name="IDS_EXTENSIONS_HIDE_DETAILS" desc="Tooltip for the button n ext to an extension that hides details">
4364 Hide Details 4367 Hide Details
4365 </message> 4368 </message>
4366 4369
4370 <!-- chrome://extension-activity page -->
4371 <message name="IDS_EXTENSION_ACTIVITY_TITLE" desc="Title for the extension -activity tab.">
4372 Extension Activity
4373 </message>
4374 <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.">
4375 API Call
4376 </message>
4377 <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. ">
4378 API Block
4379 </message>
4380
4367 <!-- Global error messages for extensions --> 4381 <!-- Global error messages for extensions -->
4368 <message name="IDS_EXTENSION_WARNINGS_WRENCH_MENU_ITEM" desc="The wrench m enu item indicating that extensions caused problems"> 4382 <message name="IDS_EXTENSION_WARNINGS_WRENCH_MENU_ITEM" desc="The wrench m enu item indicating that extensions caused problems">
4369 Misbehaving extension 4383 Misbehaving extension
4370 </message> 4384 </message>
4371 <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"> 4385 <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">
4372 Warning: 4386 Warning:
4373 </message> 4387 </message>
4374 <message name="IDS_EXTENSION_WARNINGS_NETWORK_DELAY" desc="Warning message indicating that an extension caused excessive network delays for web requests"> 4388 <message name="IDS_EXTENSION_WARNINGS_NETWORK_DELAY" desc="Warning message indicating that an extension caused excessive network delays for web requests">
4375 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. 4389 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.
4376 </message> 4390 </message>
(...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
5064 </message> 5078 </message>
5065 <message name="IDS_FLAGS_DISABLE_SOFTWARE_RASTERIZER_DESCRIPTION" desc="De scription for the flag to disable using a software renderer."> 5079 <message name="IDS_FLAGS_DISABLE_SOFTWARE_RASTERIZER_DESCRIPTION" desc="De scription for the flag to disable using a software renderer.">
5066 Don't fall back to a 3D software rasterizer when the GPU cannot be used. 5080 Don't fall back to a 3D software rasterizer when the GPU cannot be used.
5067 </message> 5081 </message>
5068 <message name="IDS_FLAGS_MEDIA_STREAM_NAME" desc="Name for the flag to ena ble MediaStream, GetUserMedia and PeerConnection."> 5082 <message name="IDS_FLAGS_MEDIA_STREAM_NAME" desc="Name for the flag to ena ble MediaStream, GetUserMedia and PeerConnection.">
5069 Enable MediaStream. 5083 Enable MediaStream.
5070 </message> 5084 </message>
5071 <message name="IDS_FLAGS_MEDIA_STREAM_DESCRIPTION" desc="Description for t he flag to enable MediaStream, GetUserMedia and PeerConnection."> 5085 <message name="IDS_FLAGS_MEDIA_STREAM_DESCRIPTION" desc="Description for t he flag to enable MediaStream, GetUserMedia and PeerConnection.">
5072 Enable MediaStream, GetUserMedia, and PeerConnection APIs for WebRTC fun ctionality. More info at webrtc.org. 5086 Enable MediaStream, GetUserMedia, and PeerConnection APIs for WebRTC fun ctionality. More info at webrtc.org.
5073 </message> 5087 </message>
5088 <message name="IDS_FLAGS_ENABLE_EXTENSION_ACTIVITY_UI_NAME" desc="Name for the flag to enable the extension activity UI.">
5089 Enable extension activity UI
5090 </message>
5091 <message name="IDS_FLAGS_ENABLE_EXTENSION_ACTIVITY_UI_DESCRIPTION" desc="D escription for the flag to enable the extension activity UI.">
5092 Enable experimental UI that shows a log of extension activity.
5093 </message>
5074 <!-- Crashes --> 5094 <!-- Crashes -->
5075 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 5095 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
5076 Crashes 5096 Crashes
5077 </message> 5097 </message>
5078 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 5098 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
5079 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 5099 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
5080 </message> 5100 </message>
5081 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 5101 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
5082 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> 5102 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
5083 </message> 5103 </message>
(...skipping 9908 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') | chrome/browser/resources/extensions/extension_activity.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698