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

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

Issue 2252063002: Adding client code for new desktop First Run Experience. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 3 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/generated_resources.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 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 6 output_all_resource_defines="false" 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 1246 matching lines...) Expand 10 before | Expand all | Expand 10 after
1257 <message name="IDS_METRO_FLOW_TITLE_SHORT" 1257 <message name="IDS_METRO_FLOW_TITLE_SHORT"
1258 desc="The title at the top of the window guiding user through m aking Chrome default in Metro."> 1258 desc="The title at the top of the window guiding user through m aking Chrome default in Metro.">
1259 Chromium is almost ready. 1259 Chromium is almost ready.
1260 </message> 1260 </message>
1261 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" 1261 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT"
1262 desc="Alt text for the faded Chrome logo image."> 1262 desc="Alt text for the faded Chrome logo image.">
1263 Chromium logo 1263 Chromium logo
1264 </message> 1264 </message>
1265 </if> 1265 </if>
1266 1266
1267 <!-- Welcome page (chrome://welcome) strings -->
1268 <if expr="not chromeos and not is_android and not is_ios">
1269 <message name="IDS_WELCOME_HEADER" desc="A message which will appear as the header on the Welcome UI if the user has never run Chromium before.">
1270 Welcome to Chromium
1271 </message>
1272 <message name="IDS_WELCOME_HEADER_AFTER_FIRST_RUN" desc="A message which will appear as the header on the Welcome UI if the user has run Chromium before .">
1273 Take Chromium everywhere
1274 </message>
1275 </if>
1276
1267 </messages> 1277 </messages>
1268 </release> 1278 </release>
1269 </grit> 1279 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698