1<?php
2/**
3 * French language file
4 *
5 * @license    MIT
6 * @author     Félix Faisant <xcodexif@xif.fr>
7 *
8 */
9
10$lang['encoding']       = 'utf-8';
11$lang['direction']      = 'ltr';
12$lang['unknownoption']  = 'Option %s inconnue pour &lt;catlist&gt;';
13$lang['outofpages']     = 'Vous devez rester dans le dossier <code>data/pages</code> !';
14$lang['dontexist']      = 'La catégorie <code>%s</code> n\'existe pas';
15$lang['addpage']        = 'Créer une page...';