summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
blob: d15a26d0ea4edac2484f13e0fac5df418d61b3ed (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Message shown when launching Wallet before device is unlocked for the first time after a reboot [CHAR LIMIT=NONE] -->
    <string name="error_user_locked">Unlock your phone to load your payment info</string>
    <!-- Content description for settings button. [CHAR LIMIT=NONE] -->
    <string name="global_actions_settings_description">Tap to view settings for cards &amp; passes in the power menu</string>
    <!-- Message shown when an unknown failure occurred when fetching cards. [CHAR LIMIT=NONE] -->
    <string name="error_generic">There was a problem getting your cards, please try again later</string>
    <!-- Overflow menu option directing user to System Settings [CHAR LIMIT=15]-->
    <string name="settings">Settings</string>
</resources>