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

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

Issue 1351623008: MD Settings: Languages model for language pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@SingletonPrefs
Patch Set: Created 5 years, 2 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/extensions/api/settings_private/prefs_util.cc » ('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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 </message> 276 </message>
277 <message name="IDS_SETTINGS_LANGUAGES_INPUT_METHODS_MANAGE" desc="Button under the list of input methods which opens a sub-page that lets the user enable or d isable input methods."> 277 <message name="IDS_SETTINGS_LANGUAGES_INPUT_METHODS_MANAGE" desc="Button under the list of input methods which opens a sub-page that lets the user enable or d isable input methods.">
278 Manage inputs 278 Manage inputs
279 </message> 279 </message>
280 <message name="IDS_SETTINGS_LANGUAGES_SPELL_CHECK_LIST_TITLE" desc="Title for the section containing the dropdown used to select the language to use for spell checking. The dropdown contains the enabled languages which support spell check ing."> 280 <message name="IDS_SETTINGS_LANGUAGES_SPELL_CHECK_LIST_TITLE" desc="Title for the section containing the dropdown used to select the language to use for spell checking. The dropdown contains the enabled languages which support spell check ing.">
281 Spell check 281 Spell check
282 </message> 282 </message>
283 <message name="IDS_SETTINGS_LANGUAGES_SPELL_CHECK_MANAGE" desc="Button under t he dropdown of spell check languages which opens a sub-page that lets the user a dd or remove words to the custom list of words whitelisted for spell checking."> 283 <message name="IDS_SETTINGS_LANGUAGES_SPELL_CHECK_MANAGE" desc="Button under t he dropdown of spell check languages which opens a sub-page that lets the user a dd or remove words to the custom list of words whitelisted for spell checking.">
284 Custom spelling 284 Custom spelling
285 </message> 285 </message>
286 <message name="IDS_SETTINGS_LANGUAGES_MANAGE_LANGUAGES_TITLE" desc="Name of th e settings sub-page which allows enabling and disabling languages.">
287 Languages
288 </message>
289 <message name="IDS_SETTINGS_LANGUAGES_ALL_LANGUAGES" desc="Header for the list of all supported languages, which the user can use to enable languages, on the Manage Languages page.">
290 All languages
291 </message>
292 <message name="IDS_SETTINGS_LANGUAGES_ENABLED_LANGUAGES" desc="Header for the list of enabled languages, which the user can use to disable languages, on the M anage Languages page.">
293 Enabled languages
294 </message>
286 295
287 <!-- Privacy Page --> 296 <!-- Privacy Page -->
288 <message name="IDS_SETTINGS_PRIVACY" desc="Name of the settings page which all ows users to modify privacy and security settings."> 297 <message name="IDS_SETTINGS_PRIVACY" desc="Name of the settings page which all ows users to modify privacy and security settings.">
289 Privacy &amp; Security 298 Privacy &amp; Security
290 </message> 299 </message>
291 <message name="IDS_SETTINGS_LINKDOCTOR_PREF" desc="The documentation string of the 'Use Link Doctor' preference to help with navigation errors."> 300 <message name="IDS_SETTINGS_LINKDOCTOR_PREF" desc="The documentation string of the 'Use Link Doctor' preference to help with navigation errors.">
292 Use a web service to help resolve navigation errors 301 Use a web service to help resolve navigation errors
293 </message> 302 </message>
294 <message name="IDS_SETTINGS_SUGGEST_PREF" desc="The documentation string of th e 'Use Suggest' preference"> 303 <message name="IDS_SETTINGS_SUGGEST_PREF" desc="The documentation string of th e 'Use Suggest' preference">
295 Use a prediction service to help complete searches and URLs typed in the add ress bar or the app launcher search box 304 Use a prediction service to help complete searches and URLs typed in the add ress bar or the app launcher search box
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 <message name="IDS_SETTINGS_USERS_SHOW_ON_SIGNIN_LABEL" desc="Label for the 's how users on sign-in screen' setting."> 514 <message name="IDS_SETTINGS_USERS_SHOW_ON_SIGNIN_LABEL" desc="Label for the 's how users on sign-in screen' setting.">
506 Show usernames and photos on the sign-in screen 515 Show usernames and photos on the sign-in screen
507 </message> 516 </message>
508 <message name="IDS_SETTINGS_USERS_RESTRICT_SIGNIN_LABEL" desc="Label for the s etting for restricting sign in to specific users."> 517 <message name="IDS_SETTINGS_USERS_RESTRICT_SIGNIN_LABEL" desc="Label for the s etting for restricting sign in to specific users.">
509 Restrict sign-in to the following users: 518 Restrict sign-in to the following users:
510 </message> 519 </message>
511 <message name="IDS_SETTINGS_USERS_ADD_USERS_LABEL" desc="Label for the input f ield for adding users."> 520 <message name="IDS_SETTINGS_USERS_ADD_USERS_LABEL" desc="Label for the input f ield for adding users.">
512 Add users 521 Add users
513 </message> 522 </message>
514 </grit-part> 523 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/settings_private/prefs_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698