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="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.
"> |
| 647 Summary of memory used by Chromium. Since Chromium uses multiple proce
sses, memory reflects aggregate memory used across all browser processes.<ph nam
e="BEGIN_PARAGRAPH"><p></ph>For Chromium, processes used to display diagno
stics information (such as this "about:memory") are excluded.<ph name="END_PARAG
RAPH"></p></ph> |
| 648 </message> |
| 649 </if> |
| 650 |
644 <!-- About Chrome page --> | 651 <!-- About Chrome page --> |
645 <if expr="not pp_ifdef('chromeos')"> | 652 <if expr="not pp_ifdef('chromeos')"> |
646 <message name="IDS_UPGRADE_SUCCESSFUL" desc="Status label: Successfully
upgraded Chromium"> | 653 <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
> | 654 Chromium has been updated to <ph name="VERSION">$1<ex>0.1.131</ex></ph
> |
648 </message> | 655 </message> |
649 </if> | 656 </if> |
650 <if expr="pp_ifdef('chromeos')"> | 657 <if expr="pp_ifdef('chromeos')"> |
651 <message name="IDS_UPGRADE_SUCCESSFUL" desc="Status label: Successfully
upgraded Chromium OS"> | 658 <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> | 659 Your device has been updated to <ph name="VERSION">$1<ex>0.1.131</ex><
/ph> |
653 </message> | 660 </message> |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
802 Chromium Autofill settings | 809 Chromium Autofill settings |
803 </message> | 810 </message> |
804 | 811 |
805 <!-- Web Intents --> | 812 <!-- 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."> | 813 <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 | 814 Add to Chromium |
808 </message> | 815 </message> |
809 </messages> | 816 </messages> |
810 </release> | 817 </release> |
811 </grit> | 818 </grit> |
OLD | NEW |