profile.php 784 B

1234567891011121314
  1. <?php
  2. return [
  3. 'Url' => 'Url',
  4. 'Userame' => 'Userame',
  5. 'Createtime' => 'Createtime',
  6. 'Click to edit' => 'Click to edit',
  7. 'Admin log' => 'Admin log',
  8. 'Leave password blank if dont want to change' => 'Leave password blank if dont want to change',
  9. 'Please input correct email' => 'Please input correct email',
  10. 'Please input correct password' => 'Please input correct password',
  11. 'Password must be 6 to 30 characters' => 'Password must be 6 to 30 characters',
  12. 'Email already exists' => 'Email already exists',
  13. ];