summaryrefslogtreecommitdiff
path: root/app/Locale/fr_FR
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-01-31 11:05:47 -0500
committerFrederic Guillot <fred@kanboard.net>2016-01-31 11:05:47 -0500
commit9570793f68d44179f9b7e0b264e5fbe0ca839c51 (patch)
tree08d14952e0eb02742742baf7706d5531a55bcb8d /app/Locale/fr_FR
parent3279768c1cff1534f435a080c4765f8a45290a4e (diff)
Add a "Me" button to assignee form element
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r--app/Locale/fr_FR/translations.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php
index df74e5b4..c85ba6ba 100644
--- a/app/Locale/fr_FR/translations.php
+++ b/app/Locale/fr_FR/translations.php
@@ -1126,4 +1126,6 @@ return array(
'There is no external link for the moment.' => 'Il n\'y a pas de lien externe pour le moment.',
'Internal links' => 'Liens internes',
'There is no internal link for the moment.' => 'Il n\'y a pas de lien interne pour le moment.',
+ 'Assign to me' => 'Assigner à moi',
+ 'Me' => 'Moi',
);