xref: /plugin/aichat/lang/en/settings.php (revision e33a1d7adcbf36c57f516e2f829ec8ad59cdb47b)
1<?php
2/**
3 * english language file for aichat plugin
4 *
5 * @author Andreas Gohr <gohr@cosmocode.de>
6 */
7
8$lang['openaikey'] = 'Your OpenAI API key';
9$lang['openaiorg'] = 'Your OpenAI organization ID (if any)';
10$lang['model'] = 'Which model to use. When changing models, be sure to run <code>php bin/plugin.php aichat embed -c</code> to rebuild the vector storage.';
11$lang['logging'] = 'Log all questions and answers. Use the <a href="?do=admin&page=logviewer&facility=aichat">Log Viewer</a> to access.';
12$lang['restrict'] = 'Restrict access to these users and groups (comma separated). Leave empty to allow all users.';
13$lang['preferUIlanguage'] = 'How to work with multilingual wikis? (Requires the translation plugin)';
14
15$lang['preferUIlanguage_o_0'] = 'Guess language, use all sources';
16$lang['preferUIlanguage_o_1'] = 'Prefer UI language, use all sources';
17$lang['preferUIlanguage_o_2'] = 'Prefer UI language, same language sources only';
18