Blame view
android/GameSDKRelease/res/values/strings.xml
4.39 KB
535d080be
![]() |
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 |
<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 Now</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> <!-- 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> <!-- mol channel --> <string name="channel_12call">12call</string> <string name="channel_truemoney">true money</string> <string name="channel_zest">zest</string> <string name="channel_molpoint">mol points</string> <!-- payment --> <string name="useranme_pattern">Account:%s</string> <string name="mol_channel_title">Please select payment methods</string> <string name="mol_card_hint">Please input your card number</string> <string name="mol_pass_hint">Please input your password</string> <string name="pay_ok">OK</string> <string name="pay_error">Charging Failed, please try again.</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 or enter the amount</string> <!-- gp --> <string name="gp_choice_tip">Please select the amount</string> </resources> |