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

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

Issue 2716333002: Implement important sites dialog for desktop. (Closed)
Patch Set: add using declaration Created 3 years, 8 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 832 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 </message> 843 </message>
844 <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'."> 844 <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'.">
845 the beginning of time 845 the beginning of time
846 </message> 846 </message>
847 <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."> 847 <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.">
848 Some settings that may reflect browsing habits will not be cleared. 848 Some settings that may reflect browsing habits will not be cleared.
849 </message> 849 </message>
850 <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."> 850 <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.">
851 This clears synced data from all devices. 851 This clears synced data from all devices.
852 </message> 852 </message>
853 <message name="IDS_SETTINGS_IMPORTANT_SITES_SUBTITLE" desc="Subtitle for the i mportant sites dialog.">
854 This will clear cookies and cache for all sites, including:
dschuyler 2017/04/07 00:02:05 Please remove the trailing colon (it's normally co
dullweber 2017/04/07 09:39:21 Done, thanks!
855 </message>
856 <message name="IDS_SETTINGS_IMPORTANT_SITES_CONFIRM" desc="Text for confirmati on button of the important sites dialog.">
857 Confirm
858 </message>
859 <message name="IDS_SETTINGS_NOTIFICATION_WARNING" desc="A warning that notific ations will be disabled by deleting cookies for this site.">
860 Notifications will be disabled
861 </message>
853 862
854 <!-- Printing --> 863 <!-- Printing -->
855 <message name="IDS_SETTINGS_PRINTING" desc="Title of the printing page and nav igation item to get there."> 864 <message name="IDS_SETTINGS_PRINTING" desc="Title of the printing page and nav igation item to get there.">
856 Printing 865 Printing
857 </message> 866 </message>
858 <message name="IDS_SETTINGS_PRINTING_CLOUD_PRINT_LEARN_MORE_LABEL" desc="Label for the link that teaches users how to use Google Cloud Print"> 867 <message name="IDS_SETTINGS_PRINTING_CLOUD_PRINT_LEARN_MORE_LABEL" desc="Label for the link that teaches users how to use Google Cloud Print">
859 Set up or manage printers in Google Cloud Print. 868 Set up or manage printers in Google Cloud Print.
860 </message> 869 </message>
861 <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"> 870 <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">
862 Show notifications when new printers are detected on the network 871 Show notifications when new printers are detected on the network
(...skipping 2088 matching lines...) Expand 10 before | Expand all | Expand 10 after
2951 System 2960 System
2952 </message> 2961 </message>
2953 <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."> 2962 <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.">
2954 Use hardware acceleration when available 2963 Use hardware acceleration when available
2955 </message> 2964 </message>
2956 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2965 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2957 Change proxy settings 2966 Change proxy settings
2958 </message> 2967 </message>
2959 </if> 2968 </if>
2960 </grit-part> 2969 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | chrome/browser/browsing_data/browsing_data_important_sites_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698