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