From d6b2e685a5f7569e36f030a273b16878e7144eeb Mon Sep 17 00:00:00 2001 From: LarsDW223 Date: Sat, 10 Sep 2016 14:14:42 +0200 Subject: [PATCH] Fixed missing language strings for 'preview' and 'filetype'. Upped version. --- lang/de/lang.php | 2 ++ lang/en/lang.php | 2 ++ plugin.info.txt | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lang/de/lang.php b/lang/de/lang.php index 219d5ba..7abd79a 100644 --- a/lang/de/lang.php +++ b/lang/de/lang.php @@ -12,3 +12,5 @@ $lang['filesize'] = 'Dateigröße'; $lang['lastmodified'] = 'Letzte Änderung'; $lang['error_nomatch'] = 'Keine Treffer'; $lang['error_outsidejail'] = 'Zugriff verweigert'; +$lang['preview'] = 'Vorschau'; +$lang['filetype'] = 'Dateityp'; diff --git a/lang/en/lang.php b/lang/en/lang.php index 982fd2a..1f7afdc 100644 --- a/lang/en/lang.php +++ b/lang/en/lang.php @@ -12,3 +12,5 @@ $lang['filesize'] = 'Filesize'; $lang['lastmodified'] = 'Last modified'; $lang['error_nomatch'] = 'No match'; $lang['error_outsidejail'] = 'Access denied'; +$lang['preview'] = 'Preview'; +$lang['filetype'] = 'Filetype'; diff --git a/plugin.info.txt b/plugin.info.txt index 5320187..5523982 100644 --- a/plugin.info.txt +++ b/plugin.info.txt @@ -1,7 +1,7 @@ base filelist author Gina Häußge, Dokufreaks email gina@foosel.net, freaks@dokuwiki.org -date 2016-05-14 +date 2016-09-10 name Filelist Plugin desc Lists files matching a given glob pattern. url https://www.dokuwiki.org/plugin:filelist