diff options
Diffstat (limited to 'include/reddav.php')
-rw-r--r-- | include/reddav.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/include/reddav.php b/include/reddav.php index c4b249598..c4ef5bd08 100644 --- a/include/reddav.php +++ b/include/reddav.php @@ -1280,7 +1280,15 @@ class RedBrowser extends DAV\Browser\Plugin { '$header' => t('Files') . ": " . $this->escapeHTML($path) . "/", '$parentpath' => $parentpath, '$entries' => $f, - '$quota' => $quota + '$quota' => $quota, + '$name' => t('Name'), + '$type' => t('Type'), + '$size' => t('Size'), + '$lastmod' => t('Last Modified'), + '$parent' => t('parent'), + '$edit' => t('Edit'), + '$delete' => t('Delete'), + '$total' => t('Total') )); $output = ''; |