1db559ff9SMichael Große<?php 2*4c5e7fe5SAndreas Gohr$lang['usetitle'] = 'Show the title instead of the ID?'; 3*4c5e7fe5SAndreas Gohr$lang['sort'] = 'Sort order'; 4*4c5e7fe5SAndreas Gohr$lang['sort_o_id'] = 'by ID'; 5*4c5e7fe5SAndreas Gohr$lang['sort_o_title'] = 'by title'; 6*4c5e7fe5SAndreas Gohr$lang['sort_o_ns_id'] = 'by ID, namespace first'; 7*4c5e7fe5SAndreas Gohr$lang['sort_o_ns_title'] = 'by title, namespace first'; 8