<?php
/**
 * French language file for aichat plugin
 *
 * @author ChatGPT
 */

$lang['title'] = 'Chat IA';
$lang['hello'] = 'Bonjour, comment puis-je vous aider ?';
$lang['placeholder'] = 'Votre question…';
$lang['restricted'] = "Désolé, le chat IA n'a pas été activé pour vous.";
$lang['send-button'] = 'Envoyer votre question [Entrée]';
$lang['restart-button'] = 'Redémarrer la conversation';
$lang['close-button'] = 'Fermer';
$lang['fullscreen-button'] = 'Basculer en plein écran';
$lang['js']['error'] = 'Désolé, une erreur s\'est produite';
