Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(472)

Side by Side Diff: chrome/app/resources/locale_settings.grd

Issue 2778143002: More pre-MD cleanup (Closed)
Patch Set: update c/b Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
161 <if expr="is_win"> 154 <if expr="is_win">
162 <!-- The width of the Conflicting Module bubble in characters (See above ). --> 155 <!-- The width of the Conflicting Module bubble in characters (See above ). -->
163 <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">
164 46 157 46
165 </message> 158 </message>
166 </if> 159 </if>
167 160
168 <if expr="chromeos"> 161 <if expr="chromeos">
169 <!-- The width and height of the Join Wi-Fi network dialog box in --> 162 <!-- The width and height of the Join Wi-Fi network dialog box in -->
170 <!-- characters and lines (See above). --> 163 <!-- characters and lines (See above). -->
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 </message> 305 </message>
313 306
314 <!-- Links on the History page. --> 307 <!-- Links on the History page. -->
315 <message name="IDS_SETTINGS_CLEAR_DATA_WEB_HISTORY_URL_IN_HISTORY" transla teable="false"> 308 <message name="IDS_SETTINGS_CLEAR_DATA_WEB_HISTORY_URL_IN_HISTORY" transla teable="false">
316 https://history.google.com/history/?utm_source=chrome_h 309 https://history.google.com/history/?utm_source=chrome_h
317 </message> 310 </message>
318 311
319 </messages> 312 </messages>
320 </release> 313 </release>
321 </grit> 314 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698