Fix bug when creating project in Dutch

This commit is contained in:
Frederic Guillot
2015-05-17 10:24:49 -04:00
parent f04d9016a3
commit 46e9c1fb2c
2 changed files with 15 additions and 1 deletions

View File

@@ -166,7 +166,7 @@ return array(
'Ready' => 'Klaar',
'Backlog' => 'En attente',
'Work in progress' => 'In behandeling',
'Done' => 'Klaar',
'Done' => 'Afgewerkt',
'Application version:' => 'Applicatie versie :',
'Completed on %B %e, %Y at %k:%M %p' => 'Voltooid op %d/%m/%Y à %H:%M',
'%B %e, %Y at %k:%M %p' => '%d/%m/%Y op %H:%M',