mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-15 02:36:12 -04:00
Makes the inline upgrade badge a tiny star + short label (Pro on gplay, FOSS on foss) instead of icon-only. Text is flavor-switched via upgrade_badge_label in each flavor's strings.xml, primary color, labelSmall typography, no pill background to keep it lightweight when multiple rows stack it. Accessibility uses the existing common_upgrade_required_label.
11 lines
949 B
XML
11 lines
949 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="upgrades_gplay_unavailable_error">Google Play services are unavailable.</string>
|
|
<string name="upgrades_no_purchases_found_check_account">No purchases found. Are you using the right account?</string>
|
|
<string name="upgrades_gplay_billing_error_label">Google Play Error</string>
|
|
<string name="upgrades_gplay_billing_error_description">There was an error in Google Play. Please try again later or reboot your phone.\n\nError: %s</string>
|
|
<string name="upgrades_gplay_billing_result_error_label">Google Play Billing Error</string>
|
|
<string name="upgrades_gplay_billing_result_error_description">There was an error when asking Google Play for your purchase details. Clear Google Play cache and reboot your phone.\n\nError %s</string>
|
|
<string name="upgrade_restore_action">Restore purchase</string>
|
|
<string name="upgrade_badge_label">Pro</string>
|
|
</resources> |