| 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 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 600 </if> | 600 </if> |
| 601 <message name="IDS_FLAGS_SHOW_APP_LIST_SHORTCUT_NAME" desc="Name for the f
lag to show the Chrome app list shortcut in the taskbar."> | 601 <message name="IDS_FLAGS_SHOW_APP_LIST_SHORTCUT_NAME" desc="Name for the f
lag to show the Chrome app list shortcut in the taskbar."> |
| 602 Show Chrome App Launcher. | 602 Show Chrome App Launcher. |
| 603 </message> | 603 </message> |
| 604 <message name="IDS_FLAGS_SHOW_APP_LIST_SHORTCUT_DESCRIPTION" desc="Descrip
tion for the flag to show the Chrome app list shortcut in the taskbar."> | 604 <message name="IDS_FLAGS_SHOW_APP_LIST_SHORTCUT_DESCRIPTION" desc="Descrip
tion for the flag to show the Chrome app list shortcut in the taskbar."> |
| 605 Show a shortcut to the Chrome App Launcher in the Windows TaskBar. | 605 Show a shortcut to the Chrome App Launcher in the Windows TaskBar. |
| 606 </message> | 606 </message> |
| 607 | 607 |
| 608 <!-- Obsolete System info bar --> | 608 <!-- Obsolete System info bar --> |
| 609 <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."> | 609 <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."> |
| 610 Google Chrome is no longer updating because your operating system is ob
solete. | 610 Google Chrome has stopped updating and no longer supports this version
of your operating system. |
| 611 </message> | 611 </message> |
| 612 | 612 |
| 613 <!-- about:memory --> | 613 <!-- about:memory --> |
| 614 <if expr="not pp_ifdef('android')"> | 614 <if expr="not pp_ifdef('android')"> |
| 615 <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"> | 615 <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"> |
| 616 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. | 616 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. |
| 617 | 617 |
| 618 For Google Chrome, processes used to display diagnostics information (such as th
is "about:memory") are excluded. | 618 For Google Chrome, processes used to display diagnostics information (such as th
is "about:memory") are excluded. |
| 619 </message> | 619 </message> |
| 620 </if> | 620 </if> |
| (...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 911 | 911 |
| 912 <!-- Chrome OS OOBE Terms of Service screen--> | 912 <!-- Chrome OS OOBE Terms of Service screen--> |
| 913 <if expr="pp_ifdef('chromeos')"> | 913 <if expr="pp_ifdef('chromeos')"> |
| 914 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading
at the top of the Terms of Service screen."> | 914 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading
at the top of the Terms of Service screen."> |
| 915 <ph name="DOMAIN">$1<ex>example.com</ex></ph> requires that you read a
nd accept the following Terms of Service before using this device. These terms d
o not expand, modify or limit the Google Chrome OS Terms. | 915 <ph name="DOMAIN">$1<ex>example.com</ex></ph> requires that you read a
nd accept the following Terms of Service before using this device. These terms d
o not expand, modify or limit the Google Chrome OS Terms. |
| 916 </message> | 916 </message> |
| 917 </if> | 917 </if> |
| 918 </messages> | 918 </messages> |
| 919 </release> | 919 </release> |
| 920 </grit> | 920 </grit> |
| OLD | NEW |