| OLD | NEW |
| 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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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="chromeos"> | 323 <if expr="chromeos"> |
| 324 <message name="IDS_EXTERNAL_PROTOCOL_TITLE" desc="External Protocol Dial
og Title"> | 324 <message name="IDS_EXTERNAL_PROTOCOL_TITLE" desc="External Protocol Dial
og Title"> |
| 325 Google Chrome OS cannot open this page. | 325 Google Chrome OS can't open this page. |
| 326 </message> | 326 </message> |
| 327 </if> | 327 </if> |
| 328 <!-- Strings used to warn that an OS is not supported --> | 328 <!-- Strings used to warn that an OS is not supported --> |
| 329 <if expr="is_win"> | 329 <if expr="is_win"> |
| 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"> | 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"> |
| 331 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
. |
| 332 </message> | 332 </message> |
| 333 </if> | 333 </if> |
| 334 <if expr="not chromeos"> | 334 <if expr="not chromeos"> |
| 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."> | 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 954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1290 Pin Chrome to your taskbar | 1290 Pin Chrome to your taskbar |
| 1291 </message> | 1291 </message> |
| 1292 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the
user to select Chrome from an external list of apps."> | 1292 <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"><div class="logo-small"><
;/div></ph> <ph name="BEGIN_BOLD"><strong></ph>Google Chrome<ph name="E
ND_BOLD"></strong></ph> | 1293 Select <ph name="SMALL_PRODUCT_LOGO"><div class="logo-small"><
;/div></ph> <ph name="BEGIN_BOLD"><strong></ph>Google Chrome<ph name="E
ND_BOLD"></strong></ph> |
| 1294 </message> | 1294 </message> |
| 1295 </if> | 1295 </if> |
| 1296 | 1296 |
| 1297 </messages> | 1297 </messages> |
| 1298 </release> | 1298 </release> |
| 1299 </grit> | 1299 </grit> |
| OLD | NEW |