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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
390 </message> | 390 </message> |
391 <message name="IDS_UNINSTALL_BUTTON_TEXT" desc="Label for uninstall button
on Uninstall confirmation dialog."> | 391 <message name="IDS_UNINSTALL_BUTTON_TEXT" desc="Label for uninstall button
on Uninstall confirmation dialog."> |
392 Uninstall | 392 Uninstall |
393 </message> | 393 </message> |
394 <message name="IDS_DEFAULT_BROWSER_INFOBAR_TEXT" desc="Text to show in the
default browser query infobar."> | 394 <message name="IDS_DEFAULT_BROWSER_INFOBAR_TEXT" desc="Text to show in the
default browser query infobar."> |
395 Hooray, you're back! But Google Chrome isn't your default browser. | 395 Hooray, you're back! But Google Chrome isn't your default browser. |
396 </message> | 396 </message> |
397 <message name="IDS_DEFAULT_BROWSER_INFOBAR_SHORT_TEXT" desc="More compact
text to show in the default browser query infobar."> | 397 <message name="IDS_DEFAULT_BROWSER_INFOBAR_SHORT_TEXT" desc="More compact
text to show in the default browser query infobar."> |
398 Google Chrome isn't your default browser. | 398 Google Chrome isn't your default browser. |
399 </message> | 399 </message> |
| 400 <if expr="os == 'darwin'"> |
| 401 <message name="IDS_SHORT_PRODUCT_NAME" desc="The application's short nam
e, used for the Mac's application menu, activity monitor, etc. This should be le
ss than 16 characters. Example: Chrome, not Google Chrome."> |
| 402 Google Chrome |
| 403 </message> |
| 404 <message name="IDS_HELPER_NAME" desc="The helper application's name. Sh
ould contain the Chrome application name (IDS_PRODUCT_NAME). Example: Google Chr
ome Helper."> |
| 405 Google Chrome Helper |
| 406 </message> |
| 407 <message name="IDS_SHORT_HELPER_NAME" desc="The helper application's sho
rt name, used for the Mac's application menu, activity monitor, etc. Example: Ch
rome Helper, not Google Chrome Helper."> |
| 408 Chrome Helper |
| 409 </message> |
| 410 </if> |
400 </messages> | 411 </messages> |
401 </release> | 412 </release> |
402 </grit> | 413 </grit> |
OLD | NEW |