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

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

Issue 2254273003: Remove text encoding UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 3 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
« no previous file with comments | « chrome/app/nibs/MainMenu.xib ('k') | chrome/app/settings_strings.grdp » ('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" 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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 200
201 <!-- The width and height of the "Mozilla Firefox is locked" dialog box in --> 201 <!-- The width and height of the "Mozilla Firefox is locked" dialog box in -->
202 <!-- characters and lines (See above). --> 202 <!-- characters and lines (See above). -->
203 <message name="IDS_IMPORTLOCK_DIALOG_WIDTH_CHARS" use_name_for_id="true"> 203 <message name="IDS_IMPORTLOCK_DIALOG_WIDTH_CHARS" use_name_for_id="true">
204 50 204 50
205 </message> 205 </message>
206 <message name="IDS_IMPORTLOCK_DIALOG_HEIGHT_LINES" use_name_for_id="true"> 206 <message name="IDS_IMPORTLOCK_DIALOG_HEIGHT_LINES" use_name_for_id="true">
207 8 207 8
208 </message> 208 </message>
209 209
210 <!-- Locale-dependent static encodings string -->
211 <message name="IDS_STATIC_ENCODING_LIST" use_name_for_id="true">
212 windows-1252
213 </message>
214
215 <!-- The URL for the the Welcome to Chrome page shown on first run. --> 210 <!-- The URL for the the Welcome to Chrome page shown on first run. -->
216 <message name="IDS_WELCOME_PAGE_URL" translateable="false"> 211 <message name="IDS_WELCOME_PAGE_URL" translateable="false">
217 http://tools.google.com/chrome/intl/[GRITLANGCODE]/welcome.html 212 http://tools.google.com/chrome/intl/[GRITLANGCODE]/welcome.html
218 </message> 213 </message>
219 214
220 <!-- The language dependent download view size. --> 215 <!-- The language dependent download view size. -->
221 <message name="IDS_DOWNLOAD_BIG_PROGRESS_SIZE" use_name_for_id="true"> 216 <message name="IDS_DOWNLOAD_BIG_PROGRESS_SIZE" use_name_for_id="true">
222 52 217 52
223 </message> 218 </message>
224 219
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 </message> 317 </message>
323 318
324 <!-- Links on the History page. --> 319 <!-- Links on the History page. -->
325 <message name="IDS_SETTINGS_CLEAR_DATA_WEB_HISTORY_URL_IN_HISTORY" transla teable="false"> 320 <message name="IDS_SETTINGS_CLEAR_DATA_WEB_HISTORY_URL_IN_HISTORY" transla teable="false">
326 https://history.google.com/history/?utm_source=chrome_h 321 https://history.google.com/history/?utm_source=chrome_h
327 </message> 322 </message>
328 323
329 </messages> 324 </messages>
330 </release> 325 </release>
331 </grit> 326 </grit>
OLDNEW
« no previous file with comments | « chrome/app/nibs/MainMenu.xib ('k') | chrome/app/settings_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698