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

Side by Side 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 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 2122 matching lines...) Expand 10 before | Expand all | Expand 10 after
2133 <message name="IDS_SETTINGS_USE_DEFAULT_SETTINGS" desc="Text for button which, when clicked, activates the default sync settings."> 2133 <message name="IDS_SETTINGS_USE_DEFAULT_SETTINGS" desc="Text for button which, when clicked, activates the default sync settings.">
2134 Use default settings 2134 Use default settings
2135 </message> 2135 </message>
2136 <message name="IDS_SETTINGS_PERSONALIZE_GOOGLE_SERVICES_TITLE" desc="Title of the personalize Google services section. When clicked, takes the user to the Goo gle Activity Controls."> 2136 <message name="IDS_SETTINGS_PERSONALIZE_GOOGLE_SERVICES_TITLE" desc="Title of the personalize Google services section. When clicked, takes the user to the Goo gle Activity Controls.">
2137 Personalize Google services 2137 Personalize Google services
2138 </message> 2138 </message>
2139 <message name="IDS_SETTINGS_PERSONALIZE_GOOGLE_SERVICES_TEXT" desc="Text of th e personalize Google services section. When clicked, takes the user to the Googl e Activity Controls."> 2139 <message name="IDS_SETTINGS_PERSONALIZE_GOOGLE_SERVICES_TEXT" desc="Text of th e personalize Google services section. When clicked, takes the user to the Googl e Activity Controls.">
2140 Control how Google uses your browsing history to personalize Search, ads, an d other Google services 2140 Control how Google uses your browsing history to personalize Search, ads, an d other Google services
2141 </message> 2141 </message>
2142 2142
2143 <!-- Import Settings Dialog -->
2144 <!-- Android uses custom UI for Bookmark importing -->
tommycli 2016/11/03 17:53:07 Taken from generated_resources.grd. IDS constants
2145 <if expr="not is_android">
2146 <message name="IDS_SETTINGS_IMPORT_FROM_LABEL" desc="Label before profile se lect combo box">
2147 From:
2148 </message>
2149 <message name="IDS_SETTINGS_IMPORT_ITEMS_LABEL" desc="Label before item sele ct checkboxes">
2150 Select items to import:
2151 </message>
2152 <message name="IDS_SETTINGS_IMPORT_LOADING_PROFILES" desc="Status text to no tify the user that profiles are being loaded">
2153 Loading...
2154 </message>
2155
2156 <message name="IDS_SETTINGS_IMPORT_HISTORY_CHECKBOX" desc="Checkbox for impo rting browsing history">
2157 Browsing history
2158 </message>
2159 <message name="IDS_SETTINGS_IMPORT_FAVORITES_CHECKBOX" desc="Checkbox for im porting favorites">
2160 Favorites/Bookmarks
2161 </message>
2162 <message name="IDS_SETTINGS_IMPORT_PASSWORDS_CHECKBOX" desc="Checkbox for im porting saved passwords">
2163 Saved passwords
2164 </message>
2165 <message name="IDS_SETTINGS_IMPORT_SEARCH_ENGINES_CHECKBOX" desc="Checkbox f or importing search engines">
2166 Search engines
2167 </message>
2168 <message name="IDS_SETTINGS_IMPORT_AUTOFILL_FORM_DATA_CHECKBOX" desc="Checkb ox for importing form data for autofill">
2169 Autofill form data
2170 </message>
2171
2172 <message name="IDS_SETTINGS_IMPORT_SUCCEEDED" desc="Status text to notify th e user that the import succeeded">
2173 Success!
2174 </message>
2175 <message name="IDS_SETTINGS_IMPORT_CHOOSE_FILE" desc="Text for the Choose Fi le on dialog">
2176 Choose File
2177 </message>
2178 <message name="IDS_SETTINGS_IMPORT_COMMIT" desc="Text for OK button on dialo g">
2179 Import
2180 </message>
2181
2182 <message name="IDS_SETTINGS_IMPORT_NO_PROFILE_FOUND" desc="Message displayed when we do not find any supported browser to import from.">
2183 No supported browser found
2184 </message>
2185 </if>
2186
2143 <!-- Users Page --> 2187 <!-- Users Page -->
2144 <message name="IDS_SETTINGS_USERS" desc="Name of the settings page which manag es users on the device."> 2188 <message name="IDS_SETTINGS_USERS" desc="Name of the settings page which manag es users on the device.">
2145 Manage other users 2189 Manage other users
2146 </message> 2190 </message>
2147 <if expr="chromeos"> 2191 <if expr="chromeos">
2148 <message name="IDS_SETTINGS_USERS_MODIFIED_BY_OWNER_LABEL" desc="Label sayin g settings may only be modified by the device owner."> 2192 <message name="IDS_SETTINGS_USERS_MODIFIED_BY_OWNER_LABEL" desc="Label sayin g settings may only be modified by the device owner.">
2149 These settings may only be modified by the owner: 2193 These settings may only be modified by the owner:
2150 </message> 2194 </message>
2151 <message name="IDS_SETTINGS_USERS_MANAGED_LABEL" desc="Label saying settings is managed by enterprise and thus can't be modified."> 2195 <message name="IDS_SETTINGS_USERS_MANAGED_LABEL" desc="Label saying settings is managed by enterprise and thus can't be modified.">
2152 These settings are controlled by enterprise policy. Please contact your ad ministrator for more information. 2196 These settings are controlled by enterprise policy. Please contact your ad ministrator for more information.
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
2501 System 2545 System
2502 </message> 2546 </message>
2503 <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."> 2547 <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.">
2504 Use hardware acceleration when available 2548 Use hardware acceleration when available
2505 </message> 2549 </message>
2506 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2550 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2507 Change proxy settings 2551 Change proxy settings
2508 </message> 2552 </message>
2509 </if> 2553 </if>
2510 </grit-part> 2554 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698