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

Side by Side Diff: chrome/app/google_chrome_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 | « chrome/app/chromium_strings.grd ('k') | chrome/browser/ui/webui/help/help_handler.cc » ('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 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
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
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>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/browser/ui/webui/help/help_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698