| 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. If you update this file, be sure also to update | 4 Chrome supports. If you update this file, be sure also to update |
| 5 chromium_strings.grd. --> | 5 chromium_strings.grd. --> |
| 6 | 6 |
| 7 <grit base_dir="." latest_public_release="0" current_release="1" | 7 <grit base_dir="." latest_public_release="0" current_release="1" |
| 8 source_lang_id="en" enc_check="möl"> | 8 source_lang_id="en" enc_check="möl"> |
| 9 <outputs> | 9 <outputs> |
| 10 <output filename="grit/google_chrome_strings.h" type="rc_header"> | 10 <output filename="grit/google_chrome_strings.h" type="rc_header"> |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 </if> | 200 </if> |
| 201 <if expr="chromeos"> | 201 <if expr="chromeos"> |
| 202 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which
takes the user to the Chrome help page."> | 202 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which
takes the user to the Chrome help page."> |
| 203 Get help with using Chrome OS | 203 Get help with using Chrome OS |
| 204 </message> | 204 </message> |
| 205 </if> | 205 </if> |
| 206 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a
bout pages"> | 206 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a
bout pages"> |
| 207 Google Inc. | 207 Google Inc. |
| 208 </message> | 208 </message> |
| 209 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on
the about pages"> | 209 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on
the about pages"> |
| 210 Copyright <ph name="YEAR">$1</ph> Google Inc. All rights reserved. | 210 Copyright <ph name="YEAR">{0,date,y}<ex>2016</ex></ph> Google Inc. All r
ights reserved. |
| 211 </message> | 211 </message> |
| 212 <if expr="chromeos"> | 212 <if expr="chromeos"> |
| 213 <message name="IDS_ABOUT_VERSION_LICENSE_EULA" desc="The label below the
copyright message, containing the URLs."> | 213 <message name="IDS_ABOUT_VERSION_LICENSE_EULA" desc="The label below the
copyright message, containing the URLs."> |
| 214 Chrome open source licenses | 214 Chrome open source licenses |
| 215 </message> | 215 </message> |
| 216 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis
played beneath the Chromium open source URLs for Chrome OS."> | 216 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis
played beneath the Chromium open source URLs for Chrome OS."> |
| 217 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>. | 217 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>. |
| 218 </message> | 218 </message> |
| 219 <message name="IDS_ABOUT_CROS_VERSION_LICENSE_EULA" desc="Additional te
xt displayed beneath the Chromium open source URLs for Chrome OS."> | 219 <message name="IDS_ABOUT_CROS_VERSION_LICENSE_EULA" desc="Additional te
xt displayed beneath the Chromium open source URLs for Chrome OS."> |
| 220 Chrome OS open source licenses | 220 Chrome OS open source licenses |
| (...skipping 968 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1189 </message> | 1189 </message> |
| 1190 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" | 1190 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" |
| 1191 desc="Alt text for the faded Chrome logo image."> | 1191 desc="Alt text for the faded Chrome logo image."> |
| 1192 Chrome logo | 1192 Chrome logo |
| 1193 </message> | 1193 </message> |
| 1194 </if> | 1194 </if> |
| 1195 | 1195 |
| 1196 </messages> | 1196 </messages> |
| 1197 </release> | 1197 </release> |
| 1198 </grit> | 1198 </grit> |
| OLD | NEW |