<?php
/**
 * English language file for aichat plugin
 *
 * @author Andreas Gohr <gohr@cosmocode.de>
 */

$lang['title'] = 'AI Chat';
$lang['placeholder'] = 'Your question…';
$lang['restricted'] = 'Sorry, the AI chat has not been enabled for you.';
$lang['send-button'] = 'Send your question [Enter]';
$lang['restart-button'] = 'Restart the conversation';
$lang['close-button'] = 'Close';
$lang['fullscreen-button'] = 'Toggle fullscreen';
