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

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

Issue 654653002: Enables the user to select multiple languages for spellchecking (UI) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the value of 'enable-multilingual-spellchecker' in histograms.xml Created 5 years, 10 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"> 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="use_third_party_translations"> 9 <if expr="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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 <!-- The default value for |WebPreference::uses_universal_detector|. --> 247 <!-- The default value for |WebPreference::uses_universal_detector|. -->
248 <message name="IDS_USES_UNIVERSAL_DETECTOR" use_name_for_id="true"> 248 <message name="IDS_USES_UNIVERSAL_DETECTOR" use_name_for_id="true">
249 false 249 false
250 </message> 250 </message>
251 251
252 <!-- The file name of the spellchecking dictionary without the extension ( case-sensitive). --> 252 <!-- The file name of the spellchecking dictionary without the extension ( case-sensitive). -->
253 <message name="IDS_SPELLCHECK_DICTIONARY" use_name_for_id="true"> 253 <message name="IDS_SPELLCHECK_DICTIONARY" use_name_for_id="true">
254 en-US 254 en-US
255 </message> 255 </message>
256 256
257 <!-- The file name of the spellchecking dictionaries without the extension (case-sensitive). -->
258 <message name="IDS_SPELLCHECK_DICTIONARIES" use_name_for_id="true">
259 en-US
260 </message>
261
257 <!-- The width of the Crucial Notification bubble in characters (See above ). --> 262 <!-- The width of the Crucial Notification bubble in characters (See above ). -->
258 <message name="IDS_CRUCIAL_NOTIFICATION_BUBBLE_WIDTH_CHARS" use_name_for_i d="true"> 263 <message name="IDS_CRUCIAL_NOTIFICATION_BUBBLE_WIDTH_CHARS" use_name_for_i d="true">
259 55 264 55
260 </message> 265 </message>
261 266
262 <!-- The width of the Extension Wipeout bubble in characters (See above). --> 267 <!-- The width of the Extension Wipeout bubble in characters (See above). -->
263 <message name="IDS_EXTENSION_WIPEOUT_BUBBLE_WIDTH_CHARS" use_name_for_id=" true"> 268 <message name="IDS_EXTENSION_WIPEOUT_BUBBLE_WIDTH_CHARS" use_name_for_id=" true">
264 55 269 55
265 </message> 270 </message>
266 271
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 500 423 500
419 </message> 424 </message>
420 425
421 <message name="IDS_FACTORY_RESET_HELP_URL" translateable="false"> 426 <message name="IDS_FACTORY_RESET_HELP_URL" translateable="false">
422 http://support.google.com/chromeos/bin/answer.py?answer=183084&amp;hl= [GRITLANGCODE] 427 http://support.google.com/chromeos/bin/answer.py?answer=183084&amp;hl= [GRITLANGCODE]
423 </message> 428 </message>
424 </if> 429 </if>
425 </messages> 430 </messages>
426 </release> 431 </release>
427 </grit> 432 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698