| 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 If you update this file, be sure also to update google_chrome_strings.grd. --> | 3 If you update this file, be sure also to update google_chrome_strings.grd. --> |
| 4 | 4 |
| 5 <grit base_dir="." latest_public_release="0" current_release="1" | 5 <grit base_dir="." latest_public_release="0" current_release="1" |
| 6 source_lang_id="en" enc_check="möl"> | 6 source_lang_id="en" enc_check="möl"> |
| 7 <outputs> | 7 <outputs> |
| 8 <output filename="grit/chromium_strings.h" type="rc_header"> | 8 <output filename="grit/chromium_strings.h" type="rc_header"> |
| 9 <emit emit_type='prepend'></emit> | 9 <emit emit_type='prepend'></emit> |
| 10 </output> | 10 </output> |
| (...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 566 </message> | 566 </message> |
| 567 | 567 |
| 568 <!-- Google API keys info bar --> | 568 <!-- Google API keys info bar --> |
| 569 <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."> | 569 <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 Google API keys are missing. Some functionality of Chromium will be disa
bled. | 570 Google API keys are missing. Some functionality of Chromium will be disa
bled. |
| 571 </message> | 571 </message> |
| 572 | 572 |
| 573 <!-- About Chrome page --> | 573 <!-- About Chrome page --> |
| 574 <if expr="not chromeos"> | 574 <if expr="not chromeos"> |
| 575 <message name="IDS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Succ
essfully updated Chromium"> | 575 <message name="IDS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Succ
essfully updated Chromium"> |
| 576 Nearly up-to-date! Relaunch Chromium to finish updating. | 576 Nearly up to date! Relaunch Chromium to finish updating. |
| 577 </message> | 577 </message> |
| 578 </if> | 578 </if> |
| 579 <if expr="chromeos"> | 579 <if expr="chromeos"> |
| 580 <message name="IDS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Succ
essfully updated Chromium OS"> | 580 <message name="IDS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Succ
essfully updated Chromium OS"> |
| 581 Nearly up-to-date! Restart your device to finish updating. | 581 Nearly up to date! Restart your device to finish updating. |
| 582 </message> | 582 </message> |
| 583 </if> | 583 </if> |
| 584 <if expr="chromeos"> | 584 <if expr="chromeos"> |
| 585 <message name="IDS_UPGRADE_SUCCESSFUL_CHANNEL_SWITCH" desc="Status label
: Channel was successfully switched on Chromium OS"> | 585 <message name="IDS_UPGRADE_SUCCESSFUL_CHANNEL_SWITCH" desc="Status label
: Channel was successfully switched on Chromium OS"> |
| 586 Channel changed. Restart your device to apply changes. | 586 Channel changed. Restart your device to apply changes. |
| 587 </message> | 587 </message> |
| 588 </if> | 588 </if> |
| 589 <if expr="not chromeos"> | 589 <if expr="not chromeos"> |
| 590 <message name="IDS_UPGRADE_UP_TO_DATE" desc="Status label: Already up to
date (Chromium)"> | 590 <message name="IDS_UPGRADE_UP_TO_DATE" desc="Status label: Already up to
date (Chromium)"> |
| 591 Chromium is up to date. | 591 Chromium is up to date. |
| (...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1209 </message> | 1209 </message> |
| 1210 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" | 1210 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" |
| 1211 desc="Alt text for the faded Chrome logo image."> | 1211 desc="Alt text for the faded Chrome logo image."> |
| 1212 Chromium logo | 1212 Chromium logo |
| 1213 </message> | 1213 </message> |
| 1214 </if> | 1214 </if> |
| 1215 | 1215 |
| 1216 </messages> | 1216 </messages> |
| 1217 </release> | 1217 </release> |
| 1218 </grit> | 1218 </grit> |
| OLD | NEW |