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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 </message> | 199 </message> |
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"> | |
210 Copyright <ph name="YEAR">$1</ph> Google Inc. All rights reserved. | |
211 </message> | |
212 <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyri
ght message, containing the URLs."> | 209 <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyri
ght message, containing the URLs."> |
213 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>. | 210 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>. |
214 </message> | 211 </message> |
215 <if expr="chromeos"> | 212 <if expr="chromeos"> |
216 <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."> |
217 Chrome open source licenses | 214 Chrome open source licenses |
218 </message> | 215 </message> |
219 <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."> |
220 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>. |
221 </message> | 218 </message> |
(...skipping 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1277 </message> | 1274 </message> |
1278 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" | 1275 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" |
1279 desc="Modal message box prompt shown to the user after requesti
ng to relaunch in Desktop mode while packaged apps are running, which will requi
re all packaged apps to be closed and then restarted. Dialog is shown with choic
es: OK, Cancel."> | 1276 desc="Modal message box prompt shown to the user after requesti
ng to relaunch in Desktop mode while packaged apps are running, which will requi
re all packaged apps to be closed and then restarted. Dialog is shown with choic
es: OK, Cancel."> |
1280 Relaunching in Desktop mode will close and relaunch your Chrome apps. | 1277 Relaunching in Desktop mode will close and relaunch your Chrome apps. |
1281 </message> | 1278 </message> |
1282 </if> | 1279 </if> |
1283 | 1280 |
1284 </messages> | 1281 </messages> |
1285 </release> | 1282 </release> |
1286 </grit> | 1283 </grit> |
OLD | NEW |