1<?php 2/** 3 * English language file 4 * 5 * @license MIT 6 * @author Félix Faisant <xcodexif@xif.fr> 7 */ 8 9$lang['encoding'] = 'utf-8'; 10$lang['direction'] = 'ltr'; 11$lang['unknownoption'] = 'Unknown option %s for <catlist>'; 12$lang['outofpages'] = 'You must stay in <code>data/pages</code> folder !'; 13$lang['dontexist'] = 'The namespace <code>%s</code> does not exist'; 14$lang['addpage'] = 'Add a page...';