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. aa1 --> | 4 each locale. aa1 --> |
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 5016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5027 <!-- Extra Mac UI Strings --> | 5027 <!-- Extra Mac UI Strings --> |
5028 <if expr="os == 'darwin'"> | 5028 <if expr="os == 'darwin'"> |
5029 <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."> | 5029 <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."> |
5030 Please Restart <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> | 5030 Please Restart <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> |
5031 </message> | 5031 </message> |
5032 <message name="IDS_SAVE_PAGE_FILE_FORMAT_PROMPT_MAC" desc="The title of th
e File Format label for saving a page."> | 5032 <message name="IDS_SAVE_PAGE_FILE_FORMAT_PROMPT_MAC" desc="The title of th
e File Format label for saving a page."> |
5033 Format: | 5033 Format: |
5034 </message> | 5034 </message> |
5035 </if> | 5035 </if> |
5036 | 5036 |
| 5037 <!-- Chrome OS Strings --> |
| 5038 <if expr="pp_ifdef('chromeos')"> |
| 5039 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_NETWORK"> |
| 5040 Network |
| 5041 </message> |
| 5042 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_TOUCHPAD"> |
| 5043 Touchpad |
| 5044 </message> |
| 5045 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_PASSWORD"> |
| 5046 Network Password |
| 5047 </message> |
| 5048 <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."
> |
| 5049 Enable tap-to-click |
| 5050 </message> |
| 5051 <message name="IDS_OPTIONS_SETTINGS_VERT_EDGE_SCROLL_ENABLED_DESCRIPTION"
desc="In the settings tab, the text next to the checkbox that enables vertical e
dge scrolling."> |
| 5052 Enable vertical edge scrolling |
| 5053 </message> |
| 5054 </if> |
| 5055 |
5037 </messages> | 5056 </messages> |
5038 </release> | 5057 </release> |
5039 </grit> | 5058 </grit> |
OLD | NEW |