You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
467 B
8 lines
467 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
<!-- Action chip to copy a one time code to the user's clipboard [CHAR LIMIT=30] -->
|
|
<string name="tc_notif_copy_code_desc">Copy \u201c<xliff:g id="code">%1$s</xliff:g>\u201c</string>
|
|
<!-- Toast to display when text is copied to the device clipboard [CHAR LIMIT=NONE] -->
|
|
<string name="tc_notif_code_copied_to_clipboard">Code copied</string>
|
|
</resources>
|