aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/plugins/logviewer/lang
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2020-10-15 12:13:32 +0200
committerAndreas Gohr <andi@splitbrain.org>2020-10-15 12:19:55 +0200
commit6071f0eef30466192d0db9320b73a17c5ef7df39 (patch)
treea64bdb3c0583c63c409e48b196bb08addb13acfa /lib/plugins/logviewer/lang
parentcad4fbf6e21bd4a053f1f42b9e40c74f1cfaeab6 (diff)
downloaddokuwiki-logging.tar.gz
dokuwiki-logging.zip
added JavaScript based filter mechanismlogging
Diffstat (limited to 'lib/plugins/logviewer/lang')
-rw-r--r--lib/plugins/logviewer/lang/en/lang.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/plugins/logviewer/lang/en/lang.php b/lib/plugins/logviewer/lang/en/lang.php
index 3f32e0bed..7daff6ab4 100644
--- a/lib/plugins/logviewer/lang/en/lang.php
+++ b/lib/plugins/logviewer/lang/en/lang.php
@@ -6,4 +6,5 @@
*/
$lang['menu'] = 'View Logs';
-
+$lang['date'] = 'Date';
+$lang['js']['filter'] = 'Filter Loglines:';