diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-13 22:08:28 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-13 22:08:28 +0000 |
commit | c113686bcc4c5019b6a97580c1b1ddd0ca56403e (patch) | |
tree | 13ad5961c608eab94eac73d5ea8a699c0aa50711 /chrome/app | |
parent | 1d32bc88813cca868952dcb927c541f27331b4b3 (diff) | |
download | chromium_src-c113686bcc4c5019b6a97580c1b1ddd0ca56403e.zip chromium_src-c113686bcc4c5019b6a97580c1b1ddd0ca56403e.tar.gz chromium_src-c113686bcc4c5019b6a97580c1b1ddd0ca56403e.tar.bz2 |
Implement a bare-bones AutoFill dialog for gtk.
BUG=18201
TEST=none
Review URL: http://codereview.chromium.org/542045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36179 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 18 | ||||
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 5 |
2 files changed, 23 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 0dc551a..9c7438b 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -4357,6 +4357,24 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_AUTOFILL_INFOBAR_DENY" desc="Text to show for the autofill request infobar deny button."> Nope </message> + <message name="IDS_AUTOFILL_DIALOG_TITLE" desc="The title of the AutoFill dialog."> + AutoFill Profiles + </message> + <message name="IDS_AUTOFILL_ADDRESSES_GROUP_NAME" desc="The name of the Addresses group of the AutoFill dialog."> + Addresses + </message> + <message name="IDS_AUTOFILL_CREDITCARDS_GROUP_NAME" desc="The name of the Credit Cards group of the AutoFill dialog."> + Credit Cards + </message> + <message name="IDS_AUTOFILL_ADD_BUTTON" desc="The label of the button that adds a new AutoFill profile."> + Add... + </message> + <message name="IDS_AUTOFILL_EDIT_BUTTON" desc="The label of the button that edits an AutoFill profile."> + Edit... + </message> + <message name="IDS_AUTOFILL_REMOVE_BUTTON" desc="The label of the button that removes an AutoFill profile."> + Remove + </message> <message name="IDS_THEMES_GROUP_NAME" desc="The title of the themes group"> Themes: diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index 6a01bad..b6e8788 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -675,6 +675,11 @@ <message name="IDS_CREATE_SHORTCUTS_DIALOG_WIDTH_CHARS" use_name_for_id="true"> 55 </message> + + <!-- The width for the AutoFill dialog in characters. --> + <message name="IDS_AUTOFILL_DIALOG_WIDTH_CHARS" use_name_for_id="true"> + 80 + </message> </messages> </release> </grit> |