1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3    <!-- Message shown when launching Wallet before device is unlocked for the first time after a reboot [CHAR LIMIT=NONE] -->
4    <string name="error_user_locked">Unlock your phone to load your payment info</string>
5    <!-- Content description of the menu button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
6    <string name="accessibility_menu">Menu</string>
7    <!-- Message shown when an unknown failure occurred when fetching cards. [CHAR LIMIT=NONE] -->
8    <string name="error_generic">There was a problem getting your cards, please try again later</string>
9    <!-- Overflow menu option directing user to System Settings [CHAR LIMIT=15]-->
10    <string name="settings">Settings</string>
11</resources>
12