diff options
author | angystardust <angystardust@users.noreply.github.com> | 2016-04-11 21:01:33 +0200 |
---|---|---|
committer | angystardust <angystardust@users.noreply.github.com> | 2016-04-11 21:01:33 +0200 |
commit | 01195682ca28cb354c396b143c4db045023dddde (patch) | |
tree | c495ad3fe554adf9c6bb591af6d86db88fd71521 /app/Locale/fr_FR/translations.php | |
parent | 9f0166502b8b8886156bcb4ad0497cd9ee5a60b2 (diff) |
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).
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 4 |
1 files changed, 4 insertions, 0 deletions
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"' => '', ); |