diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-10-05 12:32:44 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-10-05 12:32:44 -0400 |
commit | 7f5a871f84639a90eebd0ac1d0ee7f759e220cf6 (patch) | |
tree | f814b2fa2ae888d0b2e800f14c6c8d6b75e85428 /app/Locales/zh_CN/translations.php | |
parent | bae57838c2dd789064b246308c7cb3a33bba5b8e (diff) |
Projects are not anymore visible to everybody by default
Diffstat (limited to 'app/Locales/zh_CN/translations.php')
-rw-r--r-- | app/Locales/zh_CN/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locales/zh_CN/translations.php b/app/Locales/zh_CN/translations.php index 41afd362..8d4b3678 100644 --- a/app/Locales/zh_CN/translations.php +++ b/app/Locales/zh_CN/translations.php @@ -196,7 +196,7 @@ return array( 'revoke' => '撤销', 'List of authorized users' => '已授权的用户列表', 'User' => '用户', - 'Everybody have access to this project.' => '任何人都有该项目权限。', + // 'Nobody have access to this project.' => '', 'You are not allowed to access to this project.' => '您对该项目没有权限。', 'Comments' => '评论', 'Post comment' => '发表评论', @@ -421,7 +421,7 @@ return array( // 'view the task on Kanboard' => '', // 'Public access' => '', // 'Categories management' => '', - // 'Users management' => '', + // 'User management' => '', // 'Active tasks' => '', // 'Disable public access' => '', // 'Enable public access' => '', |