| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 |
| 3 <!-- This file contains definitions of resources that will be translated for | 3 <!-- This file contains definitions of resources that will be translated for |
| 4 each locale. --> | 4 each locale. --> |
| 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/generated_resources.h" type="rc_header"> | 9 <output filename="grit/generated_resources.h" type="rc_header"> |
| 10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
| (...skipping 5628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5639 <if expr="os == 'darwin'"> | 5639 <if expr="os == 'darwin'"> |
| 5640 <message name="IDS_PLEASE_RESTART_BROWSER" desc="Title of the alert when C
hrome needs to be restart for a change/update to take effect."> | 5640 <message name="IDS_PLEASE_RESTART_BROWSER" desc="Title of the alert when C
hrome needs to be restart for a change/update to take effect."> |
| 5641 Please Restart <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> | 5641 Please Restart <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> |
| 5642 </message> | 5642 </message> |
| 5643 <message name="IDS_SAVE_PAGE_FILE_FORMAT_PROMPT_MAC" desc="The title of th
e File Format label for saving a page."> | 5643 <message name="IDS_SAVE_PAGE_FILE_FORMAT_PROMPT_MAC" desc="The title of th
e File Format label for saving a page."> |
| 5644 Format: | 5644 Format: |
| 5645 </message> | 5645 </message> |
| 5646 </if> | 5646 </if> |
| 5647 | 5647 |
| 5648 <!-- Chrome OS Strings --> | 5648 <!-- Chrome OS Strings --> |
| 5649 <if expr="pp_ifdef('chromeos')"> | 5649 <if expr="pp_ifdef('chromeos') or pp_ifdef('toolkit_views')"> |
| 5650 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_NETWORK"> | 5650 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_NETWORK"> |
| 5651 Network | 5651 Network |
| 5652 </message> | 5652 </message> |
| 5653 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_TOUCHPAD"> | 5653 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_TOUCHPAD"> |
| 5654 Touchpad | 5654 Touchpad |
| 5655 </message> | 5655 </message> |
| 5656 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_PASSWORD"> | 5656 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_PASSWORD"> |
| 5657 Network Password | 5657 Network Password |
| 5658 </message> | 5658 </message> |
| 5659 <message name="IDS_OPTIONS_SETTINGS_TAP_TO_CLICK_ENABLED_DESCRIPTION" desc
="In the settings tab, the text next to the checkbox that enables tap-to-click."
> | 5659 <message name="IDS_OPTIONS_SETTINGS_TAP_TO_CLICK_ENABLED_DESCRIPTION" desc
="In the settings tab, the text next to the checkbox that enables tap-to-click."
> |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5693 Calculating remaining time | 5693 Calculating remaining time |
| 5694 </message> | 5694 </message> |
| 5695 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b
utton, the battery is charged message."> | 5695 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b
utton, the battery is charged message."> |
| 5696 Battery is charged | 5696 Battery is charged |
| 5697 </message> | 5697 </message> |
| 5698 </if> | 5698 </if> |
| 5699 | 5699 |
| 5700 </messages> | 5700 </messages> |
| 5701 </release> | 5701 </release> |
| 5702 </grit> | 5702 </grit> |
| OLD | NEW |