| OLD | NEW |
| 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_ar.rc" type="rc_all" lang="ar" /> | 7 <output filename="locale_settings_ar.rc" type="rc_all" lang="ar" /> |
| 8 <output filename="locale_settings_bg.rc" type="rc_all" lang="bg" /> | 8 <output filename="locale_settings_bg.rc" type="rc_all" lang="bg" /> |
| 9 <output filename="locale_settings_bn.rc" type="rc_all" lang="bn" /> | 9 <output filename="locale_settings_bn.rc" type="rc_all" lang="bn" /> |
| 10 <output filename="locale_settings_ca.rc" type="rc_all" lang="ca" /> | 10 <output filename="locale_settings_ca.rc" type="rc_all" lang="ca" /> |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 <message name="IDS_WEB_FONT_FAMILY" use_name_for_id="true"> | 225 <message name="IDS_WEB_FONT_FAMILY" use_name_for_id="true"> |
| 226 Arial | 226 Arial |
| 227 </message> | 227 </message> |
| 228 | 228 |
| 229 <!-- The relative font size in % used in web-style native pages | 229 <!-- The relative font size in % used in web-style native pages |
| 230 (e.g. History). --> | 230 (e.g. History). --> |
| 231 <message name="IDS_WEB_FONT_SIZE" use_name_for_id="true"> | 231 <message name="IDS_WEB_FONT_SIZE" use_name_for_id="true"> |
| 232 84% | 232 84% |
| 233 </message> | 233 </message> |
| 234 | 234 |
| 235 <!-- The UI font used in native UI components (e.g. menu). 'default' |
| 236 indicates that the font obtained from the system be used. |
| 237 Otherwise, the system default UI font will be overriden with |
| 238 the family specified. This should be default for locales |
| 239 other than Indian locales. |
| 240 TODO(jungshik): This and IDS_UI_FONT_SIZE_SCALER are only used |
| 241 on Windows now and are likely to be so in the future because Mac and |
| 242 Linux fonts do not have the issue Windows fonts for some locales |
| 243 (Indian) have. In that case, this need to be enclosed |
| 244 by platform-dependent if-clause. --> |
| 245 <message name="IDS_UI_FONT_FAMILY" use_name_for_id="true"> |
| 246 default |
| 247 </message> |
| 248 |
| 249 <!-- To get the actual UI font size for native UI components |
| 250 (e.g. menu), the system UI font size is scaled with this value/100. |
| 251 This should be 100 for most locales. --> |
| 252 <message name="IDS_UI_FONT_SIZE_SCALER" use_name_for_id="true"> |
| 253 100 |
| 254 </message> |
| 255 |
| 235 <!-- The default value for HTTP Accept-Language header. --> | 256 <!-- The default value for HTTP Accept-Language header. --> |
| 236 <message name="IDS_ACCEPT_LANGUAGES" use_name_for_id="true"> | 257 <message name="IDS_ACCEPT_LANGUAGES" use_name_for_id="true"> |
| 237 en-US,en | 258 en-US,en |
| 238 </message> | 259 </message> |
| 239 | 260 |
| 240 <!-- The default value for |WebPreference::default_encoding|. --> | 261 <!-- The default value for |WebPreference::default_encoding|. --> |
| 241 <message name="IDS_DEFAULT_ENCODING" use_name_for_id="true"> | 262 <message name="IDS_DEFAULT_ENCODING" use_name_for_id="true"> |
| 242 ISO-8859-1 | 263 ISO-8859-1 |
| 243 </message> | 264 </message> |
| 244 | 265 |
| 245 <!-- The default value to determine whether | 266 <!-- The default value to determine whether |
| 246 |WebPreference::standard_font_family| serif or sans-serif --> | 267 |WebPreference::standard_font_family| is serif or sans-serif. --> |
| 247 <message name="IDS_STANDARD_FONT_IS_SERIF" use_name_for_id="true"> | 268 <message name="IDS_STANDARD_FONT_IS_SERIF" use_name_for_id="true"> |
| 248 true | 269 true |
| 249 </message> | 270 </message> |
| 250 | 271 |
| 251 <!-- The default value for |WebPreference::fixed_font_family| --> | 272 <!-- The default value for |WebPreference::fixed_font_family| --> |
| 252 <message name="IDS_FIXED_FONT_FAMILY" use_name_for_id="true"> | 273 <message name="IDS_FIXED_FONT_FAMILY" use_name_for_id="true"> |
| 253 Courier New | 274 Courier New |
| 254 </message> | 275 </message> |
| 255 | 276 |
| 256 <!-- The default value for |WebPreference::serif_font_family| --> | 277 <!-- The default value for |WebPreference::serif_font_family| --> |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 525 5 | 546 5 |
| 526 </message> | 547 </message> |
| 527 | 548 |
| 528 <!-- The width of the New Profile dialog in characters (See above). --> | 549 <!-- The width of the New Profile dialog in characters (See above). --> |
| 529 <message name="IDS_NEW_PROFILE_DIALOG_WIDTH_CHARS" use_name_for_id="true"> | 550 <message name="IDS_NEW_PROFILE_DIALOG_WIDTH_CHARS" use_name_for_id="true"> |
| 530 60 | 551 60 |
| 531 </message> | 552 </message> |
| 532 </messages> | 553 </messages> |
| 533 </release> | 554 </release> |
| 534 </grit> | 555 </grit> |
| OLD | NEW |