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

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

Issue 11189094: Implement sideload wipeout for Extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/app/theme/theme_resources.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"> 2 <grit latest_public_release="0" current_release="1">
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 <if expr="pp_ifdef('use_third_party_translations')"> 9 <if expr="pp_ifdef('use_third_party_translations')">
10 <output filename="locale_settings_ast.pak" type="data_package" lang="ast" /> 10 <output filename="locale_settings_ast.pak" type="data_package" lang="ast" />
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 <!-- The file name of the spellchecking dictionary without the extension ( case-sensitive). --> 240 <!-- The file name of the spellchecking dictionary without the extension ( case-sensitive). -->
241 <message name="IDS_SPELLCHECK_DICTIONARY" use_name_for_id="true"> 241 <message name="IDS_SPELLCHECK_DICTIONARY" use_name_for_id="true">
242 en-US 242 en-US
243 </message> 243 </message>
244 244
245 <!-- The width of the Crucial Notification bubble in characters (See above ). --> 245 <!-- The width of the Crucial Notification bubble in characters (See above ). -->
246 <message name="IDS_CRUCIAL_NOTIFICATION_BUBBLE_WIDTH_CHARS" use_name_for_i d="true"> 246 <message name="IDS_CRUCIAL_NOTIFICATION_BUBBLE_WIDTH_CHARS" use_name_for_i d="true">
247 55 247 55
248 </message> 248 </message>
249 249
250 <!-- The width of the Disabled Extensions bubble in characters (See above) . -->
251 <message name="IDS_DISABLED_EXTENSIONS_BUBBLE_WIDTH_CHARS" use_name_for_id ="true">
252 55
253 </message>
254
250 <!-- The width and height of the Join Wi-Fi network dialog box in --> 255 <!-- The width and height of the Join Wi-Fi network dialog box in -->
251 <!-- characters and lines (See above). --> 256 <!-- characters and lines (See above). -->
252 <message name="IDS_JOIN_WIFI_NETWORK_DIALOG_WIDTH_CHARS" use_name_for_id=" true"> 257 <message name="IDS_JOIN_WIFI_NETWORK_DIALOG_WIDTH_CHARS" use_name_for_id=" true">
253 60 258 60
254 </message> 259 </message>
255 <message name="IDS_JOIN_WIFI_NETWORK_DIALOG_MINIMUM_HEIGHT_LINES" use_name _for_id="true"> 260 <message name="IDS_JOIN_WIFI_NETWORK_DIALOG_MINIMUM_HEIGHT_LINES" use_name _for_id="true">
256 4 261 4
257 </message> 262 </message>
258 263
259 <!-- The height of the advanced Join Wi-Fi network dialog box in lines. -- > 264 <!-- The height of the advanced Join Wi-Fi network dialog box in lines. -- >
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 <message name="IDS_PASSWORD_CHANGED_DIALOG_WIDTH_CHARS" use_name_for_id= "true"> 465 <message name="IDS_PASSWORD_CHANGED_DIALOG_WIDTH_CHARS" use_name_for_id= "true">
461 70 466 70
462 </message> 467 </message>
463 <message name="IDS_PASSWORD_CHANGED_DIALOG_HEIGHT_LINES" use_name_for_id ="true"> 468 <message name="IDS_PASSWORD_CHANGED_DIALOG_HEIGHT_LINES" use_name_for_id ="true">
464 16 469 16
465 </message> 470 </message>
466 </if> 471 </if>
467 </messages> 472 </messages>
468 </release> 473 </release>
469 </grit> 474 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/app/theme/theme_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698