Add kiosk mode, public board access with read-only and auto-refresh

This commit is contained in:
Frédéric Guillot
2014-02-22 16:30:03 -05:00
parent a1923d3d7f
commit 2f4651411b
12 changed files with 121 additions and 19 deletions

View File

@@ -179,4 +179,5 @@ return array(
'Completed tasks for "%s"' => 'Tâches terminées pour "%s"',
'%d closed tasks' => '%d tâches terminées',
'no task for this project' => 'aucune tâche pour ce projet',
'Public link' => 'Accès public',
);

View File

@@ -181,5 +181,7 @@ return array(
'List of projects' => '',
'Completed tasks for "%s"' => '',
'%d closed tasks' => '',
'no task for this project' => '',*/
'no task for this project' => '',
'Public link' => '',
*/
);