summaryrefslogtreecommitdiff
path: root/chromium/components/send_tab_to_self_strings.grdp
blob: 82cfb7eaefe378e4a0c49006e80d063e9d36efb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<grit-part>
  <!-- Different device types using in Sharing. -->
  <message name="IDS_SHARING_DEVICE_TYPE_COMPUTER" desc = "The label for a device of type computer.">
    Computer
  </message>
  <message name="IDS_SHARING_DEVICE_TYPE_DEVICE" desc = "The label for a generic device.">
    Device
  </message>
  <message name="IDS_SHARING_DEVICE_TYPE_PHONE" desc = "The label for a device of type phone.">
    Phone
  </message>
  <message name="IDS_SHARING_DEVICE_TYPE_TABLET" desc = "The label for a device of type tablet.">
    Tablet
  </message>
</grit-part>