diff options
author | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-13 01:47:23 +0000 |
---|---|---|
committer | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-13 01:47:23 +0000 |
commit | a424570b3795dd23da2e13f251b45f9c541e7c4e (patch) | |
tree | f744c99b735d1bd324846d58e0eb8df1b7f88e1e /chrome/app/google_chrome_strings.grd | |
parent | 85d188a54ea7f78d43db31087ce1abd1b82726dd (diff) | |
download | chromium_src-a424570b3795dd23da2e13f251b45f9c541e7c4e.zip chromium_src-a424570b3795dd23da2e13f251b45f9c541e7c4e.tar.gz chromium_src-a424570b3795dd23da2e13f251b45f9c541e7c4e.tar.bz2 |
Add installer error strings for localization
- Conflict with another application (such as Kingsoft Powerword)
BUG=3868
Review URL: http://codereview.chromium.org/21316
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9727 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/google_chrome_strings.grd')
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index a563590..3b0c8fb 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -297,6 +297,9 @@ Chrome supports. --> <message name="IDS_INSTALL_INSUFFICIENT_RIGHTS" desc="Error displayed when a non admin user tries to attempt system level install/uninstall."> You do not have appropriate rights for system-level install. Try running the installer again as Administrator. </message> + <message name="IDS_INSTALL_APP_CONFLICT" desc="Error displayed if installation fails due to another existing application."> + A conflict with another installed application has been detected. + </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 it failed to find installation directory. Please download Google Chrome again. </message> |