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

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

Issue 6307012: DOMUI: Fix the casing of the 'Languages and Spell-checker Settings' button and (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix case of 'Choose What to Sync'. Created 9 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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 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 7791 matching lines...) Expand 10 before | Expand all | Expand 10 after
7802 </message> 7802 </message>
7803 <message name="IDS_OPTIONS_FONT_SIZE_LABEL_LARGE" desc="The label of the ' Large' option"> 7803 <message name="IDS_OPTIONS_FONT_SIZE_LABEL_LARGE" desc="The label of the ' Large' option">
7804 Large 7804 Large
7805 </message> 7805 </message>
7806 <message name="IDS_OPTIONS_FONT_SIZE_LABEL_VERY_LARGE" desc="The label of the 'Very Large' option"> 7806 <message name="IDS_OPTIONS_FONT_SIZE_LABEL_VERY_LARGE" desc="The label of the 'Very Large' option">
7807 Very Large 7807 Very Large
7808 </message> 7808 </message>
7809 <message name="IDS_OPTIONS_FONT_SIZE_LABEL_CUSTOM" desc="The label of the 'Custom' option"> 7809 <message name="IDS_OPTIONS_FONT_SIZE_LABEL_CUSTOM" desc="The label of the 'Custom' option">
7810 Custom 7810 Custom
7811 </message> 7811 </message>
7812 <message name="IDS_OPTIONS_LANGUAGE_AND_SPELLCHECK_BUTTON" desc="Button ti tle for invoking the 'Languages and Spell-checker' panel."> 7812 <if expr="not pp_ifdef('use_titlecase')">
7813 Languages and Spell-checker settings 7813 <message name="IDS_OPTIONS_LANGUAGE_AND_SPELLCHECK_BUTTON" desc="Button title for invoking the 'Languages and Spell-checker' panel.">
7814 </message> 7814 Languages and Spell-checker settings...
stuartmorgan 2011/01/21 21:50:06 s/Spell-checker/spell-checker/? Or is there a reas
James Hawkins 2011/01/21 21:52:52 Hmm, I don't particularly know, but I'll change it
7815 </message>
7816 </if>
7817 <if expr="pp_ifdef('use_titlecase')">
7818 <message name="IDS_OPTIONS_LANGUAGE_AND_SPELLCHECK_BUTTON" desc="Button title for invoking the 'Languages and Spell-checker' panel.">
7819 Languages and Spell-checker Settings...
7820 </message>
7821 </if>
7815 7822
7816 <message name="IDS_OPTIONS_CHROME_DICTIONARY_LANGUAGE" desc="The documenta tion string of the 'Spell check dictionary language' preference"> 7823 <message name="IDS_OPTIONS_CHROME_DICTIONARY_LANGUAGE" desc="The documenta tion string of the 'Spell check dictionary language' preference">
7817 Spell-checker language: 7824 Spell-checker language:
7818 </message> 7825 </message>
7819 <message name="IDS_OPTIONS_ENABLE_SPELLCHECK" desc="The documentation stri ng of the 'Enable spellcheck' option"> 7826 <message name="IDS_OPTIONS_ENABLE_SPELLCHECK" desc="The documentation stri ng of the 'Enable spellcheck' option">
7820 Enable spell checking 7827 Enable spell checking
7821 </message> 7828 </message>
7822 <message name="IDS_OPTIONS_ENABLE_AUTO_SPELL_CORRECTION" desc="The documen tation string of the 'Enable auto spell correction' option"> 7829 <message name="IDS_OPTIONS_ENABLE_AUTO_SPELL_CORRECTION" desc="The documen tation string of the 'Enable auto spell correction' option">
7823 Enable automatic spell correction 7830 Enable automatic spell correction
7824 </message> 7831 </message>
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
8061 <if expr="not pp_ifdef('use_titlecase') or os != 'linux2'"> 8068 <if expr="not pp_ifdef('use_titlecase') or os != 'linux2'">
8062 <message name="IDS_SYNC_OPTIONS_GROUP_NAME" desc="The name of the sync g roup in the options dialog."> 8069 <message name="IDS_SYNC_OPTIONS_GROUP_NAME" desc="The name of the sync g roup in the options dialog.">
8063 Sync: 8070 Sync:
8064 </message> 8071 </message>
8065 </if> 8072 </if>
8066 <if expr="pp_ifdef('use_titlecase') and os == 'linux2'"> 8073 <if expr="pp_ifdef('use_titlecase') and os == 'linux2'">
8067 <message name="IDS_SYNC_OPTIONS_GROUP_NAME" desc="In Title Case and with out trailing colon: The name of the sync group in the options dialog."> 8074 <message name="IDS_SYNC_OPTIONS_GROUP_NAME" desc="In Title Case and with out trailing colon: The name of the sync group in the options dialog.">
8068 Sync 8075 Sync
8069 </message> 8076 </message>
8070 </if> 8077 </if>
8071 <message name="IDS_SYNC_OPTIONS_SELECT_DATATYPES" desc="The select ooption that allows the user to select which datatypes to sync."> 8078 <if expr="not pp_ifdef('use_titlecase')">
8072 Choose what to Sync 8079 <message name="IDS_SYNC_OPTIONS_SELECT_DATATYPES" desc="In sentence case : The select option that allows the user to select which datatypes to sync.">
8073 </message> 8080 Choose what to sync
8081 </message>
8082 </if>
8083 <if expr="pp_ifdef('use_titlecase')">
8084 <message name="IDS_SYNC_OPTIONS_SELECT_DATATYPES" desc="In Title Case: T he select option that allows the user to select which datatypes to sync.">
8085 Choose What to Sync
8086 </message>
8087 </if>
8074 <message name="IDS_SYNC_OPTIONS_SELECT_EVERYTHING" desc="The select option that selects all features to be synced."> 8088 <message name="IDS_SYNC_OPTIONS_SELECT_EVERYTHING" desc="The select option that selects all features to be synced.">
8075 Everything 8089 Everything
8076 </message> 8090 </message>
8077 <message name="IDS_SYNC_NOT_SET_UP_INFO" desc="The message that appears in the options dialog when sync has not been set up by the user."> 8091 <message name="IDS_SYNC_NOT_SET_UP_INFO" desc="The message that appears in the options dialog when sync has not been set up by the user.">
8078 You are not set up to sync your <ph name="PRODUCT_NAME">$1<ex>Google Chr ome</ex></ph> data with your other computers. 8092 You are not set up to sync your <ph name="PRODUCT_NAME">$1<ex>Google Chr ome</ex></ph> data with your other computers.
8079 </message> 8093 </message>
8080 <if expr="not pp_ifdef('use_titlecase')"> 8094 <if expr="not pp_ifdef('use_titlecase')">
8081 <message name="IDS_SYNC_START_SYNC_BUTTON_LABEL" desc="The label that ap pears on the sync button in the options dialog when sync has not been set up by the user."> 8095 <message name="IDS_SYNC_START_SYNC_BUTTON_LABEL" desc="The label that ap pears on the sync button in the options dialog when sync has not been set up by the user.">
8082 Set up sync... 8096 Set up sync...
8083 </message> 8097 </message>
(...skipping 3048 matching lines...) Expand 10 before | Expand all | Expand 10 after
11132 </includes> 11146 </includes>
11133 <structures fallback_to_english="true"> 11147 <structures fallback_to_english="true">
11134 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11148 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11135 </structure> 11149 </structure>
11136 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11150 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11137 </structure> 11151 </structure>
11138 </structures> 11152 </structures>
11139 11153
11140 </release> 11154 </release>
11141 </grit> 11155 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698