summaryrefslogtreecommitdiff
path: root/chromium/components/printing_component_strings.grdp
blob: f157cbaec42ecf86765bf50109f36dbacaca3cf7 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<grit-part>
  <if expr="enable_print_preview">
    <if expr="is_win">
      <message name="IDS_PRINT_PREVIEW_FRIENDLY_WIN_NETWORK_PRINTER_NAME" desc="Friendly name for a printer with a given name on a given server. This uses the same format as the Windows print dialog.">
        <ph name="PRINTER_NAME">$1<ex>HP LaserJet</ex></ph> on <ph name="SERVER_NAME">$2<ex>printserver</ex></ph>
      </message>
    </if>
  </if>
</grit-part>