diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-25 18:03:09 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-25 18:03:09 -0400 |
commit | 839a0d831e82a21ced8654fcd8b4832975f6a87f (patch) | |
tree | c57cd27ba288e1121d390e211da269f729e6bf94 /app/Locale/zh_CN/translations.php | |
parent | 7f33cf6ef5f3fbe576c3d56813447eed91de75bd (diff) |
Switch to MIT license
Diffstat (limited to 'app/Locale/zh_CN/translations.php')
-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 e5e54b59..71c89d91 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -1011,4 +1011,8 @@ return array( // 'no category' => '', // 'Current assignee: %s' => '', // 'not assigned' => '', + // 'Author:' => '', + // 'contributors' => '', + // 'License:' => '', + // 'License' => '', ); |