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

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

Issue 1713283002: MD Settings: Manage search engines, polish to match latest mocks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@extract_listener_behavior
Patch Set: remove paper-button dependency 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/resources/settings/search_engines_page/search_engine_entry.css » ('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 <if expr="chromeos"> 9 <if expr="chromeos">
10 <!-- Accessibility Page --> 10 <!-- Accessibility Page -->
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 </message> 464 </message>
465 <message name="IDS_SETTINGS_SEARCH_ENGINES_ADD_SEARCH_ENGINE" desc="Title for a dialog that allows adding a new search engine."> 465 <message name="IDS_SETTINGS_SEARCH_ENGINES_ADD_SEARCH_ENGINE" desc="Title for a dialog that allows adding a new search engine.">
466 Add search engine 466 Add search engine
467 </message> 467 </message>
468 <message name="IDS_SETTINGS_SEARCH_ENGINES_EDIT_SEARCH_ENGINE" desc="Title for a dialog that allows editing an existing search engine."> 468 <message name="IDS_SETTINGS_SEARCH_ENGINES_EDIT_SEARCH_ENGINE" desc="Title for a dialog that allows editing an existing search engine.">
469 Edit search engine 469 Edit search engine
470 </message> 470 </message>
471 <message name="IDS_SETTINGS_SEARCH_ENGINES_NOT_VALID" desc="Text indicating th at the input to a given text field in the add/edit search engine dialog is not i nvalid."> 471 <message name="IDS_SETTINGS_SEARCH_ENGINES_NOT_VALID" desc="Text indicating th at the input to a given text field in the add/edit search engine dialog is not i nvalid.">
472 Not valid 472 Not valid
473 </message> 473 </message>
474 <message name="IDS_SETTINGS_SEARCH_ENGINES_DEFAULT_ENGINES" desc="Label for 'd efault' Search Engines section">
475 Default search engines
476 </message>
474 <message name="IDS_SETTINGS_SEARCH_ENGINES_OTHER_ENGINES" desc="Label for 'oth er' Search Engines section"> 477 <message name="IDS_SETTINGS_SEARCH_ENGINES_OTHER_ENGINES" desc="Label for 'oth er' Search Engines section">
475 Other search engines 478 Other search engines
476 </message> 479 </message>
477 <message name="IDS_SETTINGS_SEARCH_ENGINES_SEARCH_ENGINE" desc="Label for a ta ble column that holds the name of a search engine"> 480 <message name="IDS_SETTINGS_SEARCH_ENGINES_SEARCH_ENGINE" desc="Label for a ta ble column that holds the name of a search engine">
478 Search engine 481 Search engine
479 </message> 482 </message>
480 <message name="IDS_SETTINGS_SEARCH_ENGINES_KEYWORD" desc="Label for Keyword co lumn header for a search engine"> 483 <message name="IDS_SETTINGS_SEARCH_ENGINES_KEYWORD" desc="Label for Keyword co lumn header for a search engine">
481 Keyword 484 Keyword
482 </message> 485 </message>
483 <message name="IDS_SETTINGS_SEARCH_ENGINES_QUERY_URL" desc="Label for Query UR L column header for a search engine"> 486 <message name="IDS_SETTINGS_SEARCH_ENGINES_QUERY_URL" desc="Label for Query UR L column header for a search engine">
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
895 </message> 898 </message>
896 <message name="IDS_SETTINGS_TRADITIONAL_SCROLL_LABEL" desc="In Device Settin gs, the text next to the radio button that enables traditional scrolling."> 899 <message name="IDS_SETTINGS_TRADITIONAL_SCROLL_LABEL" desc="In Device Settin gs, the text next to the radio button that enables traditional scrolling.">
897 Traditional 900 Traditional
898 </message> 901 </message>
899 <!-- Keyboard --> 902 <!-- Keyboard -->
900 <message name="IDS_SETTINGS_KEYBOARD_TITLE" desc="In Device Settings, the ti tle for keyboard settings."> 903 <message name="IDS_SETTINGS_KEYBOARD_TITLE" desc="In Device Settings, the ti tle for keyboard settings.">
901 Keyboard settings 904 Keyboard settings
902 </message> 905 </message>
903 </if> 906 </if>
904 </grit-part> 907 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/search_engines_page/search_engine_entry.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698