send_tab_to_self_strings.grdp 600 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <grit-part>
  3. <!-- Different device types using in Sharing. -->
  4. <message name="IDS_SHARING_DEVICE_TYPE_COMPUTER" desc = "The label for a device of type computer.">
  5. Computer
  6. </message>
  7. <message name="IDS_SHARING_DEVICE_TYPE_DEVICE" desc = "The label for a generic device.">
  8. Device
  9. </message>
  10. <message name="IDS_SHARING_DEVICE_TYPE_PHONE" desc = "The label for a device of type phone.">
  11. Phone
  12. </message>
  13. <message name="IDS_SHARING_DEVICE_TYPE_TABLET" desc = "The label for a device of type tablet.">
  14. Tablet
  15. </message>
  16. </grit-part>