diff options
author | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-09 19:40:53 +0000 |
---|---|---|
committer | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-09 19:40:53 +0000 |
commit | 40f9788b1c12179b49260aee91fcfe04e219feb4 (patch) | |
tree | 9b9afdc32a1718123d96f931e2db04b2d60b1aeb /chrome/app/google_chrome_strings.grd | |
parent | e34d9fb94efa09fed30d1179e5f3ec989b23db9e (diff) | |
download | chromium_src-40f9788b1c12179b49260aee91fcfe04e219feb4.zip chromium_src-40f9788b1c12179b49260aee91fcfe04e219feb4.tar.gz chromium_src-40f9788b1c12179b49260aee91fcfe04e219feb4.tar.bz2 |
Changing the About box according to mockups. Basically, we now want to have a paragraph of text with embedded links (to the Chromium project, credits and terms of service).
Review URL: http://codereview.chromium.org/6563
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3117 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/google_chrome_strings.grd')
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index 854eb77..32b3ac0 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -131,6 +131,18 @@ Chrome supports. --> <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on the about pages"> Copyright © 2006-2008 Google Inc. All Rights Reserved. </message> + <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyright message, containing the URLs. Do not change the order of the links when translating."> + Google Chrome is made possible by the <ph name="PROJECT_LINK">$1<ex>Chromium</ex></ph> open source project and other <ph name="OPEN_SOURCE_LINK">$2<ex>open source</ex> software</ph>. + </message> + <message name="IDS_ABOUT_OPEN_SOURCE_SOFTWARE" desc="The link text on the About box that links to open source software. Used in IDS_ABOUT_VERSION_LICENSE."> + open source + </message> + <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service label in the About box."> + Google Chrome <ph name="TERMS_OF_SERVICE_LINK">$1<ex>Terms of Service</ex></ph>. + </message> + <message name="IDS_TERMS_OF_SERVICE" desc="The Terms of Service link text in the About box. Used in IDS_ABOUT_TERMS_OF_SERVICE."> + Terms of Service + </message> <message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu."> Chrome </message> |