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

Side by Side Diff: chrome/app/google_chrome_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 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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 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 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]">
314 Welcome 314 Welcome
315 </message> 315 </message>
316 </if> 316 </if>
317 <if expr="not chromeos and not is_ios"> 317 <if expr="not chromeos and not is_ios">
318 <message name="IDS_NEW_TAB_CHROME_WELCOME_PAGE_TITLE" 318 <message name="IDS_NEW_TAB_CHROME_WELCOME_PAGE_TITLE"
319 desc="Title for the hard-coded thumbnail that represents the Go ogle Chrome OS Welcome page. This is used on the NTP when there aren't enough th umbnails to show."> 319 desc="Title for the hard-coded thumbnail that represents the Go ogle Chrome OS Welcome page. This is used on the NTP when there aren't enough th umbnails to show.">
320 Welcome to Google Chrome 320 Welcome to Google Chrome
321 </message> 321 </message>
322 </if> 322 </if>
323 <if expr="not chromeos">
324 <message name="IDS_EXTERNAL_PROTOCOL_INFORMATION" desc="General informat ion about what Chrome is trying to do when opening this external protocol">
325 Google Chrome needs to launch an external application to handle <ph na me="SCHEME">$1<ex>acrobat:</ex></ph> links. The link requested is <ph name="PROT OLINK">$2<ex>acrobat:yourpdf</ex></ph>.
326 </message>
327 </if>
328 <if expr="chromeos"> 323 <if expr="chromeos">
329 <message name="IDS_EXTERNAL_PROTOCOL_INFORMATION" desc="General informat ion about what Chrome is trying to do when opening this external protocol"> 324 <message name="IDS_EXTERNAL_PROTOCOL_TITLE" desc="External Protocol Dial og Title">
330 Google Chrome OS does not support launching an external application to handle <ph name="SCHEME">$1<ex>acrobat:</ex></ph> links. The link requested is <ph name="PROTOLINK">$2<ex>acrobat:yourpdf</ex></ph>. 325 Google Chrome OS cannot open this page.
331 </message> 326 </message>
332 </if> 327 </if>
333 <!-- Strings used to warn that an OS is not supported --> 328 <!-- Strings used to warn that an OS is not supported -->
334 <if expr="is_win"> 329 <if expr="is_win">
335 <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 <message name="IDS_UNSUPPORTED_OS_PRE_WIN_XP" desc="The text used to war n the user that Windows pre-XP is not supported">
336 Google Chrome requires Windows XP or later. Some features may not work . 331 Google Chrome requires Windows XP or later. Some features may not work .
337 </message> 332 </message>
338 </if> 333 </if>
339 <if expr="not chromeos"> 334 <if expr="not chromeos">
340 <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."> 335 <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
1290 Pin Chrome to your taskbar 1285 Pin Chrome to your taskbar
1291 </message> 1286 </message>
1292 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the user to select Chrome from an external list of apps."> 1287 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the user to select Chrome from an external list of apps.">
1293 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> 1288 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>
1294 </message> 1289 </message>
1295 </if> 1290 </if>
1296 1291
1297 </messages> 1292 </messages>
1298 </release> 1293 </release>
1299 </grit> 1294 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698