diff options
Diffstat (limited to 'chrome/app/generated_resources.grd')
-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 |