Update French translations
This commit is contained in:
parent
663b9c08a1
commit
d696a969e1
|
|
@ -1367,6 +1367,9 @@ return array(
|
|||
// 'Time Spent' => '',
|
||||
// 'External Link' => '',
|
||||
// 'This feature enables the iCal feed, RSS feed and the public board view.' => '',
|
||||
// 'Stop the timer of all subtasks when moving a task to another column' => '',
|
||||
// 'Subtask Title' => '',
|
||||
// 'Add a subtask and activate the timer when moving a task to another column' => '',
|
||||
// 'days' => '',
|
||||
// 'minutes' => '',
|
||||
// 'seconds' => '',
|
||||
|
|
|
|||
|
|
@ -1370,7 +1370,7 @@ return array(
|
|||
'Stop the timer of all subtasks when moving a task to another column' => 'Arrêter le minuteur de toutes les sous-tâches lorsque la tâche est déplaçée dans une autre colonne',
|
||||
'Subtask Title' => 'Titre de la sous-tâche',
|
||||
'Add a subtask and activate the timer when moving a task to another column' => 'Ajouter une sous-tâche et activer le minuteur lorsque la tâche est déplaçé dans une autre colonne',
|
||||
// 'days' => '',
|
||||
// 'minutes' => '',
|
||||
// 'seconds' => '',
|
||||
'days' => 'jours',
|
||||
'minutes' => 'minutes',
|
||||
'seconds' => 'secondes',
|
||||
);
|
||||
|
|
|
|||
|
|
@ -1373,4 +1373,4 @@ return array(
|
|||
// 'days' => '',
|
||||
// 'minutes' => '',
|
||||
// 'seconds' => '',
|
||||
);
|
||||
);
|
||||
|
|
|
|||
|
|
@ -1343,9 +1343,6 @@ return array(
|
|||
'Subtask added successfully.' => 'Подзадача успешно добавлена.',
|
||||
'%d subtasks added successfully.' => '%d подзадач(а) успешно добавлено.',
|
||||
'Enter one subtask by line.' => 'Записывайте по одной подзадаче на строку.',
|
||||
'days' => 'дней',
|
||||
'minutes' => 'минут',
|
||||
'seconds' => 'секунд',
|
||||
// 'Predefined Contents' => '',
|
||||
// 'Predefined contents' => '',
|
||||
// 'Predefined Task Description' => '',
|
||||
|
|
@ -1373,4 +1370,7 @@ return array(
|
|||
// 'Stop the timer of all subtasks when moving a task to another column' => '',
|
||||
// 'Subtask Title' => '',
|
||||
// 'Add a subtask and activate the timer when moving a task to another column' => '',
|
||||
'days' => 'дней',
|
||||
'minutes' => 'минут',
|
||||
'seconds' => 'секунд',
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue