Blame view

ios/GameSDKResources.bundle/en.strings 1.05 KB
bd0fbf81f   赵康   update version 3....
1
2
  "user_name_hint" = "Email";
  "password_hint" = "Password";
d09807c7a   赵康   update to 3.3.6 a...
3
  "quick_play" = "Guest Play";
bd0fbf81f   赵康   update version 3....
4
  "login" = "Login";
d09807c7a   赵康   update to 3.3.6 a...
5
  "gump_login" = "Login";
bd0fbf81f   赵康   update version 3....
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  "signup" = "Signup";
  "bind" = "Bound to email";
  "loading" = "Loading";
  "cancel" = "Cancel";
  "ok" = "OK";
  "illegal_uname_tip" = "Invalid Email";
  "illegal_pwd_tip" = "Invalid Password (6-20 characters)";
  "illegal_user_exist" = "Email has already used";
  "illegal_pwd_invalid" = "Password is incorrect, please try again";
  "illegal_user_not_exist" = "Invalid Email";
  "invalid_email" = "Please input your email";
  "login_fail" = "Login failed";
  "signup_fail" = "Signup failed";
  "bind_fail" = "Bound failed";
3956cd494   alexYang   密码修改与重置
20
21
22
23
24
25
26
27
28
29
  "switch"="Switching accounts";
  "change_password" = "Change Password";
  "current_password" = "Current Password";
  "change_password_notice" = "current passeord isn't required when reset password.";
  "new_password" = "New Password";
  "Reset" = "Reset";
  "Confirm" = "Confirm";
  "Succeed" = "Succeed";
  "reset_fail" = "Reset fail, please contact customer service";
  "reset_success" = "An email has been sent to you, please follow the instructions in email.";