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