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

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

Issue 579020: linux: Implement the new AutoFill section of the Options dialog. (Closed)
Patch Set: fix for mac side Created 10 years, 10 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 | « no previous file | chrome/app/nibs/Preferences.xib » ('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 4844 matching lines...) Expand 10 before | Expand all | Expand 10 after
4855 <if expr="not pp_ifdef('use_titlecase') or os != 'linux2'"> 4855 <if expr="not pp_ifdef('use_titlecase') or os != 'linux2'">
4856 <message name="IDS_AUTOFILL_SETTING_WINDOWS_GROUP_NAME" desc="The title of the form autofill group"> 4856 <message name="IDS_AUTOFILL_SETTING_WINDOWS_GROUP_NAME" desc="The title of the form autofill group">
4857 Form autofill: 4857 Form autofill:
4858 </message> 4858 </message>
4859 </if> 4859 </if>
4860 <if expr="pp_ifdef('use_titlecase') and os == 'linux2'"> 4860 <if expr="pp_ifdef('use_titlecase') and os == 'linux2'">
4861 <message name="IDS_AUTOFILL_SETTING_WINDOWS_GROUP_NAME" desc="In Title C ase and without trailing colon: The title of the form autofill group"> 4861 <message name="IDS_AUTOFILL_SETTING_WINDOWS_GROUP_NAME" desc="In Title C ase and without trailing colon: The title of the form autofill group">
4862 Form Autofill 4862 Form Autofill
4863 </message> 4863 </message>
4864 </if> 4864 </if>
4865 <message name="IDS_OPTIONS_AUTOFILL_SAVE" desc="The label of the 'Ask me t o save autofill' radio button"> 4865 <message name="IDS_OPTIONS_AUTOFILL_ENABLE" desc="The label of the 'Ask me to enable autofill' radio button">
4866 Save text from forms to make them easier to fill out 4866 Enable Autofill to fill in web forms with a single click
4867 </message> 4867 </message>
4868 <message name="IDS_OPTIONS_AUTOFILL_NEVERSAVE" desc="The label of the 'Nev er save autofill' radio button"> 4868 <message name="IDS_OPTIONS_AUTOFILL_DISABLE" desc="The label of the 'Disab le autofill' radio button">
4869 Never save text from forms 4869 Disable Autofill
4870 </message> 4870 </message>
4871 <message name="IDS_OPTIONS_AUTOFILL_SETTINGS" desc="The label of the 'Chan ge autofill settings' button"> 4871 <message name="IDS_OPTIONS_AUTOFILL_SETTINGS" desc="The label of the 'Chan ge autofill settings' button">
4872 Change autofill settings 4872 Change autofill settings
4873 </message> 4873 </message>
4874 <message name="IDS_AUTOFILL_INFOBAR_ACCEPT" desc="Text to show for the aut ofill request infobar accept button."> 4874 <message name="IDS_AUTOFILL_INFOBAR_ACCEPT" desc="Text to show for the aut ofill request infobar accept button.">
4875 Set up AutoFill... 4875 Set up AutoFill...
4876 </message> 4876 </message>
4877 <message name="IDS_AUTOFILL_INFOBAR_DENY" desc="Text to show for the autof ill request infobar deny button."> 4877 <message name="IDS_AUTOFILL_INFOBAR_DENY" desc="Text to show for the autof ill request infobar deny button.">
4878 Nope 4878 Nope
4879 </message> 4879 </message>
(...skipping 2027 matching lines...) Expand 10 before | Expand all | Expand 10 after
6907 <message name="IDS_NOTIFICATION_PANEL_TITLE" desc="Text for the title of t he notification panel."> 6907 <message name="IDS_NOTIFICATION_PANEL_TITLE" desc="Text for the title of t he notification panel.">
6908 Notifications 6908 Notifications
6909 </message> 6909 </message>
6910 </if> 6910 </if>
6911 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing "> 6911 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing ">
6912 Import bookmarks now... 6912 Import bookmarks now...
6913 </message> 6913 </message>
6914 </messages> 6914 </messages>
6915 </release> 6915 </release>
6916 </grit> 6916 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/nibs/Preferences.xib » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698