diff options
Diffstat (limited to 'lib/plugins/config/lang/en/lang.php')
-rw-r--r-- | lib/plugins/config/lang/en/lang.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php index 4eefbaad3..842e419ce 100644 --- a/lib/plugins/config/lang/en/lang.php +++ b/lib/plugins/config/lang/en/lang.php @@ -67,7 +67,6 @@ $lang['recent'] = 'Recent changes'; $lang['breadcrumbs'] = 'Number of breadcrumbs'; $lang['youarehere'] = 'Hierarchical breadcrumbs'; $lang['typography'] = 'Do typographical replacements'; -$lang['purplenumbers']= 'Show Purple Numbers'; $lang['htmlok'] = 'Allow embedded HTML'; $lang['phpok'] = 'Allow embedded PHP'; $lang['dformat'] = 'Date format (see PHP\'s <a href="http://www.php.net/strftime">strftime</a> function)'; @@ -178,11 +177,6 @@ $lang['typography_o_0'] = 'none'; $lang['typography_o_1'] = 'excluding single quotes'; $lang['typography_o_2'] = 'including single quotes (might not always work)'; -/* purplenumbers options */ -$lang['purplenumbers_o_0'] = 'off'; -$lang['purplenumbers_o_1'] = 'create IDs unique per page'; -$lang['purplenumbers_o_2'] = 'create IDs completely unique per site'; - /* userewrite options */ $lang['userewrite_o_0'] = 'none'; $lang['userewrite_o_1'] = '.htaccess'; |