xref: /plugin/aichat/lang/de/lang.php (revision c1e277fbba52f3cb14b82e5184993eb0611909c6)
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';
9*c1e277fbSAndreas Gohr$lang['hello'] = 'Hallo, wie kann ich Ihnen helfen?';
1023cafd9fSAndreas Gohr$lang['placeholder'] = 'Ihre Frage…';
11f43684f4SAndreas Gohr$lang['restricted'] = 'Entschuldigung, der KI-Chat wurde für Sie nicht aktiviert.';
12f43684f4SAndreas Gohr$lang['send-button'] = 'Frage senden [Enter]';
13f43684f4SAndreas Gohr$lang['restart-button'] = 'Gespräch neu starten';
14f43684f4SAndreas Gohr$lang['close-button'] = 'Schließen';
15f43684f4SAndreas Gohr$lang['fullscreen-button'] = 'Vollbild umschalten';
16