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:
parent
9f0166502b
commit
01195682ca
|
|
@ -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"' => '',
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue