Files
gudari/app/src/main/res/values/strings.xml
T

29 lines
1.4 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<resources>
<string name="app_name">Gudari Wallet</string>
<string name="nfc_hce_description">Gudari Wallet NFC payment sharing</string>
<!-- NotificationHelper -->
<string name="notif_channel_payments_name">Payments</string>
<string name="notif_channel_payments_desc">Incoming and outgoing Lightning payment alerts</string>
<string name="notif_channel_service_name">Wallet Monitor</string>
<string name="notif_channel_service_desc">Background service monitoring for incoming payments</string>
<string name="notif_payment_received_title">Payment received · +%1$d sats</string>
<string name="notif_payment_received_no_memo">No memo</string>
<string name="notif_payment_received_summary">+%1$d sats</string>
<string name="notif_payment_sent_title">Payment sent</string>
<string name="notif_payment_sent_text">%1$d sats</string>
<string name="notif_service_title">Gudari Wallet</string>
<string name="notif_service_text">Monitoring for incoming payments</string>
<!-- Sync notification channel -->
<string name="notif_channel_sync_name">Payment history sync</string>
<string name="notif_channel_sync_desc">Notifies when your historical payment sync completes</string>
<!-- Sync complete notification -->
<string name="notif_sync_complete_title">Payment history synced</string>
<string name="notif_sync_complete_text">%1$d payments downloaded successfully</string>
</resources>