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

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

Issue 2432213002: Update external protocol handler strings to use "can't" instead of "cannot". (Closed)
Patch Set: Created 4 years, 2 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 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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 </message> 314 </message>
315 </if> 315 </if>
316 <if expr="not chromeos and not is_ios"> 316 <if expr="not chromeos and not is_ios">
317 <message name="IDS_NEW_TAB_CHROME_WELCOME_PAGE_TITLE" 317 <message name="IDS_NEW_TAB_CHROME_WELCOME_PAGE_TITLE"
318 desc="Title for the hard-coded thumbnail that represents the Go ogle Chrome Welcome page. This is used on the NTP when there aren't enough thum bnails to show."> 318 desc="Title for the hard-coded thumbnail that represents the Go ogle Chrome Welcome page. This is used on the NTP when there aren't enough thum bnails to show.">
319 Welcome to Chromium 319 Welcome to Chromium
320 </message> 320 </message>
321 </if> 321 </if>
322 <if expr="chromeos"> 322 <if expr="chromeos">
323 <message name="IDS_EXTERNAL_PROTOCOL_TITLE" desc="External Protocol Dial og Title"> 323 <message name="IDS_EXTERNAL_PROTOCOL_TITLE" desc="External Protocol Dial og Title">
324 Chromium OS cannot open this page. 324 Chromium OS can't open this page.
325 </message> 325 </message>
326 </if> 326 </if>
327 <!-- Strings used to warn that an OS is not supported --> 327 <!-- Strings used to warn that an OS is not supported -->
328 <if expr="is_win"> 328 <if expr="is_win">
329 <message name="IDS_UNSUPPORTED_OS_PRE_WIN_XP" desc="The text used to war n the user that Windows pre-XP is not supported"> 329 <message name="IDS_UNSUPPORTED_OS_PRE_WIN_XP" desc="The text used to war n the user that Windows pre-XP is not supported">
330 Chromium requires Windows XP or later. Some features may not work. 330 Chromium requires Windows XP or later. Some features may not work.
331 </message> 331 </message>
332 </if> 332 </if>
333 <if expr="not chromeos"> 333 <if expr="not chromeos">
334 <message name="IDS_OPTIONS_RELAUNCH_REQUIRED" desc="The message displaye d for an option that requires a relaunch to take effect. This appears in a messa ge box if an option is changed that requires a relaunch."> 334 <message name="IDS_OPTIONS_RELAUNCH_REQUIRED" desc="The message displaye d for an option that requires a relaunch to take effect. This appears in a messa ge box if an option is changed that requires a relaunch.">
(...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after
1289 Pin Chromium to your taskbar 1289 Pin Chromium to your taskbar
1290 </message> 1290 </message>
1291 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the user to select Chromium from an external list of apps."> 1291 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the user to select Chromium from an external list of apps.">
1292 Select <ph name="SMALL_PRODUCT_LOGO">&lt;div class="logo-small"&gt;&lt ;/div&gt;</ph> <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Chromium<ph name="END_BO LD">&lt;/strong&gt;</ph> 1292 Select <ph name="SMALL_PRODUCT_LOGO">&lt;div class="logo-small"&gt;&lt ;/div&gt;</ph> <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Chromium<ph name="END_BO LD">&lt;/strong&gt;</ph>
1293 </message> 1293 </message>
1294 </if> 1294 </if>
1295 1295
1296 </messages> 1296 </messages>
1297 </release> 1297 </release>
1298 </grit> 1298 </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