summaryrefslogtreecommitdiff
path: root/lib/plugins/config/lang/en
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2011-03-19 19:52:51 +0100
committerAndreas Gohr <andi@splitbrain.org>2011-03-19 19:52:51 +0100
commit8cd4c12f3e3d5e9665f20afca85123145912c0e9 (patch)
treea92db7964dd2fbc385966a87c69fa9417b549b54 /lib/plugins/config/lang/en
parente940aea40842bfcf6db8c09bba3135cb9cb5eef9 (diff)
downloadrpg-8cd4c12f3e3d5e9665f20afca85123145912c0e9.tar.gz
rpg-8cd4c12f3e3d5e9665f20afca85123145912c0e9.tar.bz2
replace tokenizer_cmd with action hook
as discussed at http://www.freelists.org/post/dokuwiki/tokenizer-cmd-in-indexer,1
Diffstat (limited to 'lib/plugins/config/lang/en')
-rw-r--r--lib/plugins/config/lang/en/lang.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php
index d7a544850..18bfb56fa 100644
--- a/lib/plugins/config/lang/en/lang.php
+++ b/lib/plugins/config/lang/en/lang.php
@@ -142,8 +142,6 @@ $lang['renderer_xhtml'] = 'Renderer to use for main (xhtml) wiki output';
$lang['renderer__core'] = '%s (dokuwiki core)';
$lang['renderer__plugin'] = '%s (plugin)';
$lang['rememberme'] = 'Allow permanent login cookies (remember me)';
-$lang['external_tokenizer'] = 'Use an external program to split pages into words for indexing';
-$lang['tokenizer_cmd'] = 'Command line to start the external tokenizer';
$lang['rss_type'] = 'XML feed type';
$lang['rss_linkto'] = 'XML feed links to';