diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-09-26 15:57:39 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-09-26 15:57:39 -0400 |
commit | 9ca4b43a97ae92fad57b00ac0217d5b7078272fb (patch) | |
tree | cd16f66b175dad4be54f24533b1671015dd34699 /app/Locale/zh_CN | |
parent | 47c1bc965254dc539cd8996730fcc00546a32143 (diff) |
Add page to show the list of plugins
Diffstat (limited to 'app/Locale/zh_CN')
-rw-r--r-- | app/Locale/zh_CN/translations.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index 5ad5e9c8..c8cd2691 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -1012,4 +1012,8 @@ return array( // 'Table of contents' => '', // 'Gantt' => '', // 'Help with project permissions' => '', + // 'Author' => '', + // 'Version' => '', + // 'Plugins' => '', + // 'There is no plugin loaded.' => '', ); |