diff options
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> |