1<?php
2$lang['usetitle'] = 'Show the title instead of the ID?';
3$lang['sort'] = 'Sort order';
4$lang['sort_o_id'] = 'by ID';
5$lang['sort_o_title'] = 'by title';
6$lang['sort_o_ns_id'] = 'by ID, namespace first';
7$lang['sort_o_ns_title'] = 'by title, namespace first';
8$lang['peek'] = 'Number of levels to peek into a non-readable namespace to see if there are readable children deeper down.';
9