| 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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Chrome page --> | 574 <!-- About Chrome page --> |
| 575 <if expr="not chromeos"> | 575 <if expr="not chromeos"> |
| 576 <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"> |
| 577 Nearly up-to-date! Relaunch Google Chrome to finish updating. | 577 Nearly up to date! Relaunch Google Chrome to finish updating. |
| 578 </message> | 578 </message> |
| 579 </if> | 579 </if> |
| 580 <if expr="chromeos"> | 580 <if expr="chromeos"> |
| 581 <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"> |
| 582 Nearly up-to-date! Restart your device to finish updating. | 582 Nearly up to date! Restart your device to finish updating. |
| 583 </message> | 583 </message> |
| 584 </if> | 584 </if> |
| 585 <if expr="chromeos"> | 585 <if expr="chromeos"> |
| 586 <message name="IDS_UPGRADE_SUCCESSFUL_CHANNEL_SWITCH" desc="Status label
: Channel was successfully switched on Chrome OS"> | 586 <message name="IDS_UPGRADE_SUCCESSFUL_CHANNEL_SWITCH" desc="Status label
: Channel was successfully switched on Chrome OS"> |
| 587 Channel changed. Restart your device to apply changes. | 587 Channel changed. Restart your device to apply changes. |
| 588 </message> | 588 </message> |
| 589 </if> | 589 </if> |
| 590 <if expr="not chromeos"> | 590 <if expr="not chromeos"> |
| 591 <message name="IDS_UPGRADE_UP_TO_DATE" desc="Status label: Already up to
date (Google Chrome)"> | 591 <message name="IDS_UPGRADE_UP_TO_DATE" desc="Status label: Already up to
date (Google Chrome)"> |
| 592 Google Chrome is up to date. | 592 Google Chrome is up to date. |
| (...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1210 </message> | 1210 </message> |
| 1211 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" | 1211 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" |
| 1212 desc="Alt text for the faded Chrome logo image."> | 1212 desc="Alt text for the faded Chrome logo image."> |
| 1213 Chrome logo | 1213 Chrome logo |
| 1214 </message> | 1214 </message> |
| 1215 </if> | 1215 </if> |
| 1216 | 1216 |
| 1217 </messages> | 1217 </messages> |
| 1218 </release> | 1218 </release> |
| 1219 </grit> | 1219 </grit> |
| OLD | NEW |