<?php
/**
 * English language file
 *
 * @license    MIT
 * @author     Félix Faisant <xcodexif@xif.fr>
 */
 
$lang['encoding']       = 'utf-8';
$lang['direction']      = 'ltr';
$lang['unknownoption']  = 'Unknown option %s for &lt;catlist&gt;';
$lang['outofpages']     = 'You must stay in <code>data/pages</code> folder !';
$lang['dontexist']      = 'The namespace <code>%s</code> does not exist';
$lang['addpage']        = 'Add a page...';