| 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 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 other {# downloads are currently in progress. Do you want to cancel the
downloads and exit Chromium?}} | 531 other {# downloads are currently in progress. Do you want to cancel the
downloads and exit Chromium?}} |
| 532 </message> | 532 </message> |
| 533 | 533 |
| 534 <!-- Quit all apps confirmation dialog --> | 534 <!-- Quit all apps confirmation dialog --> |
| 535 <if expr="is_macosx"> | 535 <if expr="is_macosx"> |
| 536 <message name="IDS_QUIT_WITH_APPS_TITLE" desc="Title for a notification
explaining that Chrome is running in the background."> | 536 <message name="IDS_QUIT_WITH_APPS_TITLE" desc="Title for a notification
explaining that Chrome is running in the background."> |
| 537 Chromium is in background mode. | 537 Chromium is in background mode. |
| 538 </message> | 538 </message> |
| 539 </if> | 539 </if> |
| 540 | 540 |
| 541 <!-- about:flags --> | |
| 542 <message name="IDS_FLAGS_DEBUG_SHORTCUTS_DESCRIPTION" desc="Description of
the 'Debugging keyboard shortcuts' lab."> | |
| 543 Enables additional keyboard shortcuts that are useful for debugging Chro
mium. | |
| 544 </message> | |
| 545 | |
| 546 <!-- Obsolete System info bar --> | 541 <!-- Obsolete System info bar --> |
| 547 <message name="IDS_SYSTEM_OBSOLETE_MESSAGE" desc="Message shown when your
OS is no longer supported. This message is followed by a 'Learn more' link."> | 542 <message name="IDS_SYSTEM_OBSOLETE_MESSAGE" desc="Message shown when your
OS is no longer supported. This message is followed by a 'Learn more' link."> |
| 548 Chromium has stopped updating and no longer supports this version of yo
ur operating system. | 543 Chromium has stopped updating and no longer supports this version of yo
ur operating system. |
| 549 </message> | 544 </message> |
| 550 | 545 |
| 551 <!-- Google API keys info bar --> | 546 <!-- Google API keys info bar --> |
| 552 <message name="IDS_MISSING_GOOGLE_API_KEYS" desc="Message shown when Googl
e API keys are missing. This message is followed by a 'Learn more' link."> | 547 <message name="IDS_MISSING_GOOGLE_API_KEYS" desc="Message shown when Googl
e API keys are missing. This message is followed by a 'Learn more' link."> |
| 553 Google API keys are missing. Some functionality of Chromium will be disa
bled. | 548 Google API keys are missing. Some functionality of Chromium will be disa
bled. |
| 554 </message> | 549 </message> |
| 555 | 550 |
| (...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1251 <message name="IDS_WIN10_WELCOME_PIN_SUBHEADING" desc="A subheading on a
section which gives instructions on how to pin Chromium to the Windows 10 taskb
ar."> | 1246 <message name="IDS_WIN10_WELCOME_PIN_SUBHEADING" desc="A subheading on a
section which gives instructions on how to pin Chromium to the Windows 10 taskb
ar."> |
| 1252 Pin Chromium to your taskbar | 1247 Pin Chromium to your taskbar |
| 1253 </message> | 1248 </message> |
| 1254 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the
user to select Chromium from an external list of apps."> | 1249 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the
user to select Chromium from an external list of apps."> |
| 1255 Select <ph name="SMALL_PRODUCT_LOGO"><div class="logo-small"><
;/div></ph> <ph name="BEGIN_BOLD"><strong></ph>Chromium<ph name="END_BO
LD"></strong></ph> | 1250 Select <ph name="SMALL_PRODUCT_LOGO"><div class="logo-small"><
;/div></ph> <ph name="BEGIN_BOLD"><strong></ph>Chromium<ph name="END_BO
LD"></strong></ph> |
| 1256 </message> | 1251 </message> |
| 1257 </if> | 1252 </if> |
| 1258 </messages> | 1253 </messages> |
| 1259 </release> | 1254 </release> |
| 1260 </grit> | 1255 </grit> |
| OLD | NEW |