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 623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
634 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h
e needs to restart Chromium OS. Shown next to a button that says 'Restart Now'."
> | 634 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h
e needs to restart Chromium OS. Shown next to a button that says 'Restart Now'."
> |
635 Your changes will take effect the next time you restart your device. | 635 Your changes will take effect the next time you restart your device. |
636 </message> | 636 </message> |
637 </if> | 637 </if> |
638 | 638 |
639 <!-- Obsolete System info bar --> | 639 <!-- Obsolete System info bar --> |
640 <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."> | 640 <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."> |
641 Chromium is no longer updating because your operating system is obsolet
e. | 641 Chromium is no longer updating because your operating system is obsolet
e. |
642 </message> | 642 </message> |
643 | 643 |
| 644 <!-- about:memory --> |
| 645 <if expr="not pp_ifdef('android')"> |
| 646 <message name="IDS_MEMORY_USAGE_SUMMARY_DESC" desc="Describes the browse
r summary table in the about memory page, which shows memory usage for Chromium
and any other active browsers." translateable="false"> |
| 647 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. |
| 648 |
| 649 For Chromium, processes used to display diagnostics information (such as this "a
bout:memory") are excluded. |
| 650 </message> |
| 651 </if> |
| 652 <if expr="pp_ifdef('android')"> |
| 653 <message name="IDS_MEMORY_USAGE_SUMMARY_DESC" desc="Describes the browse
r summary table in the about memory page, which shows memory usage for Chromium.
" translateable="false"> |
| 654 Summary of memory used by Chromium. Since Chromium uses multiple processes, memo
ry reflects aggregate memory used across all browser processes. |
| 655 |
| 656 For Chromium, processes used to display diagnostics information (such as this "a
bout:memory") are excluded. |
| 657 </message> |
| 658 </if> |
| 659 |
644 <!-- About Chrome page --> | 660 <!-- About Chrome page --> |
645 <if expr="not pp_ifdef('chromeos')"> | 661 <if expr="not pp_ifdef('chromeos')"> |
646 <message name="IDS_UPGRADE_SUCCESSFUL" desc="Status label: Successfully
upgraded Chromium"> | 662 <message name="IDS_UPGRADE_SUCCESSFUL" desc="Status label: Successfully
upgraded Chromium"> |
647 Chromium has been updated to <ph name="VERSION">$1<ex>0.1.131</ex></ph
> | 663 Chromium has been updated to <ph name="VERSION">$1<ex>0.1.131</ex></ph
> |
648 </message> | 664 </message> |
649 </if> | 665 </if> |
650 <if expr="pp_ifdef('chromeos')"> | 666 <if expr="pp_ifdef('chromeos')"> |
651 <message name="IDS_UPGRADE_SUCCESSFUL" desc="Status label: Successfully
upgraded Chromium OS"> | 667 <message name="IDS_UPGRADE_SUCCESSFUL" desc="Status label: Successfully
upgraded Chromium OS"> |
652 Your device has been updated to <ph name="VERSION">$1<ex>0.1.131</ex><
/ph> | 668 Your device has been updated to <ph name="VERSION">$1<ex>0.1.131</ex><
/ph> |
653 </message> | 669 </message> |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
802 Chromium Autofill settings | 818 Chromium Autofill settings |
803 </message> | 819 </message> |
804 | 820 |
805 <!-- Web Intents --> | 821 <!-- Web Intents --> |
806 <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."> | 822 <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."> |
807 Add to Chromium | 823 Add to Chromium |
808 </message> | 824 </message> |
809 </messages> | 825 </messages> |
810 </release> | 826 </release> |
811 </grit> | 827 </grit> |
OLD | NEW |