1<?xml version="1.0" encoding="utf-8"?> 2<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 3 <!-- Action chip to copy a one time code to the user's clipboard [CHAR LIMIT=30] --> 4 <string name="tc_notif_copy_code_desc">Copy \u201c<xliff:g id="code">%1$s</xliff:g>\u201c</string> 5 <!-- Toast to display when text is copied to the device clipboard [CHAR LIMIT=NONE] --> 6 <string name="tc_notif_code_copied_to_clipboard">Code copied</string> 7</resources> 8