instance.php 1.3 KB

123456789101112131415
  1. <?php
  2. $lang->instance->terminal = 'Terminal';
  3. $lang->instance->errors->connectFailed = 'Connect failed';
  4. $lang->instance->errors->connectClosed = 'Connect closed, whether to refresh the page';
  5. $lang->instance->errors->connectErrors = array();
  6. $lang->instance->errors->connectErrors['invalid_token'] = 'The token entered is incorrect, whether to refresh the page, cancel otherwise';
  7. $lang->instance->errors->connectErrors['expired_token'] = 'The token has expired, whether to refresh the page, cancel otherwise';
  8. $lang->instance->errors->connectErrors['verify_failed_token'] = 'The token verification failed, whether to refresh the page, cancel otherwise';
  9. $lang->instance->errors->connectErrors['resource_not_found'] = 'The object operated on does not exist, whether to refresh the page, cancel otherwise';
  10. $lang->instance->errors->connectErrors['session_expired'] = 'The session has expired, whether to refresh the page, cancel otherwise';
  11. $lang->instance->errors->connectErrors['create_executor_failed'] = 'Internal error, failed to create exec connection, whether to refresh the page, cancel otherwise';
  12. $lang->instance->errors->connectErrors['upstream_closed'] = 'Internal error, upstream stream connection failed, whether to refresh the page, cancel otherwise';
  13. $lang->instance->sourceList['system'] = 'System';