From d138834dcf902534f78237939926e97fd9a0eebe Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 5 Oct 2014 19:40:57 -0400 Subject: Regular users are able to create private projects --- app/Locales/es_ES/translations.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/Locales/es_ES/translations.php') diff --git a/app/Locales/es_ES/translations.php b/app/Locales/es_ES/translations.php index cd611bf8..218eef07 100644 --- a/app/Locales/es_ES/translations.php +++ b/app/Locales/es_ES/translations.php @@ -420,7 +420,7 @@ return array( 'I want to receive notifications only for those projects:' => 'Quiero recibir notificaciones sólo de estos proyectos:', 'view the task on Kanboard' => 'ver la tarea en Kanboard', 'Public access' => 'Acceso público', - 'Categories management' => 'Gestión de Categorías', + 'Category management' => 'Gestión de Categorías', 'User management' => 'Gestión de Usuarios', 'Active tasks' => 'Tareas activas', 'Disable public access' => 'Desactivar acceso público', @@ -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' => '', ); -- cgit v1.2.3