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

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

Issue 2722083003: MD Settings: Change "view reported settings" string. (Closed)
Patch Set: Fix Created 3 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
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 1611 matching lines...) Expand 10 before | Expand all | Expand 10 after
1622 Control your browsing data 1622 Control your browsing data
1623 </message> 1623 </message>
1624 <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"> 1624 <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">
1625 <ph name="TITLE">$1<ex>Block</ex></ph> - <ph name="COUNT">$2<ex>42</ex></ph> 1625 <ph name="TITLE">$1<ex>Block</ex></ph> - <ph name="COUNT">$2<ex>42</ex></ph>
1626 </message> 1626 </message>
1627 1627
1628 <!-- Reset Settings Page --> 1628 <!-- Reset Settings Page -->
1629 <message name="IDS_SETTINGS_RESET" desc="Name of the settings page where setti ngs may be reset."> 1629 <message name="IDS_SETTINGS_RESET" desc="Name of the settings page where setti ngs may be reset.">
1630 Reset 1630 Reset
1631 </message> 1631 </message>
1632 <message name="IDS_SETTINGS_RESET_VIEW_REPORTED_SETTINGS" desc="Label of a lin k that when clicked displays the settings that will be reported to Google for an alysis.">
1633 View report
1634 </message>
1635 <message name="IDS_SETTINGS_RESET_AUTOMATED_DIALOG_TITLE" desc="The title of t he dialog informing the user that automated resetting of some settings occurred. "> 1632 <message name="IDS_SETTINGS_RESET_AUTOMATED_DIALOG_TITLE" desc="The title of t he dialog informing the user that automated resetting of some settings occurred. ">
1636 Some settings were reset 1633 Some settings were reset
1637 </message> 1634 </message>
1638 1635
1639 <!-- Search Page --> 1636 <!-- Search Page -->
1640 <message name="IDS_SETTINGS_SEARCH" desc="Name of the settings page which disp lays search engine preferences."> 1637 <message name="IDS_SETTINGS_SEARCH" desc="Name of the settings page which disp lays search engine preferences.">
1641 Search engine 1638 Search engine
1642 </message> 1639 </message>
1643 <message name="IDS_SETTINGS_SEARCH_EXPLANATION" desc="Explanation for the sear ch engine dropdown setting."> 1640 <message name="IDS_SETTINGS_SEARCH_EXPLANATION" desc="Explanation for the sear ch engine dropdown setting.">
1644 Search engine used when searching from the <ph name="BEGIN_LINK">&lt;a targe t="_blank" href="$1"&gt;</ph>address bar<ph name="END_LINK">&lt;/a&gt;</ph> 1641 Search engine used when searching from the <ph name="BEGIN_LINK">&lt;a targe t="_blank" href="$1"&gt;</ph>address bar<ph name="END_LINK">&lt;/a&gt;</ph>
(...skipping 1259 matching lines...) Expand 10 before | Expand all | Expand 10 after
2904 System 2901 System
2905 </message> 2902 </message>
2906 <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."> 2903 <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.">
2907 Use hardware acceleration when available 2904 Use hardware acceleration when available
2908 </message> 2905 </message>
2909 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2906 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2910 Change proxy settings 2907 Change proxy settings
2911 </message> 2908 </message>
2912 </if> 2909 </if>
2913 </grit-part> 2910 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698