strings.xml
5.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<resources>
<string name="app_name">LoginSDK</string>
<string name="user_name_hint">Email</string>
<string name="password_hint">Password</string>
<string name="quick_login">Play(%sS)</string>
<string name="quick_play">Play</string>
<string name="login">Login</string>
<string name="signup">Signup</string>
<string name="bind">Bound to email</string>
<string name="loading">Loading</string>
<!-- toast -->
<string name="illegal_uname_tip">Invalid Email</string>
<string name="illegal_pwd_tip">Invalid Password (6–20 characters).</string>
<string name="illegal_user_exist">Email has already used</string>
<string name="illegal_pwd_invalid">Password is incorrect. Please try again.</string>
<string name="illegal_user_not_exist">Invalid Email</string>
<string name="invalid_email">Invalid Email</string>
<string name="login_fail">Login failed</string>
<string name="signup_fail">Signup failed</string>
<string name="bind_fail">Bound failed</string>
<string name="net_error">Internet unavailable, please check</string>
<string name="gump_login">Login with Gumptech</string>
<string name="signup_success">Sign Up Successfully</string>
<!-- facebook -->
<string name="com_facebook_dialogloginactivity_ok_button">OK</string>
<string name="com_facebook_loginview_log_out_button">Log out</string>
<!-- string name="com_facebook_loginview_log_in_button">Log in with Facebook</string -->
<string name="com_facebook_loginview_log_in_button">Sign up with Facebook</string>
<string name="com_facebook_loginview_logged_in_as">Logged in as: %1$s</string>
<string name="com_facebook_loginview_logged_in_using_facebook">Logged in using Facebook</string>
<string name="com_facebook_loginview_log_out_action">Log out</string>
<string name="com_facebook_loginview_cancel_action">Cancel</string>
<string name="com_facebook_logo_content_description">Facebook Logo</string>
<string name="com_facebook_usersettingsfragment_log_in_button">Log in…</string>
<string name="com_facebook_usersettingsfragment_logged_in">Logged in</string>
<string name="com_facebook_usersettingsfragment_not_logged_in">Not logged in</string>
<string name="com_facebook_placepicker_subtitle_format">%1$s • %2$,d were here</string>
<string name="com_facebook_placepicker_subtitle_catetory_only_format">%1$s</string>
<string name="com_facebook_placepicker_subtitle_were_here_only_format">%1$,d were here</string>
<string name="com_facebook_picker_done_button_text">Done</string>
<string name="com_facebook_choose_friends">Choose Friends</string>
<string name="com_facebook_nearby">Nearby</string>
<string name="com_facebook_loading">Loading...</string>
<string name="com_facebook_internet_permission_error_title">AndroidManifest Error</string>
<string name="com_facebook_internet_permission_error_message">WebView login requires INTERNET permission</string>
<string name="com_facebook_requesterror_web_login">Your Facebook account is locked. Please log into www.facebook.com to continue.</string>
<string name="com_facebook_requesterror_relogin">Please log into this app again to reconnect your Facebook account.</string>
<string name="com_facebook_requesterror_password_changed">Your Facebook password has changed. Please log into this app again to reconnect your Facebook account.</string>
<string name="com_facebook_requesterror_reconnect">Please log into this app again to reconnect your Facebook account.</string>
<string name="com_facebook_requesterror_permissions">This app doesn’t have permission to do this. To change permissions, try logging into the app again.</string>
<!-- 支付相关 -->
<!-- title -->
<string name="title_mycard">Mycard點數儲值</string>
<string name="title_mycard_member">Mycard會員扣點</string>
<string name="title_mycard_billing">Mycard Billing</string>
<string name="title_mol">MOLPoints Gift Card</string>
<string name="title_mol_wallet">MOLPoints E-Wallet</string>
<string name="title_12call">12Call</string>
<string name="title_tm">True Money</string>
<string name="title_zest">Zest</string>
<string name="title_gp">Google play</string>
<string name="title_paypal">Paypal</string>
<string name="title_rixty">Rixty</string>
<string name="title_ngan">NganLoung</string>
<string name="title_easy2pay">Easy2Pay</string>
<string name="title_indomog_voucher">Indomog</string>
<string name="title_indomog_account">Indomog Account Balance</string>
<string name="title_payment_choice">Select payment methods</string>
<!-- summary title -->
<string name="summary_title">Price list:</string>
<!-- payment -->
<string name="useranme_pattern">Account:%s</string>
<string name="mol_card_hint">Card No.</string>
<string name="mol_pass_hint">Password</string>
<string name="pay_ok">OK</string>
<string name="pay_error">Charging Failed, please try again.</string>
<string name="card_input_tip">Card information</string>
<string name="amount_choice_tip">Please select the amount</string>
<!-- paypal -->
<string name="paypal_amount_hint">Please enter the payment amount (Integer between %s to 10000)</string>
<string name="paypal_choice_tip">Please select the amount</string>
<!-- gp -->
<string name="gp_choice_tip">Please select the amount</string>
</resources>