index.php 637 B

123456789
  1. <?php
  2. return [
  3. 'No background menu, please contact super administrator!' => 'No background menu, please contact the super administrator!',
  4. 'You have already logged in. There is no need to log in again~' => 'You have already logged in, no need to log in again.',
  5. 'Login succeeded!' => 'Login successful!',
  6. 'Incorrect user name or password!' => 'Incorrect username or password!',
  7. 'Login' => 'Login',
  8. 'Logout' => 'Logout',
  9. ];