| 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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 929 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1270 <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."> | 1265 <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."> |
| 1271 Welcome to Chrome | 1266 Welcome to Chrome |
| 1272 </message> | 1267 </message> |
| 1273 <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."
> | 1268 <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."
> |
| 1274 Take Chrome everywhere | 1269 Take Chrome everywhere |
| 1275 </message> | 1270 </message> |
| 1276 </if> | 1271 </if> |
| 1277 </messages> | 1272 </messages> |
| 1278 </release> | 1273 </release> |
| 1279 </grit> | 1274 </grit> |
| OLD | NEW |