OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <grit latest_public_release="0" current_release="1" output_all_resource_defines=
"false"> | 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines=
"false"> |
3 <outputs> | 3 <outputs> |
4 <output filename="grit/locale_settings.h" type="rc_header"> | 4 <output filename="grit/locale_settings.h" type="rc_header"> |
5 <emit emit_type='prepend'></emit> | 5 <emit emit_type='prepend'></emit> |
6 </output> | 6 </output> |
7 <output filename="locale_settings_am.pak" type="data_package" lang="am" /> | 7 <output filename="locale_settings_am.pak" type="data_package" lang="am" /> |
8 <output filename="locale_settings_ar.pak" type="data_package" lang="ar" /> | 8 <output filename="locale_settings_ar.pak" type="data_package" lang="ar" /> |
9 <output filename="locale_settings_bg.pak" type="data_package" lang="bg" /> | 9 <output filename="locale_settings_bg.pak" type="data_package" lang="bg" /> |
10 <output filename="locale_settings_bn.pak" type="data_package" lang="bn" /> | 10 <output filename="locale_settings_bn.pak" type="data_package" lang="bn" /> |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 <!-- The width of the Extension Wipeout bubble in characters (See above).
--> | 144 <!-- The width of the Extension Wipeout bubble in characters (See above).
--> |
145 <message name="IDS_EXTENSION_WIPEOUT_BUBBLE_WIDTH_CHARS" use_name_for_id="
true"> | 145 <message name="IDS_EXTENSION_WIPEOUT_BUBBLE_WIDTH_CHARS" use_name_for_id="
true"> |
146 55 | 146 55 |
147 </message> | 147 </message> |
148 | 148 |
149 <!-- The width of the Extension Toolbar Redesign bubble in characters (See
above). --> | 149 <!-- The width of the Extension Toolbar Redesign bubble in characters (See
above). --> |
150 <message name="IDS_EXTENSION_TOOLBAR_REDESIGN_NOTIFICATION_BUBBLE_WIDTH_CH
ARS" use_name_for_id="true"> | 150 <message name="IDS_EXTENSION_TOOLBAR_REDESIGN_NOTIFICATION_BUBBLE_WIDTH_CH
ARS" use_name_for_id="true"> |
151 55 | 151 55 |
152 </message> | 152 </message> |
153 | 153 |
| 154 <if expr="is_win or is_linux or chromeos"> |
| 155 <!-- The width of the ash/ChromeOS system tray menu in pixels. --> |
| 156 <message name="IDS_SYSTEM_TRAY_MENU_BUBBLE_WIDTH_PIXELS" use_name_for_id
="true"> |
| 157 300 |
| 158 </message> |
| 159 </if> |
| 160 |
154 <if expr="is_win"> | 161 <if expr="is_win"> |
155 <!-- The width of the Conflicting Module bubble in characters (See above
). --> | 162 <!-- The width of the Conflicting Module bubble in characters (See above
). --> |
156 <message name="IDS_CONFLICTING_MODULE_BUBBLE_WIDTH_CHARS" use_name_for_i
d="true"> | 163 <message name="IDS_CONFLICTING_MODULE_BUBBLE_WIDTH_CHARS" use_name_for_i
d="true"> |
157 46 | 164 46 |
158 </message> | 165 </message> |
159 </if> | 166 </if> |
160 | 167 |
161 <if expr="chromeos"> | 168 <if expr="chromeos"> |
162 <!-- The width and height of the Join Wi-Fi network dialog box in --> | 169 <!-- The width and height of the Join Wi-Fi network dialog box in --> |
163 <!-- characters and lines (See above). --> | 170 <!-- characters and lines (See above). --> |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
305 </message> | 312 </message> |
306 | 313 |
307 <!-- Links on the History page. --> | 314 <!-- Links on the History page. --> |
308 <message name="IDS_SETTINGS_CLEAR_DATA_WEB_HISTORY_URL_IN_HISTORY" transla
teable="false"> | 315 <message name="IDS_SETTINGS_CLEAR_DATA_WEB_HISTORY_URL_IN_HISTORY" transla
teable="false"> |
309 https://history.google.com/history/?utm_source=chrome_h | 316 https://history.google.com/history/?utm_source=chrome_h |
310 </message> | 317 </message> |
311 | 318 |
312 </messages> | 319 </messages> |
313 </release> | 320 </release> |
314 </grit> | 321 </grit> |
OLD | NEW |