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

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

Issue 2691033008: MD Settings: Display a message when no other search engines exist. (Closed)
Patch Set: Nit Created 3 years, 10 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_engines_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 <!-- Main Page --> 4 <!-- Main Page -->
5 <if expr="chromeos"> 5 <if expr="chromeos">
6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session."> 6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session.">
7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com< /ex></ph> are being shared with you. These settings only affect your account whe n using multiple sign-in. 7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com< /ex></ph> are being shared with you. These settings only affect your account whe n using multiple sign-in.
8 </message> 8 </message>
9 </if> 9 </if>
10 10
(...skipping 1665 matching lines...) Expand 10 before | Expand all | Expand 10 after
1676 </message> 1676 </message>
1677 <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."> 1677 <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.">
1678 Not valid 1678 Not valid
1679 </message> 1679 </message>
1680 <message name="IDS_SETTINGS_SEARCH_ENGINES_DEFAULT_ENGINES" desc="Label for 'd efault' Search Engines section"> 1680 <message name="IDS_SETTINGS_SEARCH_ENGINES_DEFAULT_ENGINES" desc="Label for 'd efault' Search Engines section">
1681 Default search engines 1681 Default search engines
1682 </message> 1682 </message>
1683 <message name="IDS_SETTINGS_SEARCH_ENGINES_OTHER_ENGINES" desc="Label for 'oth er' Search Engines section"> 1683 <message name="IDS_SETTINGS_SEARCH_ENGINES_OTHER_ENGINES" desc="Label for 'oth er' Search Engines section">
1684 Other search engines 1684 Other search engines
1685 </message> 1685 </message>
1686 <message name="IDS_SETTINGS_SEARCH_ENGINES_NO_OTHER_ENGINES" desc="Label shown when the 'other' Search engines section is empty">
1687 No other search engines found
1688 </message>
1686 <message name="IDS_SETTINGS_SEARCH_ENGINES_EXTENSION_ENGINES" desc="Label for a section that displays search engines added by extensions"> 1689 <message name="IDS_SETTINGS_SEARCH_ENGINES_EXTENSION_ENGINES" desc="Label for a section that displays search engines added by extensions">
1687 Search engines added by extensions 1690 Search engines added by extensions
1688 </message> 1691 </message>
1689 <message name="IDS_SETTINGS_SEARCH_ENGINES_SEARCH_ENGINE" desc="Label for a ta ble column that holds the name of a search engine"> 1692 <message name="IDS_SETTINGS_SEARCH_ENGINES_SEARCH_ENGINE" desc="Label for a ta ble column that holds the name of a search engine">
1690 Search engine 1693 Search engine
1691 </message> 1694 </message>
1692 <message name="IDS_SETTINGS_SEARCH_ENGINES_KEYWORD" desc="Label for Keyword co lumn header for a search engine"> 1695 <message name="IDS_SETTINGS_SEARCH_ENGINES_KEYWORD" desc="Label for Keyword co lumn header for a search engine">
1693 Keyword 1696 Keyword
1694 </message> 1697 </message>
1695 <message name="IDS_SETTINGS_SEARCH_ENGINES_QUERY_URL" desc="Label for Query UR L column header for a search engine"> 1698 <message name="IDS_SETTINGS_SEARCH_ENGINES_QUERY_URL" desc="Label for Query UR L column header for a search engine">
(...skipping 1167 matching lines...) Expand 10 before | Expand all | Expand 10 after
2863 System 2866 System
2864 </message> 2867 </message>
2865 <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."> 2868 <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.">
2866 Use hardware acceleration when available 2869 Use hardware acceleration when available
2867 </message> 2870 </message>
2868 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2871 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2869 Change proxy settings 2872 Change proxy settings
2870 </message> 2873 </message>
2871 </if> 2874 </if>
2872 </grit-part> 2875 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/search_engines_page/search_engines_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698