blob: a1a683087e717647d822aea5e49d601eec458420 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
return array(
'Estimated vs actual time / Swimlanes' => 'Temps estimé vs réel / Swimlanes',
'Estimated vs actual time / Categories' => 'Temps estimé vs réel / Catégories',
'Spent time / Dates' => 'Temps passées / Dates',
'Total spent time / Dates' => 'Temps passées total / Dates',
'Default' => 'Par défaut',
'Categories' => 'Catégories',
);
|