| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <!-- This file contains definitions of strings that are specific to | 2 <!-- This file contains definitions of strings that are specific to |
| 3 Google Chrome. These strings will be translated for each locale that Google | 3 Google Chrome. These strings will be translated for each locale that Google |
| 4 Chrome supports. --> | 4 Chrome supports. --> |
| 5 | 5 |
| 6 <grit base_dir="." latest_public_release="0" current_release="1" | 6 <grit base_dir="." latest_public_release="0" current_release="1" |
| 7 source_lang_id="en" enc_check="möl"> | 7 source_lang_id="en" enc_check="möl"> |
| 8 <outputs> | 8 <outputs> |
| 9 <output filename="grit/google_chrome_strings.h" type="rc_header"> | 9 <output filename="grit/google_chrome_strings.h" type="rc_header"> |
| 10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 </message> | 239 </message> |
| 240 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a
bout pages"> | 240 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a
bout pages"> |
| 241 Google Inc. | 241 Google Inc. |
| 242 </message> | 242 </message> |
| 243 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on
the about pages"> | 243 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on
the about pages"> |
| 244 Copyright © 2006-2010 Google Inc. All Rights Reserved. | 244 Copyright © 2006-2010 Google Inc. All Rights Reserved. |
| 245 </message> | 245 </message> |
| 246 <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyri
ght message, containing the URLs."> | 246 <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyri
ght message, containing the URLs."> |
| 247 Google Chrome is made possible by the <ph name="BEGIN_LINK_CHROMIUM">BEG
IN_LINK_CHR</ph>Chromium<ph name="END_LINK_CHROMIUM">END_LINK_CHR</ph> open sour
ce project and other <ph name="BEGIN_LINK_OSS">BEGIN_LINK_OSS</ph>open source so
ftware<ph name="END_LINK_OSS">END_LINK_OSS</ph>. | 247 Google Chrome is made possible by the <ph name="BEGIN_LINK_CHROMIUM">BEG
IN_LINK_CHR</ph>Chromium<ph name="END_LINK_CHROMIUM">END_LINK_CHR</ph> open sour
ce project and other <ph name="BEGIN_LINK_OSS">BEGIN_LINK_OSS</ph>open source so
ftware<ph name="END_LINK_OSS">END_LINK_OSS</ph>. |
| 248 </message> | 248 </message> |
| 249 <if expr="pp_ifdef('chromeos')"> |
| 250 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis
played beneath the Chromium open source URLs for Chrome OS."> |
| 251 Google Chrome OS is made possible by additional <ph name="BEGIN_LINK_C
ROS_OSS">BEGIN_LINK_CROS_OSS</ph>open source software<ph name="END_LINK_CROS_OSS
">END_LINK_CROS_OSS</ph>. |
| 252 </message> |
| 253 </if> |
| 249 <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service labe
l in the About box."> | 254 <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service labe
l in the About box."> |
| 250 Google Chrome <ph name="TERMS_OF_SERVICE_LINK">$1<ex>Terms of Service</e
x></ph> | 255 Google Chrome <ph name="TERMS_OF_SERVICE_LINK">$1<ex>Terms of Service</e
x></ph> |
| 251 </message> | 256 </message> |
| 252 <message name="IDS_TERMS_OF_SERVICE" desc="The Terms of Service link text
in the About box. Used in IDS_ABOUT_TERMS_OF_SERVICE."> | 257 <message name="IDS_TERMS_OF_SERVICE" desc="The Terms of Service link text
in the About box. Used in IDS_ABOUT_TERMS_OF_SERVICE."> |
| 253 Terms of Service | 258 Terms of Service |
| 254 </message> | 259 </message> |
| 255 <message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu
."> | 260 <message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu
."> |
| 256 Chrome | 261 Chrome |
| 257 </message> | 262 </message> |
| 258 <message name="IDS_ACCNAME_TOOLBAR" desc="The accessible name for the appl
ication's toolbar."> | 263 <message name="IDS_ACCNAME_TOOLBAR" desc="The accessible name for the appl
ication's toolbar."> |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 545 <message name="IDS_PROFILEIMPORTER_APP_NAME" desc="The profile importer
application's name. Should contain the Chrome application name (IDS_PRODUCT_NAM
E). Example: Google Chrome Profile Importer."> | 550 <message name="IDS_PROFILEIMPORTER_APP_NAME" desc="The profile importer
application's name. Should contain the Chrome application name (IDS_PRODUCT_NAM
E). Example: Google Chrome Profile Importer."> |
| 546 Google Chrome Profile Importer | 551 Google Chrome Profile Importer |
| 547 </message> | 552 </message> |
| 548 <message name="IDS_SHORT_PROFILEIMPORTER_APP_NAME" desc="The profile imp
orter application's short name, used for the Mac's application menu, activity mo
nitor, etc. Example: Chrome Profile Importer, not Google Chrome Profile Importer
."> | 553 <message name="IDS_SHORT_PROFILEIMPORTER_APP_NAME" desc="The profile imp
orter application's short name, used for the Mac's application menu, activity mo
nitor, etc. Example: Chrome Profile Importer, not Google Chrome Profile Importer
."> |
| 549 Chrome Profile Importer | 554 Chrome Profile Importer |
| 550 </message> | 555 </message> |
| 551 </if> | 556 </if> |
| 552 </messages> | 557 </messages> |
| 553 </release> | 558 </release> |
| 554 </grit> | 559 </grit> |
| OLD | NEW |