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

Side by Side Diff: chrome/app/settings_strings.grdp

Issue 2501783003: MD Settings: Hook up import data dialog. (Closed)
Patch Set: Fix disabling logic. 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Settings-specific strings (included from generated_resources.grd). --> 2 <!-- Settings-specific strings (included from generated_resources.grd). -->
3 <grit-part> 3 <grit-part>
4 <!-- About Page --> 4 <!-- About Page -->
5 <if expr="chromeos"> 5 <if expr="chromeos">
6 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d."> 6 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d.">
7 Detailed build information 7 Detailed build information
8 </message> 8 </message>
9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion"> 9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion">
10 ARC Version 10 ARC Version
(...skipping 2165 matching lines...) Expand 10 before | Expand all | Expand 10 after
2176 <message name="IDS_SETTINGS_IMPORT_PASSWORDS_CHECKBOX" desc="Checkbox for im porting saved passwords"> 2176 <message name="IDS_SETTINGS_IMPORT_PASSWORDS_CHECKBOX" desc="Checkbox for im porting saved passwords">
2177 Saved passwords 2177 Saved passwords
2178 </message> 2178 </message>
2179 <message name="IDS_SETTINGS_IMPORT_SEARCH_ENGINES_CHECKBOX" desc="Checkbox f or importing search engines"> 2179 <message name="IDS_SETTINGS_IMPORT_SEARCH_ENGINES_CHECKBOX" desc="Checkbox f or importing search engines">
2180 Search engines 2180 Search engines
2181 </message> 2181 </message>
2182 <message name="IDS_SETTINGS_IMPORT_AUTOFILL_FORM_DATA_CHECKBOX" desc="Checkb ox for importing form data for autofill"> 2182 <message name="IDS_SETTINGS_IMPORT_AUTOFILL_FORM_DATA_CHECKBOX" desc="Checkb ox for importing form data for autofill">
2183 Autofill form data 2183 Autofill form data
2184 </message> 2184 </message>
2185 2185
2186 <message name="IDS_SETTINGS_IMPORT_SUCCEEDED" desc="Status text to notify th e user that the import succeeded">
2187 Success!
2188 </message>
2189 <message name="IDS_SETTINGS_IMPORT_CHOOSE_FILE" desc="Text for the Choose Fi le on dialog"> 2186 <message name="IDS_SETTINGS_IMPORT_CHOOSE_FILE" desc="Text for the Choose Fi le on dialog">
2190 Choose File 2187 Choose File
2191 </message> 2188 </message>
2192 <message name="IDS_SETTINGS_IMPORT_COMMIT" desc="Text for OK button on dialo g"> 2189 <message name="IDS_SETTINGS_IMPORT_COMMIT" desc="Text for OK button on dialo g">
2193 Import 2190 Import
2194 </message> 2191 </message>
2195 2192 <message name="IDS_SETTINGS_IMPORT_READY" desc="Message displayed after sett ings and bookmarks have been imported">
tommycli 2016/11/16 17:23:52 nit: even if the text says "ready", it seems more
dpapad 2016/11/16 21:33:01 Done.
2193 Your bookmarks and settings are ready.
2194 </message>
2196 <message name="IDS_SETTINGS_IMPORT_NO_PROFILE_FOUND" desc="Message displayed when we do not find any supported browser to import from."> 2195 <message name="IDS_SETTINGS_IMPORT_NO_PROFILE_FOUND" desc="Message displayed when we do not find any supported browser to import from.">
2197 No supported browser found 2196 No supported browser found
2198 </message> 2197 </message>
2199 </if> 2198 </if>
2200 2199
2201 <!-- Users Page --> 2200 <!-- Users Page -->
2202 <message name="IDS_SETTINGS_USERS" desc="Name of the settings page which manag es users on the device."> 2201 <message name="IDS_SETTINGS_USERS" desc="Name of the settings page which manag es users on the device.">
2203 Manage other users 2202 Manage other users
2204 </message> 2203 </message>
2205 <if expr="chromeos"> 2204 <if expr="chromeos">
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
2562 System 2561 System
2563 </message> 2562 </message>
2564 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available."> 2563 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available.">
2565 Use hardware acceleration when available 2564 Use hardware acceleration when available
2566 </message> 2565 </message>
2567 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2566 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2568 Change proxy settings 2567 Change proxy settings
2569 </message> 2568 </message>
2570 </if> 2569 </if>
2571 </grit-part> 2570 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698