diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-17 05:38:32 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-17 05:38:32 +0000 |
commit | 64d7a42850c7b5fd2890f436573ebec5b9ce949e (patch) | |
tree | f3078d43421ec8eab6d1ee9c5b2212753229a87e /chrome/app | |
parent | 0651394b24e570ad101b617e15c251535d791ae0 (diff) | |
download | chromium_src-64d7a42850c7b5fd2890f436573ebec5b9ce949e.zip chromium_src-64d7a42850c7b5fd2890f436573ebec5b9ce949e.tar.gz chromium_src-64d7a42850c7b5fd2890f436573ebec5b9ce949e.tar.bz2 |
The translation lead requested that this sentence be a single
string, otherwise it will likely be grammatically incorrect.
This is a hack until http://crbug.com/3295 is implemented.
Review URL: http://codereview.chromium.org/7396
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3512 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/chromium_strings.grd | 5 | ||||
-rw-r--r-- | chrome/app/generated_resources.grd | 6 | ||||
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 5 |
3 files changed, 2 insertions, 14 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd index f948d6b..a900675 100644 --- a/chrome/app/chromium_strings.grd +++ b/chrome/app/chromium_strings.grd @@ -93,10 +93,7 @@ be available for now. --> Copyright © 2006-2008 The Chromium Authors. All Rights Reserved. </message> <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyright message, containing the URLs."> - Chromium 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 software</ex></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 software + Chromium 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> <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service label in the About box."> Not used in Chromium. Placeholder to keep resource maps in synch. diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index d3563d6..c0c1b9c 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3134,12 +3134,6 @@ each locale. --> <message name="IDS_BLOCKED_POPUP" desc="Text on a blocked popup's window titlebar."> Blocked Pop-up </message> - - <!-- Chromium related strings --> - <message name="IDS_OPEN_SOURCE_PROJECT_NAME" desc="The name of the open source version of Google Chrome"> - Chromium - </message> - </messages> </release> </grit> diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index 70d27f2..f1e21bf 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -132,10 +132,7 @@ Chrome supports. --> 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."> - 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 software</ex></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 software + 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> <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> |