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 These strings will not be translated and only english versions will | 3 These strings will not be translated and only english versions will |
4 be available for now. --> | 4 be available for now. --> |
5 | 5 |
6 <grit base_dir="." latest_public_release="0" current_release="1" | 6 <grit base_dir="." latest_public_release="0" current_release="1" |
7 source_lang_id="en" enc_check="möl"> | 7 source_lang_id="en" enc_check="möl"> |
8 <outputs> | 8 <outputs> |
9 <output filename="grit/chromium_strings.h" type="rc_header"> | 9 <output filename="grit/chromium_strings.h" type="rc_header"> |
10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
335 <message name="IDS_FIRSTRUN_DLG_OK" desc="Text for OK button on first-run
dialog"> | 335 <message name="IDS_FIRSTRUN_DLG_OK" desc="Text for OK button on first-run
dialog"> |
336 Start Chromium | 336 Start Chromium |
337 </message> | 337 </message> |
338 <message name="IDS_FR_CUSTOMIZE_DEFAULT_BROWSER" desc="Default browser che
ckbox label"> | 338 <message name="IDS_FR_CUSTOMIZE_DEFAULT_BROWSER" desc="Default browser che
ckbox label"> |
339 Make Chromium the default browser | 339 Make Chromium the default browser |
340 </message> | 340 </message> |
341 <message name="IDS_NEW_TAB_CHROME_WELCOME_PAGE_TITLE" | 341 <message name="IDS_NEW_TAB_CHROME_WELCOME_PAGE_TITLE" |
342 desc="Title for the hard-coded thumbnail that represents the Goog
le Chrome Welcome page. This is used on the NTP when there aren't enough thumbn
ails to show."> | 342 desc="Title for the hard-coded thumbnail that represents the Goog
le Chrome Welcome page. This is used on the NTP when there aren't enough thumbn
ails to show."> |
343 Welcome to Chromium | 343 Welcome to Chromium |
344 </message> | 344 </message> |
| 345 <message name="IDS_NTP4_INTRO_MESSAGE" desc="Message explaning the navigat
ion bar at the bottom of the new NTP."> |
| 346 Chromium's New Tab page has been remodeled. Switch between sections by c
licking these labels. Chrome will remember your preference for next time. |
| 347 </message> |
345 <if expr="not pp_ifdef('chromeos')"> | 348 <if expr="not pp_ifdef('chromeos')"> |
346 <message name="IDS_EXTERNAL_PROTOCOL_INFORMATION" desc="General informat
ion about what Chrome is trying to do when opening this external protocol"> | 349 <message name="IDS_EXTERNAL_PROTOCOL_INFORMATION" desc="General informat
ion about what Chrome is trying to do when opening this external protocol"> |
347 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>. | 350 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>. |
348 </message> | 351 </message> |
349 </if> | 352 </if> |
350 <if expr="pp_ifdef('chromeos')"> | 353 <if expr="pp_ifdef('chromeos')"> |
351 <message name="IDS_EXTERNAL_PROTOCOL_INFORMATION" desc="General informat
ion about what Chrome is trying to do when opening this external protocol"> | 354 <message name="IDS_EXTERNAL_PROTOCOL_INFORMATION" desc="General informat
ion about what Chrome is trying to do when opening this external protocol"> |
352 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>. | 355 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>. |
353 </message> | 356 </message> |
354 </if> | 357 </if> |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
593 <message name="IDS_UTILITY_APP_NAME" desc="The utility application's nam
e. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Goog
le Chrome Utility."> | 596 <message name="IDS_UTILITY_APP_NAME" desc="The utility application's nam
e. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Goog
le Chrome Utility."> |
594 Chromium Utility | 597 Chromium Utility |
595 </message> | 598 </message> |
596 <message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application
's short name, used for the Mac's application menu, activity monitor, etc. Examp
le: Chrome Utility, not Google Chrome Utility."> | 599 <message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application
's short name, used for the Mac's application menu, activity monitor, etc. Examp
le: Chrome Utility, not Google Chrome Utility."> |
597 Chromium Utility | 600 Chromium Utility |
598 </message> | 601 </message> |
599 </if> | 602 </if> |
600 </messages> | 603 </messages> |
601 </release> | 604 </release> |
602 </grit> | 605 </grit> |
OLD | NEW |