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

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

Issue 2076253002: Simplify the text in the external protocol confirmation dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix ChromeOS compile 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
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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 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. [Length: 14em]"> 312 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. [Length: 14em]">
313 Welcome 313 Welcome
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="not chromeos">
323 <message name="IDS_EXTERNAL_PROTOCOL_INFORMATION" desc="General informat ion about what Chrome is trying to do when opening this external protocol">
324 Chromium needs to launch an external application to handle <ph name="S CHEME">$1<ex>acrobat:</ex></ph> links. The link requested is <ph name="PROTOLINK ">$2<ex>acrobat:yourpdf</ex></ph>.
325 </message>
326 </if>
327 <if expr="chromeos"> 322 <if expr="chromeos">
328 <message name="IDS_EXTERNAL_PROTOCOL_INFORMATION" desc="General informat ion about what Chrome is trying to do when opening this external protocol"> 323 <message name="IDS_EXTERNAL_PROTOCOL_TITLE" desc="External Protocol Dial og Title">
329 Chromium OS does not support launching an external application to hand le <ph name="SCHEME">$1<ex>acrobat:</ex></ph> links. The link requested is <ph n ame="PROTOLINK">$2<ex>acrobat:yourpdf</ex></ph>. 324 Chromium OS cannot open this page.
330 </message> 325 </message>
331 </if> 326 </if>
332 <!-- Strings used to warn that an OS is not supported --> 327 <!-- Strings used to warn that an OS is not supported -->
333 <if expr="is_win"> 328 <if expr="is_win">
334 <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">
335 Chromium requires Windows XP or later. Some features may not work. 330 Chromium requires Windows XP or later. Some features may not work.
336 </message> 331 </message>
337 </if> 332 </if>
338 <if expr="not chromeos"> 333 <if expr="not chromeos">
339 <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 949 matching lines...) Expand 10 before | Expand all | Expand 10 after
1289 Pin Chromium to your taskbar 1284 Pin Chromium to your taskbar
1290 </message> 1285 </message>
1291 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the user to select Chromium from an external list of apps."> 1286 <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> 1287 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> 1288 </message>
1294 </if> 1289 </if>
1295 1290
1296 </messages> 1291 </messages>
1297 </release> 1292 </release>
1298 </grit> 1293 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | tools/metrics/histograms/histograms.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698