diff options
Diffstat (limited to 'app/Locales/it_IT/translations.php')
-rw-r--r-- | app/Locales/it_IT/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locales/it_IT/translations.php b/app/Locales/it_IT/translations.php index 24d13360..8e9343f6 100644 --- a/app/Locales/it_IT/translations.php +++ b/app/Locales/it_IT/translations.php @@ -196,7 +196,7 @@ return array( 'revoke' => 'revocare', 'List of authorized users' => 'Lista di utenti autorizzati', 'User' => 'Utente', - 'Everybody have access to this project.' => 'Tutti hanno accesso a questo progetto.', + // 'Nobody have access to this project.' => '', 'You are not allowed to access to this project.' => 'Non hai l\'accesso a questo progetto.', 'Comments' => 'Commenti', 'Post comment' => 'Mandare commento', @@ -421,7 +421,7 @@ return array( 'view the task on Kanboard' => 'vedi il compito su Kanboard', // 'Public access' => '', // 'Categories management' => '', - // 'Users management' => '', + // 'User management' => '', // 'Active tasks' => '', // 'Disable public access' => '', // 'Enable public access' => '', |