diff options
author | munjal@chromium.org <munjal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-05 20:02:03 +0000 |
---|---|---|
committer | munjal@chromium.org <munjal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-05 20:02:03 +0000 |
commit | 52d96989ad2e04a03054612a01756bb77325e012 (patch) | |
tree | a348ddf03e44d02786b9c545a97050563756865f /chrome/app | |
parent | 02ca9ed3f3240658cf5ab6b6ae219f737f51e8f0 (diff) | |
download | chromium_src-52d96989ad2e04a03054612a01756bb77325e012.zip chromium_src-52d96989ad2e04a03054612a01756bb77325e012.tar.gz chromium_src-52d96989ad2e04a03054612a01756bb77325e012.tar.bz2 |
UserData Options tab
Plumbing for User Data tab in Options dialog.
Review URL: http://codereview.chromium.org/13150
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6442 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 33e8fd4..3c9a45f 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2572,6 +2572,9 @@ each locale. --> <message name="IDS_OPTIONS_CONTENT_TAB_LABEL" desc="The title of the Tweaks tab"> Minor Tweaks </message> + <message name="IDS_OPTIONS_USER_DATA_TAB_LABEL" desc="The title of the User Data tab"> + User Data + </message> <message name="IDS_OPTIONS_ADVANCED_TAB_LABEL" desc="The title of the Advanced tab"> Under the Hood </message> @@ -2759,6 +2762,27 @@ each locale. --> Allow all content to load </message> + <message name="IDS_OPTIONS_IMPORT_DATA_GROUP_NAME" desc="The title of the 'Import' group."> + Import: + </message> + <message name="IDS_OPTIONS_IMPORT_DATA_INFO" desc="Information text about import options."> + You can import your bookmarks and settings from other browsers and user accounts on this computer. + </message> + <message name="IDS_OPTIONS_IMPORT_DATA_BUTTON" desc="Label for the import data button."> + Import data... + </message> + + <message name="IDS_OPTIONS_CLEAR_DATA_GROUP_NAME" desc="The title of the 'Clear data' group."> + Clear Data: + </message> + <message name="IDS_OPTIONS_CLEAR_DATA_INFO" desc="Information text about clear data options."> + Clear your browsing data from this computer. Be aware that this may adversely affect the contents of the New Tab Page. + </message> + <message name="IDS_OPTIONS_CLEAR_DATA_BUTTON" desc="Label for the Clear data button."> + Clear browsing data... + </message> + + <!-- Misc advanced option description strings. --> <message name="IDS_WEBKIT_JAVA_ENABLED_DESCRIPTION" desc="In the advanced options tab, the text next to the checkbox that enables Java."> Enable Java |