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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 6057003: DOMUI Settings: UTH: Fix up the 'Web Content' section. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 7998 matching lines...) Expand 10 before | Expand all | Expand 10 after
8009 </message> 8009 </message>
8010 <message name="IDS_OPTIONS_FONTSETTINGS_CONFIGUREFONTSONLY_BUTTON" desc="T he label of the 'configure fonts' button"> 8010 <message name="IDS_OPTIONS_FONTSETTINGS_CONFIGUREFONTSONLY_BUTTON" desc="T he label of the 'configure fonts' button">
8011 Change font settings 8011 Change font settings
8012 </message> 8012 </message>
8013 <message name="IDS_OPTIONS_FONTSETTINGS_CUSTOMIZE_FONTS_BUTTON" desc="The label of the 'Customize fonts' button"> 8013 <message name="IDS_OPTIONS_FONTSETTINGS_CUSTOMIZE_FONTS_BUTTON" desc="The label of the 'Customize fonts' button">
8014 Customize fonts 8014 Customize fonts
8015 </message> 8015 </message>
8016 <message name="IDS_OPTIONS_DEFAULT_ZOOM_LEVEL_LABEL" desc="The label of th e 'Default Zoom Level' select menu"> 8016 <message name="IDS_OPTIONS_DEFAULT_ZOOM_LEVEL_LABEL" desc="The label of th e 'Default Zoom Level' select menu">
8017 Page zoom: 8017 Page zoom:
8018 </message> 8018 </message>
8019 <message name="IDS_OPTIONS_DEFAULT_FONT_SIZE_LABEL" desc="The label of the 'Default font size' select menu">
8020 Font size:
8021 </message>
8022 <message name="IDS_OPTIONS_FONT_SIZE_LABEL_VERY_SMALL" desc="The label of the 'Very Small' option">
8023 Very Small
8024 </message>
8025 <message name="IDS_OPTIONS_FONT_SIZE_LABEL_SMALL" desc="The label of the ' Small' option">
8026 Small
8027 </message>
8028 <message name="IDS_OPTIONS_FONT_SIZE_LABEL_MEDIUM" desc="The label of the 'Medium' option">
8029 Medium
8030 </message>
8031 <message name="IDS_OPTIONS_FONT_SIZE_LABEL_LARGE" desc="The label of the ' Large' option">
8032 Large
8033 </message>
8034 <message name="IDS_OPTIONS_FONT_SIZE_LABEL_VERY_LARGE" desc="The label of the 'Very Large' option">
8035 Very Large
8036 </message>
8037 <message name="IDS_OPTIONS_FONT_SIZE_LABEL_CUSTOM" desc="The label of the 'Custom' option">
8038 Custom
8039 </message>
8019 8040
8020 <message name="IDS_OPTIONS_CHROME_DICTIONARY_INFO" desc="The documentation string of the 'Spell check dictionary language' section"> 8041 <message name="IDS_OPTIONS_CHROME_DICTIONARY_INFO" desc="The documentation string of the 'Spell check dictionary language' section">
8021 Change the language of the spell-checking dictionary. 8042 Change the language of the spell-checking dictionary.
8022 </message> 8043 </message>
8023 <message name="IDS_OPTIONS_CHROME_DICTIONARY_LANGUAGE" desc="The documenta tion string of the 'Spell check dictionary language' preference"> 8044 <message name="IDS_OPTIONS_CHROME_DICTIONARY_LANGUAGE" desc="The documenta tion string of the 'Spell check dictionary language' preference">
8024 Spell-checker language: 8045 Spell-checker language:
8025 </message> 8046 </message>
8026 <message name="IDS_OPTIONS_ENABLE_SPELLCHECK" desc="The documentation stri ng of the 'Enable spellcheck' option"> 8047 <message name="IDS_OPTIONS_ENABLE_SPELLCHECK" desc="The documentation stri ng of the 'Enable spellcheck' option">
8027 Check spelling: 8048 Check spelling:
8028 </message> 8049 </message>
(...skipping 3368 matching lines...) Expand 10 before | Expand all | Expand 10 after
11397 </includes> 11418 </includes>
11398 <structures fallback_to_english="true"> 11419 <structures fallback_to_english="true">
11399 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11420 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11400 </structure> 11421 </structure>
11401 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11422 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11402 </structure> 11423 </structure>
11403 </structures> 11424 </structures>
11404 11425
11405 </release> 11426 </release>
11406 </grit> 11427 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698