summaryrefslogtreecommitdiffstats
path: root/apps/tasks/l10n/fr.php
blob: 0bac4a65775bc941dcb7b9e3da079960e015f5eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php $TRANSLATIONS = array(
"Invalid date/time" => "date/heure invalide",
"Tasks" => "Tâches",
"No category" => "Sans catégorie",
"Unspecified" => "Non spécifié",
"1=highest" => "1=le plus important",
"5=medium" => "5=importance moyenne",
"9=lowest" => "9=le moins important",
"Empty Summary" => "Résumé vide",
"Invalid percent complete" => "Pourcentage d'achèvement invalide",
"Invalid priority" => "Priorité invalide",
"Add Task" => "Ajouter une tâche",
"Loading tasks..." => "Chargement des tâches…",
"Important" => "Important",
"More" => "Plus",
"Less" => "Moins",
"Delete" => "Supprimer"
);