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

Side by Side Diff: chrome/app/google_chrome_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: Inlining CSS Created 4 years, 4 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
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 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 8 output_all_resource_defines="false" 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 1238 matching lines...) Expand 10 before | Expand all | Expand 10 after
1249 <message name="IDS_METRO_FLOW_TITLE_SHORT" 1249 <message name="IDS_METRO_FLOW_TITLE_SHORT"
1250 desc="The title at the top of the window guiding user through m aking Chrome default in Metro."> 1250 desc="The title at the top of the window guiding user through m aking Chrome default in Metro.">
1251 Chrome is almost ready. 1251 Chrome is almost ready.
1252 </message> 1252 </message>
1253 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" 1253 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT"
1254 desc="Alt text for the faded Chrome logo image."> 1254 desc="Alt text for the faded Chrome logo image.">
1255 Chrome logo 1255 Chrome logo
1256 </message> 1256 </message>
1257 </if> 1257 </if>
1258 1258
1259 <!-- Welcome page (chrome://welcome) strings -->
1260 <message name="IDS_WELCOME_UI_WELCOME_HEADER" desc="A message which will a ppear as the header on the Welcome UI if the user has never run Chrome before.">
1261 Welcome to Chrome
1262 </message>
1263 <message name="IDS_WELCOME_UI_EVERYWHERE_HEADER" desc="A message which wil l appear as the header on the Welcome UI if the user has run Chrome before.">
1264 Take Chrome everywhere
1265 </message>
1266
1259 </messages> 1267 </messages>
1260 </release> 1268 </release>
1261 </grit> 1269 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698