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

Unified Diff: chrome/app/settings_strings.grdp

Issue 2281353002: [CUPS] Implement the Add Printer dialogs. (Closed)
Patch Set: Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/settings_strings.grdp
diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp
index e56438ef2e9dfd237e9bfe3cc71b41f1c01fc357..357d654cf7571cda2902261cdc8724bb0e14f23a 100644
--- a/chrome/app/settings_strings.grdp
+++ b/chrome/app/settings_strings.grdp
@@ -765,12 +765,45 @@
<message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_DETAILS_MODEL" desc="Lable for the CUPS printer model in the printer details page.">
Model
</message>
+ <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_DETAILS_QUEUE" desc="Lable for the CUPS printer queue in the manually add printer dialog.">
michaelpg 2016/08/29 17:10:32 Label
xdai1 2016/08/29 18:45:45 Done.
+ Queue
+ </message>
<message name="IDS_SETTINGS_PRINTING_CUPS_ADD_PRINTER_BUTTON_CANCEL" desc="Text for the button which cancels adding a CUPS printer.">
Cancel
</message>
<message name="IDS_SETTINGS_PRINTING_CUPS_ADD_PRINTER_BUTTON_ADD" desc="Text for the button which allows the user to add a CUPS printer.">
Add
</message>
+ <message name="IDS_SETTINGS_PRINTING_CUPS_ADD_PRINTER_BUTTON_MANUAL_ADD" desc="Text for the button which allows the user to manully add a CUPS printer.">
+ Add Manually
+ </message>
+ <message name="IDS_SETTINGS_PRINTING_CUPS_ADD_PRINTER_BUTTON_DISCOVER_PRINTERS" desc="Text for the button which allows the user to go back to the printers discovery dialog.">
+ Add Nearby Printers
+ </message>
+ <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_PROTOCOL_IPP" desc="The dropdown menu of the printer protocol on the manully add printer dialog.">
michaelpg 2016/08/29 17:10:32 update these descriptions
xdai1 2016/08/29 18:45:45 Done.
+ Internet Printing Protocol (IPP)
+ </message>
+ <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_PROTOCOL_IPPS" desc="The dropdown menu of the printer protocol on the manully add printer dialog.">
+ Internet Printing Protocol (IPPS)
+ </message>
+ <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_PROTOCOL_HTTP" desc="The dropdown menu of the printer protocol on the manully add printer dialog.">
+ Internet Printing Protocol (HTTP)
+ </message>
+ <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_PROTOCOL_HTTPS" desc="The dropdown menu of the printer protocol on the manully add printer dialog.">
+ Internet Printing Protocol (HTTPS)
+ </message>
+ <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_PROTOCOL_APP_SOCKET" desc="The dropdown menu of the printer protocol on the manully add printer dialog.">
+ AppSocket (TCP/IP)
+ </message>
+ <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_PROTOCOL_LPD" desc="The dropdown menu of the printer protocol on the manully add printer dialog.">
+ Line Printer Daemon (LPD)
+ </message>
+ <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_PROTOCOL_USB" desc="The dropdown menu of the printer protocol on the manully add printer dialog.">
+ USB
+ </message>
+ <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_CONFIGURING_MESSAGE" desc="The configuring-in-progress message shown in the configuring printer dialog.">
+ Configuring <ph name="PRINTER_NAME">$1<ex>printer</ex></ph> ...
+ </message>
</if>
<message name="IDS_SETTINGS_PRINTING_CLOUD_PRINTERS" desc="In Printing Settings, the title of the google cloud printers setting section.">
Google Cloud Print

Powered by Google App Engine
This is Rietveld 408576698