diff options
author | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-10 22:41:42 +0000 |
---|---|---|
committer | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-10 22:41:42 +0000 |
commit | 5be34f491f1aaac8450ba7cd80fcfe257aa03f8b (patch) | |
tree | 3279e3532c2eae4ef06b5842afa4b6f3c5b20e2d /chrome | |
parent | 7f3dd32af5704cfd838dec639510e4fbb5c64ad9 (diff) | |
download | chromium_src-5be34f491f1aaac8450ba7cd80fcfe257aa03f8b.zip chromium_src-5be34f491f1aaac8450ba7cd80fcfe257aa03f8b.tar.gz chromium_src-5be34f491f1aaac8450ba7cd80fcfe257aa03f8b.tar.bz2 |
Adds two install strings for translation
- alternate shortcut name for OEM install
- tooltips for our shortcuts
BUG=b/1640034
BUG=b/1522969
Review URL: http://codereview.chromium.org/20195
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9524 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/chromium_strings.grd | 6 | ||||
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd index 44ea50d..96c70ba 100644 --- a/chrome/app/chromium_strings.grd +++ b/chrome/app/chromium_strings.grd @@ -262,6 +262,12 @@ be available for now. --> <message name="IDS_START_IN_PROFILE_SHORTCUT_NAME" desc="Name of the desktop shortcut to start the application in a specific profile."> Chromium for <ph name="profile_name">$1</ph> </message> + <message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop shortcut to start the application for OEM pre-installations."> + Internet Browser + </message> + <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip for the Chromium shortcuts."> + Access the Internet + </message> </messages> </release> </grit> diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index af87a9c..a563590 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -310,6 +310,12 @@ Chrome supports. --> <message name="IDS_START_IN_PROFILE_SHORTCUT_NAME" desc="Name of the desktop shortcut to start the application in a specific profile."> Google Chrome for <ph name="profile_name">$1</ph> </message> + <message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop shortcut to start the application for OEM pre-installations."> + Internet Browser + </message> + <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip for the Google Chrome shortcuts."> + Access the Internet + </message> </messages> </release> </grit> |