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

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

Issue 2713343003: MD Settings: Add "Auto Open" setting to Downloads page UI. (Closed)
Patch Set: fix merge? 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 977 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 </message> 988 </message>
989 <message name="IDS_SETTINGS_CHANGE_DOWNLOAD_LOCATION" desc="Text for the butto n which allows the user to change the default download directory."> 989 <message name="IDS_SETTINGS_CHANGE_DOWNLOAD_LOCATION" desc="Text for the butto n which allows the user to change the default download directory.">
990 Change 990 Change
991 </message> 991 </message>
992 <message name="IDS_SETTINGS_PROMPT_FOR_DOWNLOAD" desc="Label for the checkbox which enables a prompt for the user to choose a download location for each downl oad instead of using the default."> 992 <message name="IDS_SETTINGS_PROMPT_FOR_DOWNLOAD" desc="Label for the checkbox which enables a prompt for the user to choose a download location for each downl oad instead of using the default.">
993 Ask where to save each file before downloading 993 Ask where to save each file before downloading
994 </message> 994 </message>
995 <message name="IDS_SETTINGS_DISCONNECT_GOOGLE_DRIVE" desc="Label for the check box which enables disconnecting from Google Drive account."> 995 <message name="IDS_SETTINGS_DISCONNECT_GOOGLE_DRIVE" desc="Label for the check box which enables disconnecting from Google Drive account.">
996 Disconnect Google Drive account 996 Disconnect Google Drive account
997 </message> 997 </message>
998 <message name="IDS_SETTINGS_OPEN_FILE_TYPES_AUTOMATICALLY" desc="The informati on label for the 'Clear auto-opening settings' button">
999 Open certain file types automatically after downloading
1000 </message>
998 1001
999 <if expr="chromeos"> 1002 <if expr="chromeos">
1000 <!-- Date/Time Page --> 1003 <!-- Date/Time Page -->
1001 <message name="IDS_SETTINGS_DATE_TIME" desc="Name of the settings page which displays date and time preferences."> 1004 <message name="IDS_SETTINGS_DATE_TIME" desc="Name of the settings page which displays date and time preferences.">
1002 Date and time 1005 Date and time
1003 </message> 1006 </message>
1004 <message name="IDS_SETTINGS_TIME_ZONE" desc="Label for the picker which allo ws users to choose their time zone."> 1007 <message name="IDS_SETTINGS_TIME_ZONE" desc="Label for the picker which allo ws users to choose their time zone.">
1005 Time zone: 1008 Time zone:
1006 </message> 1009 </message>
1007 <message name="IDS_SETTINGS_TIME_ZONE_GEOLOCATION" desc="Label for the check box which enables setting the time zone automatically with the detected location of the device."> 1010 <message name="IDS_SETTINGS_TIME_ZONE_GEOLOCATION" desc="Label for the check box which enables setting the time zone automatically with the detected location of the device.">
(...skipping 1888 matching lines...) Expand 10 before | Expand all | Expand 10 after
2896 System 2899 System
2897 </message> 2900 </message>
2898 <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."> 2901 <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.">
2899 Use hardware acceleration when available 2902 Use hardware acceleration when available
2900 </message> 2903 </message>
2901 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2904 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2902 Change proxy settings 2905 Change proxy settings
2903 </message> 2906 </message>
2904 </if> 2907 </if>
2905 </grit-part> 2908 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698