android13/external/libtextclassifier/notification/res/values/strings.xml

8 lines
467 B
XML

<?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>