| 12345678910111213141516171819202122232425 |
- <?xml version="1.0" encoding="utf-8"?>
- <resources>
- <string name="digits_id_no">0123456789Xx</string>
- <string name="digits_car_no">0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
- <string name="digits_email">0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ@.</string>
- <string name="desc_credit_card_normal_paint">民生in卡炫彩油画普卡(unionpay)</string>
- <string name="desc_credit_card_normal_musical">民生in卡酷动音符普卡(unionpay)</string>
- <string name="desc_credit_card_gold_paint">民生in卡炫彩油画金卡(unionpay)</string>
- <string name="desc_credit_card_gold_musical">民生in卡酷动音符金卡(unionpay)</string>
- <string-array name="credit_card_relationship_immediate_relatives_type">
- <item>父母</item>
- <item>配偶</item>
- <item>子女</item>
- <item>其他</item>
- </string-array>
- <string-array name="credit_card_relationship_other_type">
- <item>朋友</item>
- <item>同学</item>
- <item>同事</item>
- <item>其他</item>
- </string-array>
- </resources>
|