| 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 </if> | 209 </if> |
| 210 <if expr="pp_ifdef('chromeos')"> | 210 <if expr="pp_ifdef('chromeos')"> |
| 211 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which
takes the user to the Chrome help page."> | 211 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which
takes the user to the Chrome help page."> |
| 212 Get help with using Chrome OS | 212 Get help with using Chrome OS |
| 213 </message> | 213 </message> |
| 214 </if> | 214 </if> |
| 215 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a
bout pages"> | 215 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a
bout pages"> |
| 216 Google Inc. | 216 Google Inc. |
| 217 </message> | 217 </message> |
| 218 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on
the about pages"> | 218 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on
the about pages"> |
| 219 Copyright © 2006-2012 Google Inc. All Rights Reserved. | 219 Copyright 2012 Google Inc. All rights reserved. |
| 220 </message> | 220 </message> |
| 221 <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyri
ght message, containing the URLs."> | 221 <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyri
ght message, containing the URLs."> |
| 222 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>. | 222 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>. |
| 223 </message> | 223 </message> |
| 224 <if expr="pp_ifdef('chromeos')"> | 224 <if expr="pp_ifdef('chromeos')"> |
| 225 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis
played beneath the Chromium open source URLs for Chrome OS."> | 225 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis
played beneath the Chromium open source URLs for Chrome OS."> |
| 226 Chrome OS is made possible by additional <ph name="BEGIN_LINK_CROS_OSS
"><a target="_blank" href="$1"></ph>open source software<ph name="END_LINK
_CROS_OSS"></a></ph>. | 226 Chrome OS is made possible by additional <ph name="BEGIN_LINK_CROS_OSS
"><a target="_blank" href="$1"></ph>open source software<ph name="END_LINK
_CROS_OSS"></a></ph>. |
| 227 </message> | 227 </message> |
| 228 </if> | 228 </if> |
| 229 <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service labe
l in the About box."> | 229 <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service labe
l in the About box."> |
| (...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 809 | 809 |
| 810 <!-- Chrome OS keyboard overlay--> | 810 <!-- Chrome OS keyboard overlay--> |
| 811 <if expr="pp_ifdef('chromeos')"> | 811 <if expr="pp_ifdef('chromeos')"> |
| 812 <message name="IDS_KEYBOARD_OVERLAY_SHOW_WRENCH_MENU" desc="The text in
the keyboard overlay to explain the shortcut that opens the main Chrome menu."> | 812 <message name="IDS_KEYBOARD_OVERLAY_SHOW_WRENCH_MENU" desc="The text in
the keyboard overlay to explain the shortcut that opens the main Chrome menu."> |
| 813 Show the Chrome menu | 813 Show the Chrome menu |
| 814 </message> | 814 </message> |
| 815 </if> | 815 </if> |
| 816 </messages> | 816 </messages> |
| 817 </release> | 817 </release> |
| 818 </grit> | 818 </grit> |
| OLD | NEW |