xref: /plugin/simplenavi/lang/en/settings.php (revision b10b4664a313d958ea445418f6edb76a56ff01dc)
1<?php
2/**
3 * english language file for latexit plugin
4 *
5 * @author  Michael Große <grosse@cosmocode.de>
6 */
7
8$lang['natsort'] = 'Use natural sorting? Eg. <code>foo12</code> comes after <code>foo1</code>';
9$lang['nsfirst'] = 'Sort namespaces before pages?';
10$lang['usetitle'] = 'Sort by and show the title instead of the ID?';
11