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

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

Issue 339030: Add initial implementation of AutoFill++. This implementation is hidden behi... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 | « chrome/app/chromium_strings.grd ('k') | chrome/app/google_chrome_strings.grd » ('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 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 4107 matching lines...) Expand 10 before | Expand all | Expand 10 after
4118 4118
4119 <message name="IDS_AUTOFILL_SETTING_WINDOWS_GROUP_NAME" desc="The title of the form autofill group"> 4119 <message name="IDS_AUTOFILL_SETTING_WINDOWS_GROUP_NAME" desc="The title of the form autofill group">
4120 Form autofill: 4120 Form autofill:
4121 </message> 4121 </message>
4122 <message name="IDS_OPTIONS_AUTOFILL_SAVE" desc="The label of the 'Ask me t o save autofill' radio button"> 4122 <message name="IDS_OPTIONS_AUTOFILL_SAVE" desc="The label of the 'Ask me t o save autofill' radio button">
4123 Save text from forms to make them easier to fill out 4123 Save text from forms to make them easier to fill out
4124 </message> 4124 </message>
4125 <message name="IDS_OPTIONS_AUTOFILL_NEVERSAVE" desc="The label of the 'Nev er save autofill' radio button"> 4125 <message name="IDS_OPTIONS_AUTOFILL_NEVERSAVE" desc="The label of the 'Nev er save autofill' radio button">
4126 Never save text from forms 4126 Never save text from forms
4127 </message> 4127 </message>
4128 <message name="IDS_AUTOFILL_INFOBAR_ACCEPT" desc="Text to show for the aut ofill request infobar accept button.">
4129 Set up AutoFill...
4130 </message>
4131 <message name="IDS_AUTOFILL_INFOBAR_DENY" desc="Text to show for the autof ill request infobar deny button.">
4132 Nope
4133 </message>
4128 4134
4129 <message name="IDS_THEMES_GROUP_NAME" desc="The title of the themes group" > 4135 <message name="IDS_THEMES_GROUP_NAME" desc="The title of the themes group" >
4130 Themes: 4136 Themes:
4131 </message> 4137 </message>
4132 <if expr="os == 'linux2'"> 4138 <if expr="os == 'linux2'">
4133 <message name="IDS_APPEARANCE_GROUP_NAME" desc="The title of the themes group"> 4139 <message name="IDS_APPEARANCE_GROUP_NAME" desc="The title of the themes group">
4134 Appearance: 4140 Appearance:
4135 </message> 4141 </message>
4136 <message name="IDS_THEMES_GTK_BUTTON" desc="The button to choose GTK col ors and icons as the current theme."> 4142 <message name="IDS_THEMES_GTK_BUTTON" desc="The button to choose GTK col ors and icons as the current theme.">
4137 Use GTK+ theme 4143 Use GTK+ theme
(...skipping 1616 matching lines...) Expand 10 before | Expand all | Expand 10 after
5754 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message."> 5760 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message.">
5755 Battery is charged 5761 Battery is charged
5756 </message> 5762 </message>
5757 <message name="IDS_COMPACT_NAVBAR" desc="The menu item on the app menu to toggle compact navigation bar"> 5763 <message name="IDS_COMPACT_NAVBAR" desc="The menu item on the app menu to toggle compact navigation bar">
5758 Toggle Compact Navigation Bar 5764 Toggle Compact Navigation Bar
5759 </message> 5765 </message>
5760 </if> 5766 </if>
5761 </messages> 5767 </messages>
5762 </release> 5768 </release>
5763 </grit> 5769 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698