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 576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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. |
593 </message> | 593 </message> |
594 </if> | 594 </if> |
595 <if expr="chromeos"> | 595 <if expr="chromeos"> |
596 <message name="IDS_UPGRADE_UP_TO_DATE" desc="Status label: Already up to
date (Chrome OS)"> | 596 <message name="IDS_UPGRADE_UP_TO_DATE" desc="Status label: Already up to
date (Chrome OS)"> |
597 Your device is up to date. | 597 Your <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph> is up to date. |
598 </message> | 598 </message> |
599 </if> | 599 </if> |
600 <if expr="not chromeos"> | 600 <if expr="not chromeos"> |
601 <message name="IDS_UPGRADE_UPDATING" desc="Status label: Updating Google
Chrome"> | 601 <message name="IDS_UPGRADE_UPDATING" desc="Status label: Updating Google
Chrome"> |
602 Updating Google Chrome... | 602 Updating Google Chrome... |
603 </message> | 603 </message> |
604 </if> | 604 </if> |
605 <if expr="chromeos"> | 605 <if expr="chromeos"> |
606 <message name="IDS_UPGRADE_UPDATING" desc="Status label: Updating Chrome
OS"> | 606 <message name="IDS_UPGRADE_UPDATING" desc="Status label: Updating Chrome
OS"> |
607 Updating your device... | 607 Updating your device... |
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1172 </message> | 1172 </message> |
1173 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" | 1173 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" |
1174 desc="Alt text for the faded Chrome logo image."> | 1174 desc="Alt text for the faded Chrome logo image."> |
1175 Chrome logo | 1175 Chrome logo |
1176 </message> | 1176 </message> |
1177 </if> | 1177 </if> |
1178 | 1178 |
1179 </messages> | 1179 </messages> |
1180 </release> | 1180 </release> |
1181 </grit> | 1181 </grit> |
OLD | NEW |