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

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

Issue 2713343003: MD Settings: Add "Auto Open" setting to Downloads page UI. (Closed)
Patch Set: format 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/downloads_page/compiled_resources2.gyp » ('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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 <message name="IDS_SETTINGS_DEVICE_ON" desc="In Settings pages, the label wh en a bluetooth, wifi, or mobile device is on (enabled)."> 318 <message name="IDS_SETTINGS_DEVICE_ON" desc="In Settings pages, the label wh en a bluetooth, wifi, or mobile device is on (enabled).">
319 On 319 On
320 </message> 320 </message>
321 <message name="IDS_SETTINGS_RESTART" desc="Text for a button that will resta rt ChromeOS."> 321 <message name="IDS_SETTINGS_RESTART" desc="Text for a button that will resta rt ChromeOS.">
322 Restart 322 Restart
323 </message> 323 </message>
324 </if> 324 </if>
325 <message name="IDS_SETTINGS_CONTROLLED_BY_EXTENSION" desc="Label text of an in dicator that a setting's value is being controlled by an extension."> 325 <message name="IDS_SETTINGS_CONTROLLED_BY_EXTENSION" desc="Label text of an in dicator that a setting's value is being controlled by an extension.">
326 <ph name="NAME">$1<ex>Adblocker plusplus</ex></ph> is controlling this setti ng 326 <ph name="NAME">$1<ex>Adblocker plusplus</ex></ph> is controlling this setti ng
327 </message> 327 </message>
328 <message name="IDS_SETTINGS_CLEAR" desc="Label used on a menu item or button t o clear an item.">
329 Clear
330 </message>
328 <message name="IDS_SETTINGS_EDIT" desc="Label used on a menu item or button, u sed in different contexts to edit an item."> 331 <message name="IDS_SETTINGS_EDIT" desc="Label used on a menu item or button, u sed in different contexts to edit an item.">
329 Edit 332 Edit
330 </message> 333 </message>
331 334
332 <!-- Passwords and Autofill Page --> 335 <!-- Passwords and Autofill Page -->
333 <message name="IDS_SETTINGS_PASSWORDS_AND_AUTOFILL_PAGE_TITLE" desc="Name of t he settings page which allows managing passwords and autofill settings."> 336 <message name="IDS_SETTINGS_PASSWORDS_AND_AUTOFILL_PAGE_TITLE" desc="Name of t he settings page which allows managing passwords and autofill settings.">
334 Passwords and forms 337 Passwords and forms
335 </message> 338 </message>
336 <message name="IDS_SETTINGS_AUTOFILL" desc="Name for the autofill section and toggle."> 339 <message name="IDS_SETTINGS_AUTOFILL" desc="Name for the autofill section and toggle.">
337 Autofill settings 340 Autofill settings
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 </message> 987 </message>
985 <message name="IDS_SETTINGS_CHANGE_DOWNLOAD_LOCATION" desc="Text for the butto n which allows the user to change the default download directory."> 988 <message name="IDS_SETTINGS_CHANGE_DOWNLOAD_LOCATION" desc="Text for the butto n which allows the user to change the default download directory.">
986 Change 989 Change
987 </message> 990 </message>
988 <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."> 991 <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.">
989 Ask where to save each file before downloading 992 Ask where to save each file before downloading
990 </message> 993 </message>
991 <message name="IDS_SETTINGS_DISCONNECT_GOOGLE_DRIVE" desc="Label for the check box which enables disconnecting from Google Drive account."> 994 <message name="IDS_SETTINGS_DISCONNECT_GOOGLE_DRIVE" desc="Label for the check box which enables disconnecting from Google Drive account.">
992 Disconnect Google Drive account 995 Disconnect Google Drive account
993 </message> 996 </message>
997 <message name="IDS_SETTINGS_OPEN_FILE_TYPES_AUTOMATICALLY" desc="The informati on label for the 'Clear auto-opening settings' button">
998 Open certain file types automatically after downloading
999 </message>
994 1000
995 <if expr="chromeos"> 1001 <if expr="chromeos">
996 <!-- Date/Time Page --> 1002 <!-- Date/Time Page -->
997 <message name="IDS_SETTINGS_DATE_TIME" desc="Name of the settings page which displays date and time preferences."> 1003 <message name="IDS_SETTINGS_DATE_TIME" desc="Name of the settings page which displays date and time preferences.">
998 Date and time 1004 Date and time
999 </message> 1005 </message>
1000 <message name="IDS_SETTINGS_TIME_ZONE" desc="Label for the picker which allo ws users to choose their time zone."> 1006 <message name="IDS_SETTINGS_TIME_ZONE" desc="Label for the picker which allo ws users to choose their time zone.">
1001 Time zone: 1007 Time zone:
1002 </message> 1008 </message>
1003 <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."> 1009 <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 1894 matching lines...) Expand 10 before | Expand all | Expand 10 after
2898 System 2904 System
2899 </message> 2905 </message>
2900 <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."> 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.">
2901 Use hardware acceleration when available 2907 Use hardware acceleration when available
2902 </message> 2908 </message>
2903 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2909 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2904 Change proxy settings 2910 Change proxy settings
2905 </message> 2911 </message>
2906 </if> 2912 </if>
2907 </grit-part> 2913 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/downloads_page/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698