summaryrefslogtreecommitdiff
path: root/app/Locale
diff options
context:
space:
mode:
authorOlivier Maridat <olivier.maridat@trialog.com>2017-07-11 12:51:28 +0200
committerFrédéric Guillot <fred@kanboard.net>2017-07-16 19:21:22 -0400
commit46974915b328d90a140dc9c27229d10742343b00 (patch)
tree0800722e3910e2ec4760f1bc88f066f7442f65e2 /app/Locale
parent347aff94ded8920ff3ba5544aec20804b9d4279e (diff)
Add "Create another link" checkbox for internal link as in sub-task creation
Diffstat (limited to 'app/Locale')
-rw-r--r--app/Locale/fr_FR/translations.php1
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',
);