xref: /plugin/aichat/lang/de/lang.php (revision f43684f4ba129efc0e676fa29f0c43f710a324e2)
123cafd9fSAndreas Gohr<?php
223cafd9fSAndreas Gohr/**
323cafd9fSAndreas Gohr * German language file for aichat plugin
423cafd9fSAndreas Gohr *
523cafd9fSAndreas Gohr * @author Andreas Gohr <gohr@cosmocode.de>
623cafd9fSAndreas Gohr */
723cafd9fSAndreas Gohr
823cafd9fSAndreas Gohr$lang['title'] = 'KI Chat';
923cafd9fSAndreas Gohr$lang['placeholder'] = 'Ihre Frage…';
10*f43684f4SAndreas Gohr$lang['restricted'] = 'Entschuldigung, der KI-Chat wurde für Sie nicht aktiviert.';
11*f43684f4SAndreas Gohr$lang['send-button'] = 'Frage senden [Enter]';
12*f43684f4SAndreas Gohr$lang['restart-button'] = 'Gespräch neu starten';
13*f43684f4SAndreas Gohr$lang['close-button'] = 'Schließen';
14*f43684f4SAndreas Gohr$lang['fullscreen-button'] = 'Vollbild umschalten';
15