From 01195682ca28cb354c396b143c4db045023dddde Mon Sep 17 00:00:00 2001 From: angystardust Date: Mon, 11 Apr 2016 21:01:33 +0200 Subject: 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). --- app/Locale/fr_FR/translations.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/Locale/fr_FR') diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 0c2e4955..2fd05dc5 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -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"' => '', ); -- cgit v1.2.3