Add string resources for VaultTakeoverScreen

Add five new string resources required for the vault takeover screen:
- transfer_items_to_org: Title with organization name placeholder
- transfer_items_description: Body text explaining the takeover
- continue: Primary action button label
- decline_and_leave: Secondary action button label
- why_am_i_seeing_this: Help link text

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Patrick Honkonen 2025-12-05 16:28:28 -05:00
parent 4a874668f2
commit e11f20c466
No known key found for this signature in database
GPG Key ID: 27C65CF8B03CC9FB

View File

@ -1161,4 +1161,9 @@ Do you want to switch to this account?</string>
<string name="use_your_devices_lock_method_to_unlock_the_app">Use your devices lock method to unlock the app</string>
<string name="loading_vault_data">Loading vault data…</string>
<string name="resending">Resending</string>
<string name="transfer_items_to_org">Transfer items to %1$s</string>
<string name="transfer_items_description">%1$s is requiring all items to be owned by the organization for security and compliance. Click accept to transfer ownership of your items.</string>
<string name="continue">Continue</string>
<string name="decline_and_leave">Decline and leave</string>
<string name="why_am_i_seeing_this">Why am I seeing this?</string>
</resources>