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

Unified Diff: chrome/app/generated_resources.grd

Issue 7618044: Fix a crash in the Extension Creator when crx is in use. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_creator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
===================================================================
--- chrome/app/generated_resources.grd (revision 96544)
+++ chrome/app/generated_resources.grd (working copy)
@@ -3801,6 +3801,9 @@
<message name="IDS_EXTENSION_ERROR_WHILE_SIGNING" desc="Warning displayed in pack dialog when occurred an error while signing an extension.">
Error while signing extension.
</message>
+ <message name="IDS_EXTENSION_SHARING_VIOLATION" desc="Warning displayed in pack dialog when a sharing violation is found during creation of the crx.">
+ Failed to replace crx file. Check to see if the file is in use.
+ </message>
<message name="IDS_EXTENSION_PUBLIC_KEY_FAILED_TO_EXPORT" desc="Warning displayed in pack dialog when exporting a public key failed.">
Failed to export public key.
</message>
@@ -3971,12 +3974,21 @@
<message name="IDS_EXTENSIONS_ENABLE" desc="The link for enabling extensions.">
Enable
Finnur 2011/08/15 15:56:54 Ignore all further changes to this file. They won'
</message>
+ <message name="IDS_EXTENSIONS_ON" desc="The text for enabling extensions.">
+ On
+ </message>
+ <message name="IDS_EXTENSIONS_OFF" desc="The text for enabling extensions.">
+ Off
+ </message>
<message name="IDS_EXTENSIONS_ENABLE_INCOGNITO" desc="The checkbox for enabling extensions in incognito.">
Allow in incognito
</message>
<message name="IDS_EXTENSIONS_ALLOW_FILE_ACCESS" desc="The checkbox for allowing an extension access to run scripts on file URLs.">
Allow access to file URLs
</message>
+ <message name="IDS_EXTENSIONS_VISIT_WEBSITE" desc="The link for visiting the extension's gallery page.">
+ Visit website
+ </message>
<message name="IDS_EXTENSIONS_INCOGNITO_WARNING" desc="Warns the user that Chrome cannot prevent extensions from recording history in incognito mode. Displayed in extensions management UI after an extension is selected to be run in incognito mode.">
<ph name="BEGIN_BOLD">&lt;b&gt;</ph>Warning:<ph name="END_BOLD">&lt;/b&gt;</ph> <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> cannot prevent extensions from recording your browsing history. To disable this extension in incognito mode, unselect this option.
</message>
@@ -4010,6 +4022,9 @@
<message name="IDS_EXTENSION_PACK_DIALOG_TITLE" desc="Title of pack extension dialog">
Pack Extension
</message>
+ <message name="IDS_EXTENSION_PACK_BUTTON" desc="Text of the pack extension button">
+ Pack Extension
+ </message>
<message name="IDS_EXTENSION_PACK_DIALOG_HEADING" desc="The heading of the pack extension dialog.">
Select the root directory of the extension to pack. To update an extension, also select the private key file to reuse.
</message>
@@ -6999,6 +7014,11 @@
Unlock
</message>
+ <!-- Extension settings -->
+ <message name="IDS_MANAGE_EXTENSIONS_SETTING_WINDOWS_TITLE" desc="Title that appears in the dialogue title bar for manage extensions settings">
+ Extensions
+ </message>
+
<!-- Font settings -->
<message name="IDS_FONT_LANGUAGE_SETTING_FONT_TAB_TITLE" desc="Title that appears in the Fonts and Encoding subpage">
Fonts and Encoding
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_creator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698