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

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

Issue 2364683002: Adding strings for forthcoming Win 10 welcome page. (Closed)
Patch Set: 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 | « chrome/app/generated_resources.grd ('k') | no next file » | 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 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 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after
1275 1275
1276 <!-- Welcome page (chrome://welcome) strings --> 1276 <!-- Welcome page (chrome://welcome) strings -->
1277 <if expr="not chromeos"> 1277 <if expr="not chromeos">
1278 <message name="IDS_WELCOME_HEADER" desc="A message which will appear as the header on the Welcome UI if the user has never run Chrome before."> 1278 <message name="IDS_WELCOME_HEADER" desc="A message which will appear as the header on the Welcome UI if the user has never run Chrome before.">
1279 Welcome to Chrome 1279 Welcome to Chrome
1280 </message> 1280 </message>
1281 <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 Chrome before." > 1281 <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 Chrome before." >
1282 Take Chrome everywhere 1282 Take Chrome everywhere
1283 </message> 1283 </message>
1284 </if> 1284 </if>
1285
1286 <!-- Windows 10 Welcome page strings -->
1287 <if expr="is_win">
1288 <message name="IDS_WIN10_WELCOME_HEADER" desc="A header on the Windows 1 0 Welcome UI if the user has never run Chrome before.">
1289 Welcome to Chrome
1290 </message>
1291 <message name="IDS_WIN10_WELCOME_HEADER_AFTER_FIRST_RUN" desc="A header on the Windows 10 Welcome UI if the user has run Chrome before.">
1292 Get to Chrome faster
1293 </message>
1294 <message name="IDS_WIN10_WELCOME_MAKE_DEFAULT_SUBHEADING" desc="A subhea ding on a section which gives instructions on how to make Chrome the default bro wser.">
1295 Make Chrome your default browser
1296 </message>
1297 <message name="IDS_WIN10_WELCOME_PIN_SUBHEADING" desc="A subheading on a section which gives instructions on how to pin Chrome to the Windows 10 taskbar .">
1298 Pin Chrome to your taskbar
1299 </message>
1300 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the user to select Chrome from an external list of apps.">
1301 Select <ph name="SMALL_PRODUCT_LOGO">&lt;div class="logo-small"&gt;&lt ;/div&gt;</ph> <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Google Chrome<ph name="E ND_BOLD">&lt;/strong&gt;</ph>
1302 </message>
1303 </if>
1304
1285 </messages> 1305 </messages>
1286 </release> 1306 </release>
1287 </grit> 1307 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698