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

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 string 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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 </message> 307 </message>
308 </if> 308 </if>
309 <if expr="chromeos"> 309 <if expr="chromeos">
310 <message name="IDS_SETTINGS_RESTART" desc="Text for a button that will resta rt ChromeOS."> 310 <message name="IDS_SETTINGS_RESTART" desc="Text for a button that will resta rt ChromeOS.">
311 Restart 311 Restart
312 </message> 312 </message>
313 </if> 313 </if>
314 <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."> 314 <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.">
315 <ph name="NAME">$1<ex>Adblocker plusplus</ex></ph> is controlling this setti ng 315 <ph name="NAME">$1<ex>Adblocker plusplus</ex></ph> is controlling this setti ng
316 </message> 316 </message>
317 <message name="IDS_SETTINGS_CLEAR" desc="Label used on a menu item or button t o clear an item.">
318 Clear
319 </message>
317 <message name="IDS_SETTINGS_EDIT" desc="Label used on a menu item or button, u sed in different contexts to edit an item."> 320 <message name="IDS_SETTINGS_EDIT" desc="Label used on a menu item or button, u sed in different contexts to edit an item.">
318 Edit 321 Edit
319 </message> 322 </message>
320 323
321 <!-- Passwords and Autofill Page --> 324 <!-- Passwords and Autofill Page -->
322 <message name="IDS_SETTINGS_OVERFLOW_MENU" desc="Alt text for the overflow but ton on a list item. Triggers a context menu when clicked."> 325 <message name="IDS_SETTINGS_OVERFLOW_MENU" desc="Alt text for the overflow but ton on a list item. Triggers a context menu when clicked.">
323 Menu 326 Menu
324 </message> 327 </message>
325 <message name="IDS_SETTINGS_PASSWORDS_AND_AUTOFILL_PAGE_TITLE" desc="Name of t he settings page which allows managing passwords and autofill settings."> 328 <message name="IDS_SETTINGS_PASSWORDS_AND_AUTOFILL_PAGE_TITLE" desc="Name of t he settings page which allows managing passwords and autofill settings.">
326 Passwords and forms 329 Passwords and forms
(...skipping 661 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 </message> 991 </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."> 992 <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 993 Change
991 </message> 994 </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."> 995 <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 996 Ask where to save each file before downloading
994 </message> 997 </message>
995 <message name="IDS_SETTINGS_DISCONNECT_GOOGLE_DRIVE" desc="Label for the check box which enables disconnecting from Google Drive account."> 998 <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 999 Disconnect Google Drive account
997 </message> 1000 </message>
1001 <message name="IDS_SETTINGS_OPEN_FILE_TYPES_AUTOMATICALLY" desc="The informati on label for the 'Clear auto-opening settings' button">
1002 Open certain file types automatically after downloading
1003 </message>
998 1004
999 <if expr="chromeos"> 1005 <if expr="chromeos">
1000 <!-- Date/Time Page --> 1006 <!-- Date/Time Page -->
1001 <message name="IDS_SETTINGS_DATE_TIME" desc="Name of the settings page which displays date and time preferences."> 1007 <message name="IDS_SETTINGS_DATE_TIME" desc="Name of the settings page which displays date and time preferences.">
1002 Date and time 1008 Date and time
1003 </message> 1009 </message>
1004 <message name="IDS_SETTINGS_TIME_ZONE" desc="Label for the picker which allo ws users to choose their time zone."> 1010 <message name="IDS_SETTINGS_TIME_ZONE" desc="Label for the picker which allo ws users to choose their time zone.">
1005 Time zone: 1011 Time zone:
1006 </message> 1012 </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."> 1013 <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 2902 System
2897 </message> 2903 </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."> 2904 <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 2905 Use hardware acceleration when available
2900 </message> 2906 </message>
2901 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2907 <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 2908 Change proxy settings
2903 </message> 2909 </message>
2904 </if> 2910 </if>
2905 </grit-part> 2911 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698