Task duplication

This commit is contained in:
Frédéric Guillot
2014-03-19 21:49:39 -04:00
parent 41dd9b2eff
commit ab63ffafc5
9 changed files with 344 additions and 25 deletions

View File

@@ -252,4 +252,6 @@ return array(
'Position' => 'Position',
'Move Up' => 'Déplacer vers le haut',
'Move Down' => 'Déplacer vers le bas',
'Duplicate to another project' => 'Dupliquer dans un autre projet',
'Duplicate' => 'Dupliquer',
);

View File

@@ -255,4 +255,6 @@ return array(
// 'Position' => '',
// 'Move Up' => '',
// 'Move Down' => '',
// 'Duplicate to another project' => '',
// 'Duplicate' => '',
);