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

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

Issue 10823405: Cleanup: Remove unused strings related to the about page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | no next file » | 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 <!-- The default value for |WebPreference::uses_universal_detector|. --> 233 <!-- The default value for |WebPreference::uses_universal_detector|. -->
234 <message name="IDS_USES_UNIVERSAL_DETECTOR" use_name_for_id="true"> 234 <message name="IDS_USES_UNIVERSAL_DETECTOR" use_name_for_id="true">
235 false 235 false
236 </message> 236 </message>
237 237
238 <!-- The file name of the spellchecking dictionary without the extension ( case-sensitive). --> 238 <!-- The file name of the spellchecking dictionary without the extension ( case-sensitive). -->
239 <message name="IDS_SPELLCHECK_DICTIONARY" use_name_for_id="true"> 239 <message name="IDS_SPELLCHECK_DICTIONARY" use_name_for_id="true">
240 en-US 240 en-US
241 </message> 241 </message>
242 242
243 <!-- The width and height of the About dialog box in characters and lines (See -->
244 <!-- above). -->
245 <message name="IDS_ABOUT_DIALOG_WIDTH_CHARS" use_name_for_id="true">
246 86
247 </message>
248 <message name="IDS_ABOUT_DIALOG_MINIMUM_HEIGHT_LINES" use_name_for_id="tru e">
249 4
250 </message>
251
252 <!-- The width of the Crucial Notification bubble in characters (See above ). --> 243 <!-- The width of the Crucial Notification bubble in characters (See above ). -->
253 <message name="IDS_CRUCIAL_NOTIFICATION_BUBBLE_WIDTH_CHARS" use_name_for_i d="true"> 244 <message name="IDS_CRUCIAL_NOTIFICATION_BUBBLE_WIDTH_CHARS" use_name_for_i d="true">
254 55 245 55
255 </message> 246 </message>
256 247
257 <!-- The width and height of the Join Wi-Fi network dialog box in --> 248 <!-- The width and height of the Join Wi-Fi network dialog box in -->
258 <!-- characters and lines (See above). --> 249 <!-- characters and lines (See above). -->
259 <message name="IDS_JOIN_WIFI_NETWORK_DIALOG_WIDTH_CHARS" use_name_for_id=" true"> 250 <message name="IDS_JOIN_WIFI_NETWORK_DIALOG_WIDTH_CHARS" use_name_for_id=" true">
260 60 251 60
261 </message> 252 </message>
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 <message name="IDS_PASSWORD_CHANGED_DIALOG_WIDTH_CHARS" use_name_for_id= "true"> 453 <message name="IDS_PASSWORD_CHANGED_DIALOG_WIDTH_CHARS" use_name_for_id= "true">
463 70 454 70
464 </message> 455 </message>
465 <message name="IDS_PASSWORD_CHANGED_DIALOG_HEIGHT_LINES" use_name_for_id ="true"> 456 <message name="IDS_PASSWORD_CHANGED_DIALOG_HEIGHT_LINES" use_name_for_id ="true">
466 16 457 16
467 </message> 458 </message>
468 </if> 459 </if>
469 </messages> 460 </messages>
470 </release> 461 </release>
471 </grit> 462 </grit>
OLDNEW
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698