Add missing template and translations

This commit is contained in:
Frédéric Guillot
2019-04-05 18:33:22 -07:00
committed by fguillot
parent 9f926c9878
commit d261482e9a
33 changed files with 76 additions and 0 deletions

View File

@@ -1398,4 +1398,6 @@ return array(
'Reorder this column by assignee and priority (DESC)' => 'Ordina questa colonna per assegnatario e per priorità (DESC)',
'Reorder this column by assignee (A-Z)' => 'Ordina questa colonna per assegnatario (ASC)',
'Reorder this column by assignee (Z-A)' => 'Ordina questa colonna per assegnatario (DESC)',
// '%s moved the task #%d "%s" to the project "%s"' => '',
// 'Task #%d "%s" has been moved to the project "%s"' => '',
);