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

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

Issue 2380753004: [CUPS] Implement the Webui handler for the printers auto discovery. (Closed)
Patch Set: Rebase Created 4 years, 2 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 837 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 </message> 848 </message>
849 <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_MANUFACTURER" desc="Label for the dropdown menu to select a manufacturer for the printer."> 849 <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_MANUFACTURER" desc="Label for the dropdown menu to select a manufacturer for the printer.">
850 Manufacturer 850 Manufacturer
851 </message> 851 </message>
852 <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 ."> 852 <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 .">
853 Or specify your own driver: 853 Or specify your own driver:
854 </message> 854 </message>
855 <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."> 855 <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.">
856 Browse 856 Browse
857 </message> 857 </message>
858 <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_ADDED_PRINTER_MESSAGE" des c="The message shown when a new printer is set up successfully."> 858 <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_ADDED_PRINTER_DONE_MESSAGE " desc="The message shown when a new printer is set up successfully.">
859 Added <ph name="PRINTER_NAME">$1<ex>printer</ex></ph> 859 Added <ph name="PRINTER_NAME">$1<ex>printer</ex></ph>
860 </message> 860 </message>
861 <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_NO_PRINTER_NEARBY" desc="T he no-printer-found message shown in the auto discovery dialog.">
862 No printers nearby
863 </message>
864 <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_SEARCHING_NEARBY_PRINTER" desc="The searching-in-progress message shown in the auto discovery dialog.">
865 Searching...
866 </message>
867 <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_ADDED_PRINTER_ERROR_MESSAG E" desc="The message shown when a new printer is not set up successfully.">
868 Error adding printer
869 </message>
870 <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_ADDED_PRINTER_TRY_AGAIN_ME SSAGE" desc="The try-again message shown when a new printer is not set up succes sfully.">
871 Try again
872 </message>
861 </if> 873 </if>
862 <message name="IDS_SETTINGS_PRINTING_CLOUD_PRINTERS" desc="In Printing Setting s, the title of the google cloud printers setting section."> 874 <message name="IDS_SETTINGS_PRINTING_CLOUD_PRINTERS" desc="In Printing Setting s, the title of the google cloud printers setting section.">
863 Google Cloud Print 875 Google Cloud Print
864 </message> 876 </message>
865 <message name="IDS_SETTINGS_PRINTING_CLOUD_PRINTERS_DESCRIPTION" desc="In Prin ting Settings, the title description of the google cloud printers setting sectio n."> 877 <message name="IDS_SETTINGS_PRINTING_CLOUD_PRINTERS_DESCRIPTION" desc="In Prin ting Settings, the title description of the google cloud printers setting sectio n.">
866 Setup cloud printing devices 878 Setup cloud printing devices
867 </message> 879 </message>
868 880
869 <!-- Downloads Page --> 881 <!-- Downloads Page -->
870 <message name="IDS_SETTINGS_DOWNLOADS" desc="Name of the settings page which d isplays download preferences."> 882 <message name="IDS_SETTINGS_DOWNLOADS" desc="Name of the settings page which d isplays download preferences.">
(...skipping 1494 matching lines...) Expand 10 before | Expand all | Expand 10 after
2365 System 2377 System
2366 </message> 2378 </message>
2367 <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."> 2379 <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.">
2368 Use hardware acceleration when available 2380 Use hardware acceleration when available
2369 </message> 2381 </message>
2370 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2382 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2371 Change proxy settings 2383 Change proxy settings
2372 </message> 2384 </message>
2373 </if> 2385 </if>
2374 </grit-part> 2386 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698