diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-10-05 19:40:57 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-10-05 19:40:57 -0400 |
commit | d138834dcf902534f78237939926e97fd9a0eebe (patch) | |
tree | a6247b9ed98079899c9e21d43044030b69088bee /app/Locales/pt_BR | |
parent | 7f5a871f84639a90eebd0ac1d0ee7f759e220cf6 (diff) |
Regular users are able to create private projects
Diffstat (limited to 'app/Locales/pt_BR')
-rw-r--r-- | app/Locales/pt_BR/translations.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/Locales/pt_BR/translations.php b/app/Locales/pt_BR/translations.php index b53650a7..cb158072 100644 --- a/app/Locales/pt_BR/translations.php +++ b/app/Locales/pt_BR/translations.php @@ -420,7 +420,7 @@ return array( // 'I want to receive notifications only for those projects:' => '', // 'view the task on Kanboard' => '', // 'Public access' => '', - // 'Categories management' => '', + // 'Category management' => '', // 'User management' => '', // 'Active tasks' => '', // 'Disable public access' => '', @@ -534,4 +534,6 @@ return array( // 'Token regenerated.' => '', // 'Date format' => '', // 'ISO format is always accepted, example: "%s" and "%s"' => '', + // 'New private project' => '', + // 'This project is private' => '', ); |