1<?php 2/** 3 * French language file 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Xarkam <xarkam@gmail.com> 7 */ 8 9// settings must be present and set appropriately for the language 10$lang['encoding'] = 'utf-8'; 11$lang['direction'] = 'ltr'; 12 13$lang['qb_newlinebutton'] = 'Insert new line code'; 14