xref: /plugin/aichat/lang/en/lang.php (revision c4127b8eaa34d17c32e43825ba2e2e2cf86dfea0)
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';
923cafd9fSAndreas Gohr$lang['placeholder'] = 'Your question…';
10*c4127b8eSAndreas Gohr$lang['restricted'] = 'Sorry, the AI chat has not been enabled for you.';
11