1<?php
2// * French language file
3
4// settings must be present and set appropriately for the language
5$lang['encoding']   = 'utf-8';
6$lang['direction']  = 'ltr';
7
8$lang['bootnote.info'] = 'Note';
9$lang['bootnote.question'] = 'Question';
10$lang['bootnote.learn'] = 'A Savoir';
11$lang['bootnote.link'] = 'Lien';
12$lang['bootnote.alert'] = 'Attention';
13$lang['bootnote.fire'] = 'Important';
14
15