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

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

Issue 1894913002: Android: turn on auto-detect encoding by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build error Created 4 years, 5 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 <file path="locale_settings_vi.xtb" lang="vi" /> 126 <file path="locale_settings_vi.xtb" lang="vi" />
127 <file path="locale_settings_zh-CN.xtb" lang="zh-CN" /> 127 <file path="locale_settings_zh-CN.xtb" lang="zh-CN" />
128 <file path="locale_settings_zh-TW.xtb" lang="zh-TW" /> 128 <file path="locale_settings_zh-TW.xtb" lang="zh-TW" />
129 <file path="locale_settings_fake-bidi.xtb" lang="fake-bidi" /> 129 <file path="locale_settings_fake-bidi.xtb" lang="fake-bidi" />
130 </translations> 130 </translations>
131 <release seq="1" allow_pseudo="false"> 131 <release seq="1" allow_pseudo="false">
132 <messages fallback_to_english="true"> 132 <messages fallback_to_english="true">
133 133
134 <!-- The default value for |WebPreference::uses_universal_detector|. --> 134 <!-- The default value for |WebPreference::uses_universal_detector|. -->
135 <message name="IDS_USES_UNIVERSAL_DETECTOR" use_name_for_id="true"> 135 <message name="IDS_USES_UNIVERSAL_DETECTOR" use_name_for_id="true">
136 false 136 true
137 </message> 137 </message>
138 138
139 <!-- The file name of the spellchecking dictionary without the extension ( case-sensitive). --> 139 <!-- The file name of the spellchecking dictionary without the extension ( case-sensitive). -->
140 <message name="IDS_SPELLCHECK_DICTIONARY" use_name_for_id="true"> 140 <message name="IDS_SPELLCHECK_DICTIONARY" use_name_for_id="true">
141 en-US 141 en-US
142 </message> 142 </message>
143 143
144 <!-- The width of the Crucial Notification bubble in characters (See above ). --> 144 <!-- The width of the Crucial Notification bubble in characters (See above ). -->
145 <message name="IDS_CRUCIAL_NOTIFICATION_BUBBLE_WIDTH_CHARS" use_name_for_i d="true"> 145 <message name="IDS_CRUCIAL_NOTIFICATION_BUBBLE_WIDTH_CHARS" use_name_for_i d="true">
146 55 146 55
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 </message> 322 </message>
323 323
324 <!-- Links on the History page. --> 324 <!-- Links on the History page. -->
325 <message name="IDS_SETTINGS_CLEAR_DATA_WEB_HISTORY_URL_IN_HISTORY" transla teable="false"> 325 <message name="IDS_SETTINGS_CLEAR_DATA_WEB_HISTORY_URL_IN_HISTORY" transla teable="false">
326 https://history.google.com/history/?utm_source=chrome_h 326 https://history.google.com/history/?utm_source=chrome_h
327 </message> 327 </message>
328 328
329 </messages> 329 </messages>
330 </release> 330 </release>
331 </grit> 331 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698