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

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

Issue 1803363003: [MD settings] change side nav and section labels (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/ui/webui/settings/md_settings_localized_strings_provider.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 <!-- Policy Indicators --> 4 <!-- Policy Indicators -->
5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension."> 5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension.">
6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph> 6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph>
7 </message> 7 </message>
8 8
9 <!-- Accessibility Page --> 9 <!-- Accessibility Page -->
10 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page whi ch displays accessibility preferences."> 10 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page whi ch displays accessibility preferences.">
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 </message> 111 </message>
112 <message name="IDS_SETTINGS_BASIC" desc="Name of the settings page which displ ays advanced preferences."> 112 <message name="IDS_SETTINGS_BASIC" desc="Name of the settings page which displ ays advanced preferences.">
113 Basic 113 Basic
114 </message> 114 </message>
115 <message name="IDS_SETTINGS_SETTINGS" desc="The settings page title."> 115 <message name="IDS_SETTINGS_SETTINGS" desc="The settings page title.">
116 Settings 116 Settings
117 </message> 117 </message>
118 118
119 <!-- Passwords and Autofill Page --> 119 <!-- Passwords and Autofill Page -->
120 <message name="IDS_SETTINGS_PASSWORDS_AND_AUTOFILL_PAGE_TITLE" desc="Name of t he settings page which allows managing passwords and autofill settings."> 120 <message name="IDS_SETTINGS_PASSWORDS_AND_AUTOFILL_PAGE_TITLE" desc="Name of t he settings page which allows managing passwords and autofill settings.">
121 Passwords and Forms 121 Passwords and forms
122 </message> 122 </message>
123 <message name="IDS_SETTINGS_AUTOFILL" desc="Name for the autofill section and toggle."> 123 <message name="IDS_SETTINGS_AUTOFILL" desc="Name for the autofill section and toggle.">
124 Autofill settings 124 Autofill settings
125 </message> 125 </message>
126 <message name="IDS_SETTINGS_AUTOFILL_DETAIL" desc="Description of what togglin g the 'Autofill' setting does. Immediately underneath IDS_SETTINGS_AUTOFILL"> 126 <message name="IDS_SETTINGS_AUTOFILL_DETAIL" desc="Description of what togglin g the 'Autofill' setting does. Immediately underneath IDS_SETTINGS_AUTOFILL">
127 Enable Autofill to fill out forms in a single click 127 Enable Autofill to fill out forms in a single click
128 </message> 128 </message>
129 <message name="IDS_SETTINGS_PASSWORDS" desc="Name for the password section and toggle"> 129 <message name="IDS_SETTINGS_PASSWORDS" desc="Name for the password section and toggle">
130 Manage passwords 130 Manage passwords
131 </message> 131 </message>
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 </message> 369 </message>
370 <message name="IDS_SETTINGS_PROMPT_FOR_DOWNLOAD" desc="Label for the checkbox which enables a prompt for the user to choose a download location for each downl oad instead of using the default."> 370 <message name="IDS_SETTINGS_PROMPT_FOR_DOWNLOAD" desc="Label for the checkbox which enables a prompt for the user to choose a download location for each downl oad instead of using the default.">
371 Ask where to save each file before downloading 371 Ask where to save each file before downloading
372 </message> 372 </message>
373 <message name="IDS_SETTINGS_DISCONNECT_GOOGLE_DRIVE" desc="Label for the check box which enables disconnecting from Google Drive account."> 373 <message name="IDS_SETTINGS_DISCONNECT_GOOGLE_DRIVE" desc="Label for the check box which enables disconnecting from Google Drive account.">
374 Disconnect Google Drive account 374 Disconnect Google Drive account
375 </message> 375 </message>
376 376
377 <!-- Date/time Page --> 377 <!-- Date/time Page -->
378 <message name="IDS_SETTINGS_DATE_TIME" desc="Name of the settings page which d isplays date and time preferences."> 378 <message name="IDS_SETTINGS_DATE_TIME" desc="Name of the settings page which d isplays date and time preferences.">
379 Date &amp; Time 379 Date and time
380 </message> 380 </message>
381 <message name="IDS_SETTINGS_TIME_ZONE" desc="Label for the picker which allows users to choose their time zone."> 381 <message name="IDS_SETTINGS_TIME_ZONE" desc="Label for the picker which allows users to choose their time zone.">
382 Time zone: 382 Time zone:
383 </message> 383 </message>
384 <message name="IDS_SETTINGS_USE_24_HOUR_CLOCK" desc="Label for the checkbox wh ich enables a 24-hour clock (as opposed to a 12-hour clock)."> 384 <message name="IDS_SETTINGS_USE_24_HOUR_CLOCK" desc="Label for the checkbox wh ich enables a 24-hour clock (as opposed to a 12-hour clock).">
385 Use 24-hour clock 385 Use 24-hour clock
386 </message> 386 </message>
387 <message name="IDS_SETTINGS_DATE_TIME_SET_AUTOMATICALLY" desc="Text which expl ains that the date and time are automatically set."> 387 <message name="IDS_SETTINGS_DATE_TIME_SET_AUTOMATICALLY" desc="Text which expl ains that the date and time are automatically set.">
388 Date and time are set automatically. 388 Date and time are set automatically.
389 </message> 389 </message>
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 Smart Lock is currently unavailable. Please try again later. 427 Smart Lock is currently unavailable. Please try again later.
428 </message> 428 </message>
429 <message name="IDS_SETTINGS_EASY_UNLOCK_TURN_OFF_RETRY_BUTTON" desc="The lab el text of the retry button on the Easy unlock turn off dialog when Easy unlock could not be turned off because there is a server error."> 429 <message name="IDS_SETTINGS_EASY_UNLOCK_TURN_OFF_RETRY_BUTTON" desc="The lab el text of the retry button on the Easy unlock turn off dialog when Easy unlock could not be turned off because there is a server error.">
430 Retry 430 Retry
431 </message> 431 </message>
432 </if> 432 </if>
433 433
434 <if expr="chromeos"> 434 <if expr="chromeos">
435 <!-- Internet Page --> 435 <!-- Internet Page -->
436 <message name="IDS_SETTINGS_INTERNET" desc="Name of the settings page which displays internet preferences."> 436 <message name="IDS_SETTINGS_INTERNET" desc="Name of the settings page which displays internet preferences.">
437 Internet Connection 437 Internet connection
438 </message> 438 </message>
439 <message name="IDS_SETTINGS_INTERNET_DETAIL" desc="Name of the settings page which displays network details."> 439 <message name="IDS_SETTINGS_INTERNET_DETAIL" desc="Name of the settings page which displays network details.">
440 Network Details 440 Network Details
441 </message> 441 </message>
442 <message name="IDS_SETTINGS_INTERNET_KNOWN_NETWORKS" desc="Name of the setti ngs page which displays the list of known networks."> 442 <message name="IDS_SETTINGS_INTERNET_KNOWN_NETWORKS" desc="Name of the setti ngs page which displays the list of known networks.">
443 Known Networks 443 Known Networks
444 </message> 444 </message>
445 </if> 445 </if>
446 446
447 <!-- On Startup Page --> 447 <!-- On Startup Page -->
448 <message name="IDS_SETTINGS_ON_STARTUP" desc="Name of the on startup page."> 448 <message name="IDS_SETTINGS_ON_STARTUP" desc="Name of the on startup page.">
449 On Startup 449 On startup
450 </message> 450 </message>
451 <message name="IDS_SETTINGS_ON_STARTUP_OPEN_NEW_TAB" desc="Radio button option to open the new tab page."> 451 <message name="IDS_SETTINGS_ON_STARTUP_OPEN_NEW_TAB" desc="Radio button option to open the new tab page.">
452 Open the New Tab page 452 Open the New Tab page
453 </message> 453 </message>
454 <message name="IDS_SETTINGS_ON_STARTUP_CONTINUE" desc="Radio button option to continue where you left off."> 454 <message name="IDS_SETTINGS_ON_STARTUP_CONTINUE" desc="Radio button option to continue where you left off.">
455 Continue where you left off 455 Continue where you left off
456 </message> 456 </message>
457 <message name="IDS_SETTINGS_ON_STARTUP_OPEN_SPECIFIC" desc="Radio button optio n to open a specific set of pages."> 457 <message name="IDS_SETTINGS_ON_STARTUP_OPEN_SPECIFIC" desc="Radio button optio n to open a specific set of pages.">
458 Open a specific page or set of pages 458 Open a specific page or set of pages
459 </message> 459 </message>
460 <message name="IDS_SETTINGS_ON_STARTUP_USE_CURRENT" desc="Button to use curren t pages."> 460 <message name="IDS_SETTINGS_ON_STARTUP_USE_CURRENT" desc="Button to use curren t pages.">
461 Use current pages 461 Use current pages
462 </message> 462 </message>
463 <message name="IDS_SETTINGS_ON_STARTUP_ADD_NEW_PAGE" desc="Entry prompt to add a new page."> 463 <message name="IDS_SETTINGS_ON_STARTUP_ADD_NEW_PAGE" desc="Entry prompt to add a new page.">
464 Add a new page 464 Add a new page
465 </message> 465 </message>
466 <message name="IDS_SETTINGS_ON_STARTUP_SITE_URL" desc="Prompt to add a new pag e."> 466 <message name="IDS_SETTINGS_ON_STARTUP_SITE_URL" desc="Prompt to add a new pag e.">
467 Site URL 467 Site URL
468 </message> 468 </message>
469 469
470 <!-- Languages Page --> 470 <!-- Languages Page -->
471 <message name="IDS_SETTINGS_LANGUAGES_PAGE_TITLE" desc="Name of the settings p age which displays language and input method preferences."> 471 <message name="IDS_SETTINGS_LANGUAGES_PAGE_TITLE" desc="Name of the settings p age which displays language and input method preferences.">
472 Language &amp; Input 472 Languages
473 </message> 473 </message>
474 <message name="IDS_SETTINGS_LANGUAGES_LANGUAGES_LIST_TITLE" desc="Title for th e list of languages that are enabled."> 474 <message name="IDS_SETTINGS_LANGUAGES_LANGUAGES_LIST_TITLE" desc="Title for th e list of languages that are enabled.">
475 Languages 475 Languages
476 </message> 476 </message>
477 <message name="IDS_SETTINGS_LANGUAGES_LANGUAGES_MANAGE" desc="Button under the list of enabled languages which opens a sub-page that lets the user enable or d isable languages."> 477 <message name="IDS_SETTINGS_LANGUAGES_LANGUAGES_MANAGE" desc="Button under the list of enabled languages which opens a sub-page that lets the user enable or d isable languages.">
478 Manage languages 478 Manage languages
479 </message> 479 </message>
480 <message name="IDS_SETTINGS_LANGUAGES_INPUT_METHODS_LIST_TITLE" desc="Title fo r the list of input methods (keyboard layouts and input method editors) that are enabled."> 480 <message name="IDS_SETTINGS_LANGUAGES_INPUT_METHODS_LIST_TITLE" desc="Title fo r the list of input methods (keyboard layouts and input method editors) that are enabled.">
481 Input methods 481 Input methods
482 </message> 482 </message>
(...skipping 23 matching lines...) Expand all
506 </message> 506 </message>
507 <message name="IDS_SETTINGS_LANGUAGES_ADD_DICTIONARY_WORD_BUTTON" desc="Button next to the 'add word' text input used to add the word typed by the user to the custom spell check dictionary."> 507 <message name="IDS_SETTINGS_LANGUAGES_ADD_DICTIONARY_WORD_BUTTON" desc="Button next to the 'add word' text input used to add the word typed by the user to the custom spell check dictionary.">
508 Add word 508 Add word
509 </message> 509 </message>
510 <message name="IDS_SETTINGS_LANGUAGES_DICTIONARY_WORDS" desc="Header for the l ist of custom dictionary words used for spell check."> 510 <message name="IDS_SETTINGS_LANGUAGES_DICTIONARY_WORDS" desc="Header for the l ist of custom dictionary words used for spell check.">
511 Custom words 511 Custom words
512 </message> 512 </message>
513 513
514 <!-- Privacy Page --> 514 <!-- Privacy Page -->
515 <message name="IDS_SETTINGS_PRIVACY" desc="Name of the settings page which all ows users to modify privacy and security settings."> 515 <message name="IDS_SETTINGS_PRIVACY" desc="Name of the settings page which all ows users to modify privacy and security settings.">
516 Privacy &amp; Security 516 Privacy and security
517 </message> 517 </message>
518 <message name="IDS_SETTINGS_LINKDOCTOR_PREF" desc="The documentation string of the 'Use Link Doctor' preference to help with navigation errors."> 518 <message name="IDS_SETTINGS_LINKDOCTOR_PREF" desc="The documentation string of the 'Use Link Doctor' preference to help with navigation errors.">
519 Use a web service to help resolve navigation errors 519 Use a web service to help resolve navigation errors
520 </message> 520 </message>
521 <message name="IDS_SETTINGS_SUGGEST_PREF" desc="The documentation string of th e 'Use Suggest' preference"> 521 <message name="IDS_SETTINGS_SUGGEST_PREF" desc="The documentation string of th e 'Use Suggest' preference">
522 Use a prediction service to help complete searches and URLs typed in the add ress bar or the app launcher search box 522 Use a prediction service to help complete searches and URLs typed in the add ress bar or the app launcher search box
523 </message> 523 </message>
524 <message name="IDS_SETTINGS_NETWORK_PREDICTION_ENABLED_DESCRIPTION" desc="In t he advanced options tab, the text next to the checkbox that enables prediction o f network actions. Actions include browser-initiated DNS prefetching, TCP and S SL preconnection, and prerendering of webpages."> 524 <message name="IDS_SETTINGS_NETWORK_PREDICTION_ENABLED_DESCRIPTION" desc="In t he advanced options tab, the text next to the checkbox that enables prediction o f network actions. Actions include browser-initiated DNS prefetching, TCP and S SL preconnection, and prerendering of webpages.">
525 Use a prediction service to load pages more quickly 525 Use a prediction service to load pages more quickly
526 </message> 526 </message>
(...skipping 21 matching lines...) Expand all
548 <message name="IDS_SETTINGS_MANAGE_CERTIFICATES" desc="Text for manage certifi cates button in Privacy options"> 548 <message name="IDS_SETTINGS_MANAGE_CERTIFICATES" desc="Text for manage certifi cates button in Privacy options">
549 Manage Certificates 549 Manage Certificates
550 </message> 550 </message>
551 <message name="IDS_SETTINGS_CLEAR_DATA" desc="Text for clear browsing data but ton in Privacy options"> 551 <message name="IDS_SETTINGS_CLEAR_DATA" desc="Text for clear browsing data but ton in Privacy options">
552 Clear browsing data 552 Clear browsing data
553 </message> 553 </message>
554 <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"> 554 <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">
555 <ph name="TITLE">$1<ex>Block</ex></ph> - <ph name="COUNT">$2<ex>42</ex></ph> 555 <ph name="TITLE">$1<ex>Block</ex></ph> - <ph name="COUNT">$2<ex>42</ex></ph>
556 </message> 556 </message>
557 557
558 <!-- Reset Settings Page -->
559 <message name="IDS_SETTINGS_RESET" desc="Name of the settings page where setti ngs may be reset.">
560 Reset
561 </message>
562
558 <!-- Search Page --> 563 <!-- Search Page -->
559 <message name="IDS_SETTINGS_SEARCH" desc="Name of the settings page which disp lays search engine preferences."> 564 <message name="IDS_SETTINGS_SEARCH" desc="Name of the settings page which disp lays search engine preferences.">
560 Search 565 Search
561 </message> 566 </message>
562 <message name="IDS_SETTINGS_SEARCH_EXPLANATION" desc="Explanation for the sear ch engine dropdown setting."> 567 <message name="IDS_SETTINGS_SEARCH_EXPLANATION" desc="Explanation for the sear ch engine dropdown setting.">
563 Search engine used when searching from the omnibox 568 Search engine used when searching from the omnibox
564 </message> 569 </message>
565 <message name="IDS_SETTINGS_SEARCH_MANAGE_SEARCH_ENGINES" desc="Label for the Manage Search Engines button."> 570 <message name="IDS_SETTINGS_SEARCH_MANAGE_SEARCH_ENGINES" desc="Label for the Manage Search Engines button.">
566 Manage search engines 571 Manage search engines
567 </message> 572 </message>
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
1067 System 1072 System
1068 </message> 1073 </message>
1069 <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."> 1074 <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.">
1070 Use hardware acceleration when available 1075 Use hardware acceleration when available
1071 </message> 1076 </message>
1072 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1077 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1073 Change proxy settings 1078 Change proxy settings
1074 </message> 1079 </message>
1075 </if> 1080 </if>
1076 </grit-part> 1081 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698