Index: chrome/app/generated_resources.grd |
=================================================================== |
--- chrome/app/generated_resources.grd (revision 66672) |
+++ chrome/app/generated_resources.grd (working copy) |
@@ -3702,6 +3702,25 @@ |
<message name="IDS_EXTENSION_LOAD_OPTIONS_PAGE_FAILED" desc=""> |
Could not load options page '<ph name="OPTIONS_PAGE">$1<ex>page.html</ex></ph>'. |
</message> |
+ <if expr="os == 'win32'"> |
+ <message name="IDS_EXTENSION_UNPACK_FAILED" desc="On windows, it is possible to mount a disk without the root of that disk having a drive letter. The sandbox does not support this. See crbug/49530 ."> |
+ Can not unpack extension. To safely unpack an extension, there must be a path to your profile directory that starts with a drive letter and does not contain a junction, mount point, or symlink. No such path exists for your profile. |
+ </message> |
+ </if> |
+ <if expr="os != 'win32'"> |
+ <message name="IDS_EXTENSION_UNPACK_FAILED" desc=""> |
+ Can not unpack extension. To safely unpack an extension, there must be a path to your profile directory that does not contain a symlink. No such path exists for your profile. |
+ </message> |
+ </if> |
+ <message name="IDS_EXTENSION_PACKAGE_ERROR_MESSAGE" desc="The cases where we get an error message string back from some other component. The message might be in English, but these are typically developer errors, and the extension SDK is English."> |
+ Package is invalid. Details: '<ph name="ERROR_MESSAGE">$1<ex>error</ex></ph>'. |
+ </message> |
+ <message name="IDS_EXTENSION_PACKAGE_ERROR_CODE" desc="Error message in cases where we fail to install the extension because the crx file is invalid. For example, because the crx header or signature is invalid."> |
+ Package is invalid: '<ph name="ERROR_CODE">$1<ex>error</ex></ph>'. |
+ </message> |
+ <message name="IDS_EXTENSION_PACKAGE_INSTALL_ERROR" desc="Error message in case package fails to install because of some problem with the filesystem."> |
+ Could not install package: '<ph name="ERROR_CODE">$1<ex>error</ex></ph>' |
+ </message> |
<!-- Extension installed bubble --> |
<message name="IDS_EXTENSION_INSTALLED_HEADING" desc="First line in the content area of the extension installed bubble. Instructs that the extension was installed."> |