xref: /plugin/aichat/lang/en/lang.php (revision c1e277fbba52f3cb14b82e5184993eb0611909c6)
18817535bSAndreas Gohr<?php
28817535bSAndreas Gohr/**
38817535bSAndreas Gohr * English language file for aichat plugin
48817535bSAndreas Gohr *
58817535bSAndreas Gohr * @author Andreas Gohr <gohr@cosmocode.de>
68817535bSAndreas Gohr */
78817535bSAndreas Gohr
823cafd9fSAndreas Gohr$lang['title'] = 'AI Chat';
9*c1e277fbSAndreas Gohr$lang['hello'] = 'Hello, how can I help you?';
1023cafd9fSAndreas Gohr$lang['placeholder'] = 'Your question…';
11c4127b8eSAndreas Gohr$lang['restricted'] = 'Sorry, the AI chat has not been enabled for you.';
12f43684f4SAndreas Gohr$lang['send-button'] = 'Send your question [Enter]';
13f43684f4SAndreas Gohr$lang['restart-button'] = 'Restart the conversation';
14f43684f4SAndreas Gohr$lang['close-button'] = 'Close';
15f43684f4SAndreas Gohr$lang['fullscreen-button'] = 'Toggle fullscreen';
16726299cbSEduardo Mozart de Oliveira$lang['js']['error'] = 'Sorry, something went wrong';
17