diff options
author | Olivier Maridat <olivier.maridat@trialog.com> | 2017-07-11 12:51:28 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2017-07-16 19:21:22 -0400 |
commit | 46974915b328d90a140dc9c27229d10742343b00 (patch) | |
tree | 0800722e3910e2ec4760f1bc88f066f7442f65e2 /app/Locale/fr_FR/translations.php | |
parent | 347aff94ded8920ff3ba5544aec20804b9d4279e (diff) |
Add "Create another link" checkbox for internal link as in sub-task creation
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 5e183eaf..c3cb6b43 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1338,4 +1338,5 @@ return array( 'This task was sent by email to "%s" with subject "%s".' => 'Cette tâche a été envoyée par courrier électronique à « %s » avec le sujet « %s ».', 'Predefined Email Subjects' => 'Sujets de courrier électronique prédéfinis', 'Write one subject by line.' => 'Écrivez un sujet par ligne.', + 'Create another link' => 'Créer un autre lien', ); |