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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
558 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h
e needs to restart Chrome OS. Shown next to a button that says 'Restart Now'."> | 558 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h
e needs to restart Chrome OS. Shown next to a button that says 'Restart Now'."> |
559 Your changes will take effect the next time you restart your device. | 559 Your changes will take effect the next time you restart your device. |
560 </message> | 560 </message> |
561 </if> | 561 </if> |
562 | 562 |
563 <!-- Obsolete System info bar --> | 563 <!-- Obsolete System info bar --> |
564 <message name="IDS_SYSTEM_OBSOLETE_MESSAGE" desc="Message shown when your
OS is no longer supported. This messages is followed by a 'Learn more' link."> | 564 <message name="IDS_SYSTEM_OBSOLETE_MESSAGE" desc="Message shown when your
OS is no longer supported. This messages is followed by a 'Learn more' link."> |
565 Google Chrome is no longer updating because your operating system is ob
solete. | 565 Google Chrome is no longer updating because your operating system is ob
solete. |
566 </message> | 566 </message> |
567 | 567 |
| 568 <!-- about:memory --> |
| 569 <if expr="not pp_ifdef('android')"> |
| 570 <message name="IDS_MEMORY_USAGE_SUMMARY_DESC" desc="Describes the browse
r summary table in the about memory page, which shows memory usage for Google Ch
rome and any other active browsers." translateable="false"> |
| 571 Summary of memory used by currently active browsers. For browsers which use mult
iple processes, memory reflects aggregate memory used across all browser process
es. |
| 572 |
| 573 For Google Chrome, processes used to display diagnostics information (such as th
is "about:memory") are excluded. |
| 574 </message> |
| 575 </if> |
| 576 <if expr="pp_ifdef('android')"> |
| 577 <message name="IDS_MEMORY_USAGE_SUMMARY_DESC" desc="Describes the browse
r summary table in the about memory page, which shows memory usage for Google Ch
rome." translateable="false"> |
| 578 Summary of memory used by Google Chrome. Since Google Chrome uses multiple proce
sses, memory reflects aggregate memory used across all browser processes. |
| 579 |
| 580 For Google Chrome, processes used to display diagnostics information (such as th
is "about:memory") are excluded. |
| 581 </message> |
| 582 </if> |
| 583 |
568 <!-- About Chrome page --> | 584 <!-- About Chrome page --> |
569 <if expr="not pp_ifdef('chromeos')"> | 585 <if expr="not pp_ifdef('chromeos')"> |
570 <message name="IDS_UPGRADE_SUCCESSFUL" desc="Status label: Successfully
upgraded Google Chrome"> | 586 <message name="IDS_UPGRADE_SUCCESSFUL" desc="Status label: Successfully
upgraded Google Chrome"> |
571 Google Chrome has been updated to <ph name="VERSION">$1<ex>0.1.131</ex
></ph> | 587 Google Chrome has been updated to <ph name="VERSION">$1<ex>0.1.131</ex
></ph> |
572 </message> | 588 </message> |
573 </if> | 589 </if> |
574 <if expr="pp_ifdef('chromeos')"> | 590 <if expr="pp_ifdef('chromeos')"> |
575 <message name="IDS_UPGRADE_SUCCESSFUL" desc="Status label: Successfully
upgraded Chrome OS"> | 591 <message name="IDS_UPGRADE_SUCCESSFUL" desc="Status label: Successfully
upgraded Chrome OS"> |
576 Your device has been updated to <ph name="VERSION">$1<ex>0.1.131</ex><
/ph> | 592 Your device has been updated to <ph name="VERSION">$1<ex>0.1.131</ex><
/ph> |
577 </message> | 593 </message> |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
726 Chrome Autofill settings | 742 Chrome Autofill settings |
727 </message> | 743 </message> |
728 | 744 |
729 <!-- Web Intents --> | 745 <!-- Web Intents --> |
730 <message name="IDS_INTENT_PICKER_INSTALL_EXTENSION" desc="Text on the butt
on in the web intent picker that installs an extension then uses the extension a
s an intent service."> | 746 <message name="IDS_INTENT_PICKER_INSTALL_EXTENSION" desc="Text on the butt
on in the web intent picker that installs an extension then uses the extension a
s an intent service."> |
731 Add to Chrome | 747 Add to Chrome |
732 </message> | 748 </message> |
733 </messages> | 749 </messages> |
734 </release> | 750 </release> |
735 </grit> | 751 </grit> |
OLD | NEW |