summaryrefslogtreecommitdiff
path: root/app/Locales/es_ES/translations.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-10-05 12:32:44 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-10-05 12:32:44 -0400
commit7f5a871f84639a90eebd0ac1d0ee7f759e220cf6 (patch)
treef814b2fa2ae888d0b2e800f14c6c8d6b75e85428 /app/Locales/es_ES/translations.php
parentbae57838c2dd789064b246308c7cb3a33bba5b8e (diff)
Projects are not anymore visible to everybody by default
Diffstat (limited to 'app/Locales/es_ES/translations.php')
-rw-r--r--app/Locales/es_ES/translations.php4
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',