| 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 distribution specific. | 2 <!-- This file contains definitions of strings that are distribution specific. |
| 3 These strings will not be translated and only english versions will | 3 These strings will not be translated and only english versions will |
| 4 be available for now. --> | 4 be available for now. --> |
| 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/chromium_strings.h" type="rc_header"> | 9 <output filename="grit/chromium_strings.h" type="rc_header"> |
| 10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 </if> | 286 </if> |
| 287 <if expr="pp_ifdef('chromeos')"> | 287 <if expr="pp_ifdef('chromeos')"> |
| 288 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which
takes the user to the Chrome help page."> | 288 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which
takes the user to the Chrome help page."> |
| 289 Get help with using Chromium OS | 289 Get help with using Chromium OS |
| 290 </message> | 290 </message> |
| 291 </if> | 291 </if> |
| 292 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a
bout pages"> | 292 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a
bout pages"> |
| 293 The Chromium Authors | 293 The Chromium Authors |
| 294 </message> | 294 </message> |
| 295 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on
the about pages"> | 295 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on
the about pages"> |
| 296 Copyright © 2006-2012 The Chromium Authors. All Rights Reserved. | 296 Copyright 2012 The Chromium Authors. All rights reserved. |
| 297 </message> | 297 </message> |
| 298 <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyri
ght message, containing the URLs."> | 298 <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyri
ght message, containing the URLs."> |
| 299 Chromium is made possible by the <ph name="BEGIN_LINK_CHROMIUM"><a ta
rget="_blank" href="$1"></ph>Chromium<ph name="END_LINK_CHROMIUM"></a><
/ph> open source project and other <ph name="BEGIN_LINK_OSS"><a target="_blan
k" href="$2"></ph>open source software<ph name="END_LINK_OSS"></a></ph>
. | 299 Chromium is made possible by the <ph name="BEGIN_LINK_CHROMIUM"><a ta
rget="_blank" href="$1"></ph>Chromium<ph name="END_LINK_CHROMIUM"></a><
/ph> open source project and other <ph name="BEGIN_LINK_OSS"><a target="_blan
k" href="$2"></ph>open source software<ph name="END_LINK_OSS"></a></ph>
. |
| 300 </message> | 300 </message> |
| 301 <if expr="pp_ifdef('chromeos')"> | 301 <if expr="pp_ifdef('chromeos')"> |
| 302 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis
played beneath the Chromium open source URLs for Chrome OS."> | 302 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis
played beneath the Chromium open source URLs for Chrome OS."> |
| 303 Chromium OS is made possible by additional <ph name="BEGIN_LINK_CROS_O
SS"><a target="_blank" href="$1"></ph>open source software<ph name="END_LI
NK_CROS_OSS"></a></ph>. | 303 Chromium OS is made possible by additional <ph name="BEGIN_LINK_CROS_O
SS"><a target="_blank" href="$1"></ph>open source software<ph name="END_LI
NK_CROS_OSS"></a></ph>. |
| 304 </message> | 304 </message> |
| 305 </if> | 305 </if> |
| 306 <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service labe
l in the About box."> | 306 <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service labe
l in the About box."> |
| (...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 885 | 885 |
| 886 <!-- Chrome OS keyboard overlay--> | 886 <!-- Chrome OS keyboard overlay--> |
| 887 <if expr="pp_ifdef('chromeos')"> | 887 <if expr="pp_ifdef('chromeos')"> |
| 888 <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."> | 888 <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."> |
| 889 Show the Chromium menu | 889 Show the Chromium menu |
| 890 </message> | 890 </message> |
| 891 </if> | 891 </if> |
| 892 </messages> | 892 </messages> |
| 893 </release> | 893 </release> |
| 894 </grit> | 894 </grit> |
| OLD | NEW |