Chromium Code Reviews| 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 575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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. |
| 592 </message> | 592 </message> |
| 593 </if> | 593 </if> |
| 594 <if expr="chromeos"> | 594 <if expr="chromeos"> |
| 595 <message name="IDS_UPGRADE_UP_TO_DATE" desc="Status label: Already up to date (Chromium OS)"> | 595 <message name="IDS_UPGRADE_UP_TO_DATE" desc="Status label: Already up to date (Chromium OS)"> |
| 596 Your device is up to date. | 596 Your <ph name="DEVICE_TYPE">$1<ex>device</ex></ph> is up to date. |
|
jdufault
2016/04/05 23:39:06
Chromebook
malaykeshav
2016/04/06 19:05:24
Done.
| |
| 597 </message> | 597 </message> |
| 598 </if> | 598 </if> |
| 599 <if expr="not chromeos"> | 599 <if expr="not chromeos"> |
| 600 <message name="IDS_UPGRADE_UPDATING" desc="Status label: Updating Chromi um"> | 600 <message name="IDS_UPGRADE_UPDATING" desc="Status label: Updating Chromi um"> |
| 601 Updating Chromium... | 601 Updating Chromium... |
| 602 </message> | 602 </message> |
| 603 </if> | 603 </if> |
| 604 <if expr="chromeos"> | 604 <if expr="chromeos"> |
| 605 <message name="IDS_UPGRADE_UPDATING" desc="Status label: Updating Chromi um OS"> | 605 <message name="IDS_UPGRADE_UPDATING" desc="Status label: Updating Chromi um OS"> |
| 606 Updating your device... | 606 Updating your device... |
| (...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1171 </message> | 1171 </message> |
| 1172 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" | 1172 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" |
| 1173 desc="Alt text for the faded Chrome logo image."> | 1173 desc="Alt text for the faded Chrome logo image."> |
| 1174 Chromium logo | 1174 Chromium logo |
| 1175 </message> | 1175 </message> |
| 1176 </if> | 1176 </if> |
| 1177 | 1177 |
| 1178 </messages> | 1178 </messages> |
| 1179 </release> | 1179 </release> |
| 1180 </grit> | 1180 </grit> |
| OLD | NEW |