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

Unified Diff: chrome/app/settings_strings.grdp

Issue 2480473002: MD Settings: Add Import Bookmarks Dialog Strings (Closed)
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/settings_strings.grdp
diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp
index b82c1cd9b403c439e5ecf99d89baae25598bbfb9..da02eac350fc57b6401f0b641d9548ee510181e8 100644
--- a/chrome/app/settings_strings.grdp
+++ b/chrome/app/settings_strings.grdp
@@ -2140,6 +2140,50 @@
Control how Google uses your browsing history to personalize Search, ads, and other Google services
</message>
+ <!-- Import Settings Dialog -->
+ <!-- Android uses custom UI for Bookmark importing -->
tommycli 2016/11/03 17:53:07 Taken from generated_resources.grd. IDS constants
+ <if expr="not is_android">
+ <message name="IDS_SETTINGS_IMPORT_FROM_LABEL" desc="Label before profile select combo box">
+ From:
+ </message>
+ <message name="IDS_SETTINGS_IMPORT_ITEMS_LABEL" desc="Label before item select checkboxes">
+ Select items to import:
+ </message>
+ <message name="IDS_SETTINGS_IMPORT_LOADING_PROFILES" desc="Status text to notify the user that profiles are being loaded">
+ Loading...
+ </message>
+
+ <message name="IDS_SETTINGS_IMPORT_HISTORY_CHECKBOX" desc="Checkbox for importing browsing history">
+ Browsing history
+ </message>
+ <message name="IDS_SETTINGS_IMPORT_FAVORITES_CHECKBOX" desc="Checkbox for importing favorites">
+ Favorites/Bookmarks
+ </message>
+ <message name="IDS_SETTINGS_IMPORT_PASSWORDS_CHECKBOX" desc="Checkbox for importing saved passwords">
+ Saved passwords
+ </message>
+ <message name="IDS_SETTINGS_IMPORT_SEARCH_ENGINES_CHECKBOX" desc="Checkbox for importing search engines">
+ Search engines
+ </message>
+ <message name="IDS_SETTINGS_IMPORT_AUTOFILL_FORM_DATA_CHECKBOX" desc="Checkbox for importing form data for autofill">
+ Autofill form data
+ </message>
+
+ <message name="IDS_SETTINGS_IMPORT_SUCCEEDED" desc="Status text to notify the user that the import succeeded">
+ Success!
+ </message>
+ <message name="IDS_SETTINGS_IMPORT_CHOOSE_FILE" desc="Text for the Choose File on dialog">
+ Choose File
+ </message>
+ <message name="IDS_SETTINGS_IMPORT_COMMIT" desc="Text for OK button on dialog">
+ Import
+ </message>
+
+ <message name="IDS_SETTINGS_IMPORT_NO_PROFILE_FOUND" desc="Message displayed when we do not find any supported browser to import from.">
+ No supported browser found
+ </message>
+ </if>
+
<!-- Users Page -->
<message name="IDS_SETTINGS_USERS" desc="Name of the settings page which manages users on the device.">
Manage other users

Powered by Google App Engine
This is Rietveld 408576698