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

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

Issue 2716333002: Implement important sites dialog for desktop. (Closed)
Patch Set: log histogram when important sites is shown 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 811 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 </message> 822 </message>
823 <message name="IDS_SETTINGS_CLEAR_DATA_EVERYTHING" desc="deletion period combo box: everything. In English this finishes the sentence that starts with 'Delete the following items from'."> 823 <message name="IDS_SETTINGS_CLEAR_DATA_EVERYTHING" desc="deletion period combo box: everything. In English this finishes the sentence that starts with 'Delete the following items from'.">
824 the beginning of time 824 the beginning of time
825 </message> 825 </message>
826 <message name="IDS_SETTINGS_CLEAR_DATA_SOME_STUFF_REMAINS" desc="A text shown at the bottom of the Clear Browsing Data dialog, informing the user that some da ta types will not be cleared."> 826 <message name="IDS_SETTINGS_CLEAR_DATA_SOME_STUFF_REMAINS" desc="A text shown at the bottom of the Clear Browsing Data dialog, informing the user that some da ta types will not be cleared.">
827 Some settings that may reflect browsing habits will not be cleared. 827 Some settings that may reflect browsing habits will not be cleared.
828 </message> 828 </message>
829 <message name="IDS_SETTINGS_CLEAR_DATA_CLEARS_SYNCED_DATA" desc="Information t hat data which is synced across user's devices will be deleted from all those de vices."> 829 <message name="IDS_SETTINGS_CLEAR_DATA_CLEARS_SYNCED_DATA" desc="Information t hat data which is synced across user's devices will be deleted from all those de vices.">
830 This clears synced data from all devices. 830 This clears synced data from all devices.
831 </message> 831 </message>
832 <message name="IDS_SETTINGS_IMPORTANT_SITES_SUBTITLE" desc="Subtitle for the i mportant sites dialog.">
833 This will clear cookies and cache for all sites, including:
834 </message>
835 <message name="IDS_SETTINGS_IMPORTANT_SITES_CONFIRM" desc="Text for confirmati on button of the important sites dialog.">
836 Confirm
837 </message>
838 <message name="IDS_SETTINGS_NOTIFICATION_WARNING" desc="A warning that notific ations will be disabled by deleting cookies for this site.">
839 Notifications will be disabled
840 </message>
832 841
833 <!-- Printing --> 842 <!-- Printing -->
834 <message name="IDS_SETTINGS_PRINTING" desc="Title of the printing page and nav igation item to get there."> 843 <message name="IDS_SETTINGS_PRINTING" desc="Title of the printing page and nav igation item to get there.">
835 Printing 844 Printing
836 </message> 845 </message>
837 <message name="IDS_SETTINGS_PRINTING_CLOUD_PRINT_LEARN_MORE_LABEL" desc="Label for the link that teaches users how to use Google Cloud Print"> 846 <message name="IDS_SETTINGS_PRINTING_CLOUD_PRINT_LEARN_MORE_LABEL" desc="Label for the link that teaches users how to use Google Cloud Print">
838 Set up or manage printers in Google Cloud Print. 847 Set up or manage printers in Google Cloud Print.
839 </message> 848 </message>
840 <message name="IDS_SETTINGS_PRINTING_NOTIFICATIONS_LABEL" desc="Label for the checkbox which enabled notifications when new printers are added to the user's n etwork"> 849 <message name="IDS_SETTINGS_PRINTING_NOTIFICATIONS_LABEL" desc="Label for the checkbox which enabled notifications when new printers are added to the user's n etwork">
841 Show notifications when new printers are detected on the network 850 Show notifications when new printers are detected on the network
(...skipping 2062 matching lines...) Expand 10 before | Expand all | Expand 10 after
2904 System 2913 System
2905 </message> 2914 </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."> 2915 <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 2916 Use hardware acceleration when available
2908 </message> 2917 </message>
2909 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2918 <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 2919 Change proxy settings
2911 </message> 2920 </message>
2912 </if> 2921 </if>
2913 </grit-part> 2922 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698