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

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

Issue 11150002: New post-sideload UI: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: !!! Created 8 years, 2 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 | « chrome/app/chrome_command_ids.h ('k') | chrome/app/theme/theme_resources.grd » ('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 5283 matching lines...) Expand 10 before | Expand all | Expand 10 after
5294 5294
5295 <!-- chrome://extension-info bubble --> 5295 <!-- chrome://extension-info bubble -->
5296 <message name="IDS_EXTENSION_SCRIPT_POPUP_IS_RUNNING" desc="The label in t he extension info bubble that indicates the extension is running scripts on this page"> 5296 <message name="IDS_EXTENSION_SCRIPT_POPUP_IS_RUNNING" desc="The label in t he extension info bubble that indicates the extension is running scripts on this page">
5297 <ph name="EXTENSION_NAME">$1<ex>AdBlock</ex></ph> is running on this pag e. 5297 <ph name="EXTENSION_NAME">$1<ex>AdBlock</ex></ph> is running on this pag e.
5298 </message> 5298 </message>
5299 <message name="IDS_EXTENSION_SCRIPT_POPUP_LAST_UPDATED" desc="The label in the extension info bubble indicating the last time an extension was updated."> 5299 <message name="IDS_EXTENSION_SCRIPT_POPUP_LAST_UPDATED" desc="The label in the extension info bubble indicating the last time an extension was updated.">
5300 Last updated: 5300 Last updated:
5301 </message> 5301 </message>
5302 5302
5303 <!-- Global error messages for extensions --> 5303 <!-- Global error messages for extensions -->
5304 <message name="IDS_EXTENSION_WARNINGS_WRENCH_MENU_ITEM" desc="The wrench m enu item indicating that extensions caused problems"> 5304 <message name="IDS_EXTENSION_WARNINGS_WRENCH_MENU_ITEM" desc="The wrench m enu item indicating that extensions caused problems.">
5305 Extension error 5305 Extension error
5306 </message> 5306 </message>
5307 <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"> 5307 <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">
5308 Warning: 5308 Warning:
5309 </message> 5309 </message>
5310 <message name="IDS_EXTENSION_WARNINGS_NETWORK_DELAY" desc="Warning message indicating that an extension caused excessive network delays for web requests"> 5310 <message name="IDS_EXTENSION_WARNINGS_NETWORK_DELAY" desc="Warning message indicating that an extension caused excessive network delays for web requests">
5311 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. 5311 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.
5312 </message> 5312 </message>
5313 <message name="IDS_EXTENSION_WARNINGS_NETWORK_CONFLICT" desc="Warning mess age which indicates that two or more extensions tried to modify a network reques t in a conflicting way and the modification of this extension was ignored"> 5313 <message name="IDS_EXTENSION_WARNINGS_NETWORK_CONFLICT" desc="Warning mess age which indicates that two or more extensions tried to modify a network reques t in a conflicting way and the modification of this extension was ignored">
5314 This extension failed to modify a network request because the modificati on conflicted with another extension. 5314 This extension failed to modify a network request because the modificati on conflicted with another extension.
5315 </message> 5315 </message>
5316 5316
5317 <!-- External extension install alerts -->
5318 <!-- TODO(mpcomplete): We may need to change Chrome to
5319 PRODUCT_NAME. Leaving it as-is until we finalize
5320 these strings. -->
5321 <message name="IDS_EXTENSION_EXTERNAL_INSTALL_ALERT" desc="The wrench menu item indicating that a new external extension was installed.">
5322 New extension added (<ph name="EXTENSION_NAME">$1<ex>Babylon Toolbar</ex ></ph>)
5323 </message>
5324 <message name="IDS_EXTENSION_EXTERNAL_INSTALL_PROMPT_TITLE" desc="">
5325 "<ph name="EXTENSION_NAME">$1<ex>Babylon Toolbar</ex></ph>" added
5326 </message>
5327 <message name="IDS_EXTENSION_EXTERNAL_INSTALL_PROMPT_HEADING" desc="">
5328 While you were out, another program on your computer added an extension to Chrome. This extension may change the way Chrome works.
5329 </message>
5330 <message name="IDS_EXTENSION_EXTERNAL_INSTALL_PROMPT_ACCEPT_BUTTON" desc=" ">
5331 Enable extension
5332 </message>
5333 <message name="IDS_EXTENSION_EXTERNAL_INSTALL_PROMPT_ABORT_BUTTON" desc="" >
5334 Remove from Chrome
5335 </message>
5336
5317 <!-- Plugins --> 5337 <!-- Plugins -->
5318 <message name="IDS_PLUGINS_TITLE" desc="Title for the chrome://plugins pag e."> 5338 <message name="IDS_PLUGINS_TITLE" desc="Title for the chrome://plugins pag e.">
5319 Plug-ins 5339 Plug-ins
5320 </message> 5340 </message>
5321 <message name="IDS_PLUGINS_DETAILS_MODE_LINK" desc="Text of the link for d etails mode."> 5341 <message name="IDS_PLUGINS_DETAILS_MODE_LINK" desc="Text of the link for d etails mode.">
5322 Details 5342 Details
5323 </message> 5343 </message>
5324 <message name="IDS_PLUGINS_NONE_INSTALLED" desc="Text that lets the user k now that no plug-ins are installed."> 5344 <message name="IDS_PLUGINS_NONE_INSTALLED" desc="Text that lets the user k now that no plug-ins are installed.">
5325 No plug-ins installed. 5345 No plug-ins installed.
5326 </message> 5346 </message>
(...skipping 9305 matching lines...) Expand 10 before | Expand all | Expand 10 after
14632 14652
14633 <structures fallback_to_english="true"> 14653 <structures fallback_to_english="true">
14634 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14654 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14635 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14655 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14636 </structure> 14656 </structure>
14637 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14657 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14638 </structure> 14658 </structure>
14639 </structures> 14659 </structures>
14640 </release> 14660 </release>
14641 </grit> 14661 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chrome_command_ids.h ('k') | chrome/app/theme/theme_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698