Chromium Code Reviews| Index: chrome/app/google_chrome_strings.grd |
| diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd |
| index 2a38fad10ab4bfaaafd93ef3529a840f84f5306b..a4261d360ecf02e0896b5e8b650176cdcab47c50 100644 |
| --- a/chrome/app/google_chrome_strings.grd |
| +++ b/chrome/app/google_chrome_strings.grd |
| @@ -193,22 +193,30 @@ Chrome supports. --> |
| <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT_NO_LOGO" desc="The format for titles displayed when the window has no distributor logo displayed"> |
| <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> |
| </message> |
| + <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page."> |
| + Get help with using Chrome |
|
csilv
2012/02/03 19:43:52
add title-case version for buttons
James Hawkins
2012/02/03 22:48:40
Done.
|
| + </message> |
| <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the about pages"> |
| Google Inc. |
| </message> |
| <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on the about pages"> |
| Copyright © 2006-2012 Google Inc. All Rights Reserved. |
| </message> |
| - <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyright message, containing the URLs."> |
| - Google Chrome is made possible by the <ph name="BEGIN_LINK_CHROMIUM">BEGIN_LINK_CHR</ph>Chromium<ph name="END_LINK_CHROMIUM">END_LINK_CHR</ph> open source project and other <ph name="BEGIN_LINK_OSS">BEGIN_LINK_OSS</ph>open source software<ph name="END_LINK_OSS">END_LINK_OSS</ph>. |
| - </message> |
| + <if expr="not pp_ifdef('chromeos')"> |
| + <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyright message, containing the URLs."> |
| + Google Chrome is made possible by the <ph name="BEGIN_LINK_CHROMIUM"><a target="_blank" href="$1"></ph>Chromium<ph name="END_LINK_CHROMIUM"></a></ph> open source project and other <ph name="BEGIN_LINK_OSS"><a target="_blank" href="$2"></ph>open source software<ph name="END_LINK_OSS"></a></ph>. |
| + </message> |
| + </if> |
| <if expr="pp_ifdef('chromeos')"> |
| + <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyright message, containing the URLs."> |
| + Chrome OS is made possible by additional <ph name="BEGIN_LINK_OSS"><a target="_blank" href="$2"></ph>open source software<ph name="END_LINK_OSS"></a></ph>. |
| + </message> |
| <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text displayed beneath the Chromium open source URLs for Chrome OS."> |
| Chrome OS is made possible by additional <ph name="BEGIN_LINK_CROS_OSS">BEGIN_LINK_CROS_OSS</ph>open source software<ph name="END_LINK_CROS_OSS">END_LINK_CROS_OSS</ph>. |
| </message> |
| </if> |
| <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> |
| + Google Chrome <ph name="TERMS_OF_SERVICE_LINK"><a target="_blank" href="$1"></ph>Terms of Service<ph name="END_TERMS_OF_SERVICE_LINK"></a></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 |
| @@ -539,7 +547,13 @@ Google Chrome is unable to recover your settings. |
| Google Chrome has been updated |
| </message> |
| <message name="IDS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Successfully updated"> |
| - Relaunch Google Chrome to finish updating |
| + Nearly up-to-date! Relaunch Google Chrome to finish updating. |
| + </message> |
| + <message name="IDS_UPGRADE_UP_TO_DATE" desc="Status label: Already up to date"> |
| + Google Chrome is up to date. |
| + </message> |
| + <message name="IDS_UPGRADE_UPDATING" desc="Status label: Updating in the background"> |
| + Updating Google Chrome in the background... |
|
csilv
2012/02/03 19:43:52
yadda yadda "in the background" (see previous comm
|
| </message> |
| <if expr="pp_ifdef('chromeos')"> |
| <message name="IDS_UPGRADE_ALREADY_UP_TO_DATE" desc="Status label: Already up to date"> |