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

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

Issue 1295903004: [MD settings] adding mock up of location page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed accidental change in last patch Created 5 years, 4 months 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/advanced_page/advanced_page.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <!-- Accessibility Page --> 4 <!-- Accessibility Page -->
5 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page whi ch displays accessibility preferences."> 5 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page whi ch displays accessibility preferences.">
6 Accessibility 6 Accessibility
7 </message> 7 </message>
8 <message name="IDS_SETTINGS_MORE_FEATURES_LINK" desc="Link which opens page wh ere users can install extensions which provide additional accessibility features ."> 8 <message name="IDS_SETTINGS_MORE_FEATURES_LINK" desc="Link which opens page wh ere users can install extensions which provide additional accessibility features .">
9 Add additional accessibility features 9 Add additional accessibility features
10 </message> 10 </message>
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 </message> 212 </message>
213 <message name="IDS_SETTINGS_WAKE_ON_WIFI_DESCRIPTION" desc="In the settings ta b, the text next to the checkbox for enabling quickly reconnecting to known Wi-F i SSIDs."> 213 <message name="IDS_SETTINGS_WAKE_ON_WIFI_DESCRIPTION" desc="In the settings ta b, the text next to the checkbox for enabling quickly reconnecting to known Wi-F i SSIDs.">
214 Keep Wi-Fi on during sleep 214 Keep Wi-Fi on during sleep
215 </message> 215 </message>
216 <message name="IDS_SETTINGS_MANAGE_CERTIFICATES" desc="Text for manage certifi cates button in Privacy options"> 216 <message name="IDS_SETTINGS_MANAGE_CERTIFICATES" desc="Text for manage certifi cates button in Privacy options">
217 Manage Certificates 217 Manage Certificates
218 </message> 218 </message>
219 <message name="IDS_SETTINGS_CLEAR_DATA" desc="Text for clear browsing data but ton in Privacy options"> 219 <message name="IDS_SETTINGS_CLEAR_DATA" desc="Text for clear browsing data but ton in Privacy options">
220 Clear browsing data 220 Clear browsing data
221 </message> 221 </message>
222 <message name="IDS_SETTINGS_TITLE_AND_COUNT" desc="The title of a section in t he settings page with a count of the total number of items in the section">
223 <ph name="TITLE">$1<ex>Block</ex></ph> - <ph name="COUNT">$2<ex>42</ex></ph>
224 </message>
222 225
223 <!-- Search Page --> 226 <!-- Search Page -->
224 <message name="IDS_SETTINGS_SEARCH" desc="Name of the settings page which disp lays search engine preferences."> 227 <message name="IDS_SETTINGS_SEARCH" desc="Name of the settings page which disp lays search engine preferences.">
225 Search 228 Search
226 </message> 229 </message>
227 <message name="IDS_SETTINGS_SEARCH_EXPLANATION" desc="Explanation for the sear ch engine dropdown setting."> 230 <message name="IDS_SETTINGS_SEARCH_EXPLANATION" desc="Explanation for the sear ch engine dropdown setting.">
228 Set which search engine is used when searching from the omnibox. 231 Set which search engine is used when searching from the omnibox.
229 </message> 232 </message>
230 <message name="IDS_SETTINGS_SEARCH_MANAGE_BUTTON_LABEL" desc="Label for the Ma nage Search Engines button."> 233 <message name="IDS_SETTINGS_SEARCH_MANAGE_BUTTON_LABEL" desc="Label for the Ma nage Search Engines button.">
231 Manage Search Engines 234 Manage Search Engines
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 <message name="IDS_SETTINGS_USERS_SHOW_ON_SIGNIN_LABEL" desc="Label for the 's how users on sign-in screen' setting."> 400 <message name="IDS_SETTINGS_USERS_SHOW_ON_SIGNIN_LABEL" desc="Label for the 's how users on sign-in screen' setting.">
398 Show usernames and photos on the sign-in screen 401 Show usernames and photos on the sign-in screen
399 </message> 402 </message>
400 <message name="IDS_SETTINGS_USERS_RESTRICT_SIGNIN_LABEL" desc="Label for the s etting for restricting sign in to specific users."> 403 <message name="IDS_SETTINGS_USERS_RESTRICT_SIGNIN_LABEL" desc="Label for the s etting for restricting sign in to specific users.">
401 Restrict sign-in to the following users: 404 Restrict sign-in to the following users:
402 </message> 405 </message>
403 <message name="IDS_SETTINGS_USERS_ADD_USERS_LABEL" desc="Label for the input f ield for adding users."> 406 <message name="IDS_SETTINGS_USERS_ADD_USERS_LABEL" desc="Label for the input f ield for adding users.">
404 Add users 407 Add users
405 </message> 408 </message>
406 </grit-part> 409 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/advanced_page/advanced_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698