diff options
Diffstat (limited to 'locales')
-rw-r--r-- | locales/fr_FR/translations.php | 1 | ||||
-rw-r--r-- | locales/pl_PL/translations.php | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index 7d021fcc..4e38e052 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -180,4 +180,5 @@ return array( '%d closed tasks' => '%d tâches terminées', 'no task for this project' => 'aucune tâche pour ce projet', 'Public link' => 'Accès public', + 'There is no column in your project!' => 'Il n\'y a aucune colonne dans votre projet !', ); diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index 2e6211ed..b1ecd1ed 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -180,4 +180,8 @@ return array( '%d closed tasks' => '%d zamkniętych zadań', 'no task for this project' => 'brak zadań dla tego projektu', 'Public link' => 'Link publiczny', + + /* Missing translations: + 'There is no column in your project!' => '', + */ ); |