Chromium Code Reviews| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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"> | 154 <if expr="is_win"> |
| 155 <!-- The width of the Conflicting Module bubble in characters (See above ). --> | 155 <!-- 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"> | 156 <message name="IDS_CONFLICTING_MODULE_BUBBLE_WIDTH_CHARS" use_name_for_i d="true"> |
| 157 46 | 157 46 |
| 158 </message> | 158 </message> |
| 159 | |
| 160 <!-- The width of the Text on the Desktop iOS promotion bubble. --> | |
| 161 <message name="IDS_DESKTOP_IOS_PROMOTION_SAVE_PASSWORDS_BUBBLE_TEXT_WIDT H_CHARS" use_name_for_id="true"> | |
| 162 55 | |
| 163 </message> | |
| 164 | |
| 165 <!-- The width of the Text on the Desktop iOS promotion bubble. --> | |
|
sky
2017/04/17 17:21:55
This is the same description as line 160.
mrefaat
2017/04/17 19:10:49
copy paste error/ fixing.
| |
| 166 <message name="IDS_DESKTOP_IOS_PROMOTION_TEXT_WIDTH_CHARS" use_name_for_ id="true"> | |
| 167 41 | |
| 168 </message> | |
| 159 </if> | 169 </if> |
| 160 | 170 |
| 161 <if expr="chromeos"> | 171 <if expr="chromeos"> |
| 162 <!-- The width and height of the Join Wi-Fi network dialog box in --> | 172 <!-- The width and height of the Join Wi-Fi network dialog box in --> |
| 163 <!-- characters and lines (See above). --> | 173 <!-- characters and lines (See above). --> |
| 164 <message name="IDS_JOIN_WIFI_NETWORK_DIALOG_WIDTH_CHARS" use_name_for_id ="true"> | 174 <message name="IDS_JOIN_WIFI_NETWORK_DIALOG_WIDTH_CHARS" use_name_for_id ="true"> |
| 165 60 | 175 60 |
| 166 </message> | 176 </message> |
| 167 <message name="IDS_JOIN_WIFI_NETWORK_DIALOG_MINIMUM_HEIGHT_LINES" use_na me_for_id="true"> | 177 <message name="IDS_JOIN_WIFI_NETWORK_DIALOG_MINIMUM_HEIGHT_LINES" use_na me_for_id="true"> |
| 168 4 | 178 4 |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 305 </message> | 315 </message> |
| 306 | 316 |
| 307 <!-- Links on the History page. --> | 317 <!-- Links on the History page. --> |
| 308 <message name="IDS_SETTINGS_CLEAR_DATA_WEB_HISTORY_URL_IN_HISTORY" transla teable="false"> | 318 <message name="IDS_SETTINGS_CLEAR_DATA_WEB_HISTORY_URL_IN_HISTORY" transla teable="false"> |
| 309 https://history.google.com/history/?utm_source=chrome_h | 319 https://history.google.com/history/?utm_source=chrome_h |
| 310 </message> | 320 </message> |
| 311 | 321 |
| 312 </messages> | 322 </messages> |
| 313 </release> | 323 </release> |
| 314 </grit> | 324 </grit> |
| OLD | NEW |