summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
Diffstat (limited to 'locales')
-rw-r--r--locales/fr_FR/translations.php3
-rw-r--r--locales/pl_PL/translations.php5
2 files changed, 7 insertions, 1 deletions
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php
index 6e3ef8ef..b3cbafab 100644
--- a/locales/fr_FR/translations.php
+++ b/locales/fr_FR/translations.php
@@ -187,4 +187,7 @@ return array(
'Sorry, I didn\'t found this information in my database!' => 'Désolé, je n\'ai pas trouvé cette information dans ma base de données !',
'Page not found' => 'Page introuvable',
'Story Points' => 'Complexité',
+ 'limit' => 'limite',
+ 'Task limit' => 'Nombre maximum de tâches',
+ 'This value must be greater than %d' => 'Cette valeur doit être plus grande que %d',
);
diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php
index aaadb510..58d2323c 100644
--- a/locales/pl_PL/translations.php
+++ b/locales/pl_PL/translations.php
@@ -180,11 +180,14 @@ return array(
'%d closed tasks' => '%d zamkniętych zadań',
'no task for this project' => 'brak zadań dla tego projektu',
'Public link' => 'Link publiczny',
- 'There is no column in your project!' => 'Brak kolumnt w Twoim projekcie',
+ 'There is no column in your project!' => 'Brak kolumny w Twoim projekcie',
'Change assignee' => 'Zmień odpowiedzialną osobę',
'Change assignee for the task "%s"' => 'Zmień odpowiedzialną osobę dla zadania "%s"',
'Timezone' => 'Strefa czasowa',
//'Sorry, I didn\'t found this information in my database!' => '',
//'Page not found' => '',
//'Story Points' => '',
+ //'limit' => '',
+ //'Task limit' => '',
+ //'This value must be greater than %d' => '',
);