secant-android-wallet/ui-lib/src/main/res/ui/history/values/strings.xml

15 lines
741 B
XML

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="history_title">Transaction history</string>
<string name="history_back_content_description">Back</string>
<string name="history_syncing">Additional transactions may be found after syncing completes…</string>
<string name="history_empty">No transactions yet</string>
<string name="history_item_sent">Sent</string>
<string name="history_item_received">Received</string>
<string name="history_item_sending">Sending</string>
<string name="history_item_receiving">Receiving</string>
<string name="history_item_expired">Expired</string>
<string name="history_item_date_not_available">Date not available</string>
</resources>