<!-- Prompt for the USB device permission dialog [CHAR LIMIT=80] -->
<stringname="usb_device_permission_prompt">Allow the app <xliff:gid="application">%1$s</xliff:g> to access the USB device?</string>
<stringname="usb_device_permission_prompt">Allow <xliff:gid="application">%1$s</xliff:g> to access <xliff:gid="usb_device">%2$s</xliff:g>?</string>
<!-- Prompt for the USB accessory permission dialog [CHAR LIMIT=80] -->
<stringname="usb_accessory_permission_prompt">Allow the app <xliff:gid="application">%1$s</xliff:g> to access the USB accessory?</string>
<stringname="usb_accessory_permission_prompt">Allow <xliff:gid="application">%1$s</xliff:g> to access <xliff:gid="usb_accessory">%2$s</xliff:g>?</string>
<!-- Prompt for the USB device confirm dialog [CHAR LIMIT=80] -->
<stringname="usb_device_confirm_prompt">Open <xliff:gid="activity">%1$s</xliff:g>when this USB device is connected?</string>
<!-- Prompt for the USB accessory URI dialog [CHAR LIMIT=80] -->
<stringname="usb_accessory_uri_prompt">No installed apps work with this USB accessory. Learn more about this accessory at <xliff:gid="url">%1$s</xliff:g></string>
@@ -145,10 +145,10 @@
<stringname="label_view">View</string>
<!-- Checkbox label for USB device dialogs. [CHAR LIMIT=50] -->
<stringname="always_use_device">Use by default for this USB device</string>
<stringname="always_use_device">Always open <xliff:gid="application">%1$s</xliff:g> when <xliff:gid="usb_device">%2$s</xliff:g> is connected</string>
<!-- Checkbox label for USB accessory dialogs. [CHAR LIMIT=50]-->
<stringname="always_use_accessory">Use by default for this USB accessory</string>
<stringname="always_use_accessory">Always open <xliff:gid="application">%1$s</xliff:g> when <xliff:gid="usb_accessory">%2$s</xliff:g> is connected</string>
<!-- Title of confirmation dialog for USB debugging -->
<stringname="usb_debugging_title">Allow USB debugging?</string>