| 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. If you update this file, be sure also to update | 4 Chrome supports. If you update this file, be sure also to update |
| 5 chromium_strings.grd. --> | 5 chromium_strings.grd. --> |
| 6 | 6 |
| 7 <grit base_dir="." latest_public_release="0" current_release="1" | 7 <grit base_dir="." latest_public_release="0" current_release="1" |
| 8 source_lang_id="en" enc_check="möl"> | 8 source_lang_id="en" enc_check="möl"> |
| 9 <outputs> | 9 <outputs> |
| 10 <output filename="grit/google_chrome_strings.h" type="rc_header"> | 10 <output filename="grit/google_chrome_strings.h" type="rc_header"> |
| (...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 564 <!-- Obsolete System info bar --> | 564 <!-- Obsolete System info bar --> |
| 565 <message name="IDS_SYSTEM_OBSOLETE_MESSAGE" desc="Message shown when your
OS is no longer supported. This message is followed by a 'Learn more' link."> | 565 <message name="IDS_SYSTEM_OBSOLETE_MESSAGE" desc="Message shown when your
OS is no longer supported. This message is followed by a 'Learn more' link."> |
| 566 Google Chrome has stopped updating and no longer supports this version
of your operating system. | 566 Google Chrome has stopped updating and no longer supports this version
of your operating system. |
| 567 </message> | 567 </message> |
| 568 | 568 |
| 569 <!-- Google API keys info bar --> | 569 <!-- Google API keys info bar --> |
| 570 <message name="IDS_MISSING_GOOGLE_API_KEYS" desc="Message shown when Googl
e API keys are missing. This message is followed by a 'Learn more' link."> | 570 <message name="IDS_MISSING_GOOGLE_API_KEYS" desc="Message shown when Googl
e API keys are missing. This message is followed by a 'Learn more' link."> |
| 571 Google API keys are missing. Some functionality of Google Chrome will be
disabled. | 571 Google API keys are missing. Some functionality of Google Chrome will be
disabled. |
| 572 </message> | 572 </message> |
| 573 | 573 |
| 574 <!-- about:memory --> | |
| 575 <if expr="not is_android"> | |
| 576 <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"> | |
| 577 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. | |
| 578 | |
| 579 For Google Chrome, processes used to display diagnostics information (such as th
is "about:memory") are excluded. | |
| 580 </message> | |
| 581 </if> | |
| 582 <if expr="is_android"> | |
| 583 <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"> | |
| 584 Summary of memory used by Google Chrome. Since Google Chrome uses multiple proce
sses, memory reflects aggregate memory used across all browser processes. | |
| 585 | |
| 586 For Google Chrome, processes used to display diagnostics information (such as th
is "about:memory") are excluded. | |
| 587 </message> | |
| 588 </if> | |
| 589 | |
| 590 <!-- About Chrome page --> | 574 <!-- About Chrome page --> |
| 591 <if expr="not chromeos"> | 575 <if expr="not chromeos"> |
| 592 <message name="IDS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Succ
essfully updated Google Chrome"> | 576 <message name="IDS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Succ
essfully updated Google Chrome"> |
| 593 Nearly up-to-date! Relaunch Google Chrome to finish updating. | 577 Nearly up-to-date! Relaunch Google Chrome to finish updating. |
| 594 </message> | 578 </message> |
| 595 </if> | 579 </if> |
| 596 <if expr="chromeos"> | 580 <if expr="chromeos"> |
| 597 <message name="IDS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Succ
essfully updated Chrome OS"> | 581 <message name="IDS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Succ
essfully updated Chrome OS"> |
| 598 Nearly up-to-date! Restart your device to finish updating. | 582 Nearly up-to-date! Restart your device to finish updating. |
| 599 </message> | 583 </message> |
| (...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1183 </message> | 1167 </message> |
| 1184 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" | 1168 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" |
| 1185 desc="Alt text for the faded Chrome logo image."> | 1169 desc="Alt text for the faded Chrome logo image."> |
| 1186 Chrome logo | 1170 Chrome logo |
| 1187 </message> | 1171 </message> |
| 1188 </if> | 1172 </if> |
| 1189 | 1173 |
| 1190 </messages> | 1174 </messages> |
| 1191 </release> | 1175 </release> |
| 1192 </grit> | 1176 </grit> |
| OLD | NEW |