en.php 1.7 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. $lang->index->common = 'Home';
  3. $lang->index->index = 'Home';
  4. $lang->index->app = 'Home';
  5. $lang->index->pleaseInput = 'Type to enter.';
  6. $lang->index->search = 'Search';
  7. $lang->index->dock = new stdClass();
  8. $lang->index->dock->open = 'Open';
  9. $lang->index->dock->reload = 'Reload';
  10. $lang->index->dock->close = 'Close';
  11. $lang->index->dock->sort = 'Sort';
  12. $lang->index->dock->save = 'Exit Sorting';
  13. $lang->index->dock->hide = 'Hide';
  14. $lang->index->dock->add = 'Add';
  15. $lang->index->dock->divider = 'Divider';
  16. $lang->index->dock->restore = 'Reset to Default';
  17. $lang->index->upgradeVersion = 'Available Update';
  18. $lang->index->upgradeNow = 'Upgrade now';
  19. $lang->index->upgrade = 'Upgrade';
  20. $lang->index->log = 'View Release Notes';
  21. $lang->index->detailed = 'Details';
  22. $lang->index->website = 'Please visit our official website.';
  23. $lang->index->tutorialTip = 'You are currently in tutorial mode. Would you like to continue?';
  24. $lang->index->chat = new stdclass();
  25. $lang->index->chat->chat = 'Chat';
  26. $lang->index->chat->ai = 'AI';
  27. $lang->index->chat->unconfiguredFormat = 'The %s feature has not been configured yet, %s.';
  28. $lang->index->chat->goConfigureFormat = 'Click to navigate to <a class="text-primary configure-chat-button" href="%s">%s to set it up.</a>';
  29. $lang->index->chat->contactAdminForHelp = 'Please contact an administrator for assistance.';
  30. $lang->index->chat->unauthorized = 'You don’t have permission to access the AI chat feature. Please contact your administrator to request access.';
  31. $lang->index->chat->reloadTip = 'You may <a class="text-primary" id="reload-ai-chat">reload this page</a> if you believe that the configuration has been completed.';