summaryrefslogtreecommitdiff
path: root/lib/plugins/config/lang/en
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2009-05-05 00:25:44 +0200
committerAnika Henke <anika@selfthinker.org>2009-05-05 00:25:44 +0200
commit91459163e4ff1c28a910340507960898f4d8e126 (patch)
tree9baa676a5121b84c13f03e738259ec3999f94422 /lib/plugins/config/lang/en
parent2139f10a3767196a61404cfad3af5b6af3c04992 (diff)
downloadrpg-91459163e4ff1c28a910340507960898f4d8e126.tar.gz
rpg-91459163e4ff1c28a910340507960898f4d8e126.tar.bz2
Purple Numbers (granular hierarchical IDs) - set $conf['purplenumbers'] and adjust your CSS
darcs-hash:20090504222544-f7d6d-fd9e4c771c5aef32dc2927a1da4dfa4fc4f8b4f1.gz
Diffstat (limited to 'lib/plugins/config/lang/en')
-rw-r--r--lib/plugins/config/lang/en/lang.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php
index 9988ada62..f74393703 100644
--- a/lib/plugins/config/lang/en/lang.php
+++ b/lib/plugins/config/lang/en/lang.php
@@ -67,6 +67,7 @@ $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)';
@@ -176,6 +177,11 @@ $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';