Add missing translatable string

While I was translating kanboard in italian language, I've found that there were 4 untranslatable strings.
This PR fix that for the main translation language file (fr-FR).
This commit is contained in:
angystardust 2016-04-11 21:01:33 +02:00
parent 9f0166502b
commit 01195682ca
1 changed files with 4 additions and 0 deletions

View File

@ -1163,4 +1163,8 @@ return array(
'Search by task status: ' => 'Rechercher par le statut des tâches : ',
'Search by task title: ' => 'Rechercher par le titre des tâches : ',
'Activity stream search' => 'Recherche dans le flux d\'activité',
'Projects where "%s" is manager' => '',
'Projects where "%s" is member' => '',
'Open tasks assigned to "%s"' => '',
'Closed tasks assigned to "%s"' => '',
);