diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-22 16:30:03 -0500 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-22 16:30:03 -0500 |
commit | 2f4651411b1827e1e5859ba6053052b508f455e0 (patch) | |
tree | ea07631e7a5e5850367f873c7a9c1a0e07e10638 /locales | |
parent | a1923d3d7f9276e859d6fd6bee339f0ea00f6544 (diff) |
Add kiosk mode, public board access with read-only and auto-refresh
Diffstat (limited to 'locales')
-rw-r--r-- | locales/fr_FR/translations.php | 1 | ||||
-rw-r--r-- | locales/pl_PL/translations.php | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index 245825ad..7d021fcc 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -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', ); diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index 32e9e3c8..c5e993f5 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -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' => '', + */ ); |