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

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

Issue 2332483002: [CUPS] Implement the CUPS printer PPD file picker in the manufacturer and model dialog. (Closed)
Patch Set: Created 4 years, 3 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 <!-- About Page --> 4 <!-- About Page -->
5 <if expr="chromeos"> 5 <if expr="chromeos">
6 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d."> 6 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d.">
7 Detailed build information 7 Detailed build information
8 </message> 8 </message>
9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion"> 9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion">
10 ARC Version 10 ARC Version
(...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 </message> 824 </message>
825 <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_FOUND_PRINTER" desc="The p rinter-found message shown in the manually add printer dialog."> 825 <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_FOUND_PRINTER" desc="The p rinter-found message shown in the manually add printer dialog.">
826 Printer found 826 Printer found
827 </message> 827 </message>
828 <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_SELECT_MANUFACTURER_MODEL" desc="The message shown in the select manufacturer and model dialog."> 828 <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_SELECT_MANUFACTURER_MODEL" desc="The message shown in the select manufacturer and model dialog.">
829 Could not detect your printer model. Select a manufacturer and model from the list. 829 Could not detect your printer model. Select a manufacturer and model from the list.
830 </message> 830 </message>
831 <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_MANUFACTURER" desc="Label for the dropdown menu to select a manufacturer for the printer."> 831 <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_MANUFACTURER" desc="Label for the dropdown menu to select a manufacturer for the printer.">
832 Manufacturer 832 Manufacturer
833 </message> 833 </message>
834 <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_SELECT_DRIVER" desc="Label for the file selector to manually select a PPD file from the user's file system .">
835 Or specify your own driver:
836 </message>
837 <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_BUTTON_SELECT_DRIVER" desc ="Text for the button which allows user to select a PPD file from the file syste m.">
838 Browse
839 </message>
834 </if> 840 </if>
835 <message name="IDS_SETTINGS_PRINTING_CLOUD_PRINTERS" desc="In Printing Setting s, the title of the google cloud printers setting section."> 841 <message name="IDS_SETTINGS_PRINTING_CLOUD_PRINTERS" desc="In Printing Setting s, the title of the google cloud printers setting section.">
836 Google Cloud Print 842 Google Cloud Print
837 </message> 843 </message>
838 844
839 <!-- Downloads Page --> 845 <!-- Downloads Page -->
840 <message name="IDS_SETTINGS_DOWNLOADS" desc="Name of the settings page which d isplays download preferences."> 846 <message name="IDS_SETTINGS_DOWNLOADS" desc="Name of the settings page which d isplays download preferences.">
841 Downloads 847 Downloads
842 </message> 848 </message>
843 <message name="IDS_SETTINGS_DOWNLOAD_LOCATION" desc="Label for the input which allows the user to specify the default download directory."> 849 <message name="IDS_SETTINGS_DOWNLOAD_LOCATION" desc="Label for the input which allows the user to specify the default download directory.">
(...skipping 1446 matching lines...) Expand 10 before | Expand all | Expand 10 after
2290 System 2296 System
2291 </message> 2297 </message>
2292 <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."> 2298 <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.">
2293 Use hardware acceleration when available 2299 Use hardware acceleration when available
2294 </message> 2300 </message>
2295 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2301 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2296 Change proxy settings 2302 Change proxy settings
2297 </message> 2303 </message>
2298 </if> 2304 </if>
2299 </grit-part> 2305 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698