summaryrefslogtreecommitdiffstats
path: root/chrome/app/google_chrome_strings.grd
diff options
context:
space:
mode:
authorkuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-20 19:01:13 +0000
committerkuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-20 19:01:13 +0000
commit452fc5418259b01cdd2d92c00e03780ef04b4be4 (patch)
tree597bc2da45d6cedcb366a2aea55ab3ce68eb8e3d /chrome/app/google_chrome_strings.grd
parent2ceafa3ddbaaa90ff73abf9941eae217c7808710 (diff)
downloadchromium_src-452fc5418259b01cdd2d92c00e03780ef04b4be4.zip
chromium_src-452fc5418259b01cdd2d92c00e03780ef04b4be4.tar.gz
chromium_src-452fc5418259b01cdd2d92c00e03780ef04b4be4.tar.bz2
Now omaha supports displaying custom error string through registry keys.
Add error strings in Chrome installer. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3616 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/google_chrome_strings.grd')
-rw-r--r--chrome/app/google_chrome_strings.grd30
1 files changed, 30 insertions, 0 deletions
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd
index f1e21bf..4bec75e 100644
--- a/chrome/app/google_chrome_strings.grd
+++ b/chrome/app/google_chrome_strings.grd
@@ -250,6 +250,36 @@ Chrome supports. -->
<message name="IDS_MACHINE_LEVEL_INSTALL_CONFLICT" desc="Error message to display when user tries to run user level Chromium even though machine level Chromium is already installed.">
System level Google Chrome is already installed on this computer. We will replace your user level Google Chrome with the system level installation.
</message>
+ <message name="IDS_INSTALL_HIGHER_VERSION" desc="Error displayed when higher version already exists.">
+ A newer version of Google Chrome is already installed on this computer; if it no-longer works, please uninstall it before trying again.
+ </message>
+ <message name="IDS_INSTALL_USER_LEVEL_EXISTS" desc="Error displayed during system level install if user level Chromium is already installed.">
+ Google Chrome is already installed as a non-administrator. Please uninstall it and try again.
+ </message>
+ <message name="IDS_INSTALL_SYSTEM_LEVEL_EXISTS" desc="Error displayed during user level install if system level Chromium is already installed.">
+ Google Chrome is already installed as an administrator. Please uninstall it, if you want to install Google Chrome as a non-administrator.
+ </message>
+ <message name="IDS_INSTALL_FAILED" desc="Error displayed if installation fails due to some unknown error.">
+ Installation failed due to unspecified error. If Google Chrome is currently running, please close it and try again.
+ </message>
+ <message name="IDS_INSTALL_OS_NOT_SUPPORTED" desc="Error displayed if OS is not supported">
+ Your operating system is not supported - Google Chrome works on Windows Vista and XP SP1+.
+ </message>
+ <message name="IDS_INSTALL_OS_ERROR" desc="Error displayed when any Windows API call fails and we do not have more specific information.">
+ Your operating system encountered an unspecified error during installation.
+ </message>
+ <message name="IDS_INSTALL_TEMP_DIR_FAILED" desc="Error displayed when we fail to create temporary directory during installation.">
+ Could not create temporary directory for installer; please check for permissions and free space on hard disk.
+ </message>
+ <message name="IDS_INSTALL_UNCOMPRESSION_FAILED" desc="Error when when we can not uncompress installation archive.">
+ Failed to uncompress installer archive. Please try downloading Google Chrome again.
+ </message>
+ <message name="IDS_INSTALL_INVALID_ARCHIVE" desc="Error displayed when we can not open the installation archive.">
+ Installer archive is corrupted or invalid. Please try downloading Google Chrome again.
+ </message>
+ <message name="IDS_UNINSTALL_FAILED" desc="Error during uninstall if we can not find the installation directory from registry.">
+ Google Chrome is not installed or failed to find installation directory from registry.
+ </message>
</messages>
</release>
</grit>