xref: /plugin/simplenavi/lang/en/settings.php (revision 8a3822ef8bc669060d9b18f3986be824f985b5c7)
1db559ff9SMichael Große<?php
24c5e7fe5SAndreas Gohr$lang['usetitle'] = 'Show the title instead of the ID?';
34c5e7fe5SAndreas Gohr$lang['sort'] = 'Sort order';
44c5e7fe5SAndreas Gohr$lang['sort_o_id'] = 'by ID';
54c5e7fe5SAndreas Gohr$lang['sort_o_title'] = 'by title';
64c5e7fe5SAndreas Gohr$lang['sort_o_ns_id'] = 'by ID, namespace first';
74c5e7fe5SAndreas Gohr$lang['sort_o_ns_title'] = 'by title, namespace first';
8*8a3822efSAndreas Gohr$lang['peek'] = 'Number of levels to peek into a non-readable namespace to see if there are readable children deeper down.';
9