summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorFrédéric Guillot <fguillot@users.noreply.github.com>2014-03-16 10:44:05 -0400
committerFrédéric Guillot <fguillot@users.noreply.github.com>2014-03-16 10:44:05 -0400
commite0a5045ed5f3a4a6a34d252f5251295a27d11418 (patch)
treefb9affe5aab371e64ceb6403818d6acd99203b97 /locales
parent395a8a5f2a4976b80432a0d71d51d1bad3d01a83 (diff)
Add the possiblity to reorder the column position for a board
Diffstat (limited to 'locales')
-rw-r--r--locales/fr_FR/translations.php4
-rw-r--r--locales/pl_PL/translations.php6
2 files changed, 9 insertions, 1 deletions
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php
index 690ce3fa..3b84029e 100644
--- a/locales/fr_FR/translations.php
+++ b/locales/fr_FR/translations.php
@@ -248,4 +248,8 @@ return array(
'Open a closed task' => 'Ouverture d\'une tâche fermée',
'Closing a task' => 'Fermeture d\'une tâche',
'Assign a color to a specific user' => 'Assigner une couleur à un utilisateur',
+ 'Column title' => 'Titre de la colonne',
+ 'Position' => 'Position',
+ 'Move Up' => 'Déplacer vers le haut',
+ 'Move Down' => 'Déplacer vers le bas',
);
diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php
index ffc078a9..458ad25d 100644
--- a/locales/pl_PL/translations.php
+++ b/locales/pl_PL/translations.php
@@ -216,7 +216,7 @@ return array(
'The description is required' => 'Opis jest wymagany',
'Edit this task' => 'Edytuj zadanie',
'Due Date' => 'Termin',
- 'm/d/Y' => 'd/m/Y', // Date format parsed with php
+ 'm/d/Y' => 'd/m/Y', // Date format parsed with php
'month/day/year' => 'dzień/miesiąc/rok', // Help shown to the user
'Invalid date' => 'Błędna data',
'Must be done before %B %e, %G' => 'Termin do %e %B %G',
@@ -251,4 +251,8 @@ return array(
'Open a closed task' => 'Otwarcie zamkniętego zadania',
'Closing a task' => 'Zamknięcie zadania',
'Assign a color to a specific user' => 'Przypisz kolor do wybranego użytkownika',
+ // 'Column title' => '',
+ // 'Position' => '',
+ // 'Move Up' => '',
+ // 'Move Down' => '',
);