1<?php 2/** 3 * English language file 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Guillaume Turri <guillaume.turri@gmail.com> 7 */ 8 9$lang['encoding'] = 'utf-8'; 10$lang['direction'] = 'ltr'; 11$lang['doesntexist'] = 'this namespace doesn\'t exist: '; 12$lang['subcats'] = 'Subnamespaces:'; 13$lang['pagesinthiscat'] = 'Pages in this namespace:'; 14$lang['continued'] = ' cont.'; 15$lang['nopages'] = 'No pages in this namespace.'; 16$lang['nosubns'] = 'No subnamespaces.'; 17$lang['sidebarOrNs'] = 'With the -sidebar option you cannot specify a namespace. Found: '; 18