| 12345678910111213141516171819202122232425262728293031323334 |
- <?php
- $lang->index->common = 'Home';
- $lang->index->index = 'Home';
- $lang->index->app = 'Home';
- $lang->index->pleaseInput = 'Type to enter.';
- $lang->index->search = 'Search';
- $lang->index->dock = new stdClass();
- $lang->index->dock->open = 'Open';
- $lang->index->dock->reload = 'Reload';
- $lang->index->dock->close = 'Close';
- $lang->index->dock->sort = 'Sort';
- $lang->index->dock->save = 'Exit Sorting';
- $lang->index->dock->hide = 'Hide';
- $lang->index->dock->add = 'Add';
- $lang->index->dock->divider = 'Divider';
- $lang->index->dock->restore = 'Reset to Default';
- $lang->index->upgradeVersion = 'Available Update';
- $lang->index->upgradeNow = 'Upgrade now';
- $lang->index->upgrade = 'Upgrade';
- $lang->index->log = 'View Release Notes';
- $lang->index->detailed = 'Details';
- $lang->index->website = 'Please visit our official website.';
- $lang->index->tutorialTip = 'You are currently in tutorial mode. Would you like to continue?';
- $lang->index->chat = new stdclass();
- $lang->index->chat->chat = 'Chat';
- $lang->index->chat->ai = 'AI';
- $lang->index->chat->unconfiguredFormat = 'The %s feature has not been configured yet, %s.';
- $lang->index->chat->goConfigureFormat = 'Click to navigate to <a class="text-primary configure-chat-button" href="%s">%s to set it up.</a>';
- $lang->index->chat->contactAdminForHelp = 'Please contact an administrator for assistance.';
- $lang->index->chat->unauthorized = 'You don’t have permission to access the AI chat feature. Please contact your administrator to request access.';
- $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.';
|