user.php 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Username' => 'Username',
  5. 'Nickname' => 'Nickname',
  6. 'Firstname' => 'Firstname',
  7. 'Lastname' => 'Lastname',
  8. 'Password' => 'Password',
  9. 'Salt' => 'Salt',
  10. 'Email' => 'Email',
  11. 'Mobile' => 'Mobile',
  12. 'Simplemobile' => 'Simple mobile',
  13. 'Avatar' => 'Avatar',
  14. 'Level' => 'Level',
  15. 'Gender' => 'Gender',
  16. 'Birthday' => 'Birthday',
  17. 'Bio' => 'Bio',
  18. 'Successions' => 'Successions',
  19. 'Maxsuccessions' => 'Maxsuccessions',
  20. 'Prevtime' => 'Prev time',
  21. 'Logintime' => 'Login time',
  22. 'Loginip' => 'Login ip',
  23. 'Loginfailure' => 'Login failure',
  24. 'Joinip' => 'Join ip',
  25. 'Jointime' => 'Join time',
  26. 'Createtime' => 'Create time',
  27. 'Updatetime' => 'Update time',
  28. 'Token' => 'Token',
  29. 'Status' => 'Status',
  30. 'Status 0' => 'Off',
  31. 'Status 1' => 'On',
  32. 'Verification' => 'Verification',
  33. 'Height' => 'Height',
  34. 'Age' => 'Age',
  35. 'Weight' => 'Weight',
  36. 'Address' => 'Address',
  37. 'Notice_email' => 'Notice email',
  38. 'Notice_email 1' => 'On',
  39. 'Notice_email 0' => 'Off',
  40. 'Notice_whatsapp' => 'Notice whatsapp',
  41. 'Notice_whatsapp 1' => 'On',
  42. 'Notice_whatsapp 0' => 'Off',
  43. 'Whatsapp' => 'Whatsapp'
  44. ];