Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Side by Side Diff: chrome/app/chromium_strings.grd

Issue 1861813003: Display device specific up to date message on chromebook. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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>Chromebook</ex></ph> is up to date.
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
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>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698