diff options
Diffstat (limited to 'app/Locales/es_ES/translations.php')
-rw-r--r-- | app/Locales/es_ES/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locales/es_ES/translations.php b/app/Locales/es_ES/translations.php index 4e7bc537..cd611bf8 100644 --- a/app/Locales/es_ES/translations.php +++ b/app/Locales/es_ES/translations.php @@ -196,7 +196,7 @@ return array( 'revoke' => 'revocar', 'List of authorized users' => 'Lista de los usuarios autorizados', 'User' => 'Usuario', - 'Everybody have access to this project.' => 'Todo el mundo tiene acceso al proyecto.', + // 'Nobody have access to this project.' => '', 'You are not allowed to access to this project.' => 'No está autorizado a acceder a este proyecto.', 'Comments' => 'Comentarios', 'Post comment' => 'Commentar', @@ -421,7 +421,7 @@ return array( 'view the task on Kanboard' => 'ver la tarea en Kanboard', 'Public access' => 'Acceso público', 'Categories management' => 'Gestión de Categorías', - 'Users management' => 'Gestión de Usuarios', + 'User management' => 'Gestión de Usuarios', 'Active tasks' => 'Tareas activas', 'Disable public access' => 'Desactivar acceso público', 'Enable public access' => 'Activar acceso público', |