1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author Schplurtz le Déboulonné <schplurtz@laposte.net>
7 * @author Andreas Gohr <gohr@cosmocode.de>
8 * @author Agnès Haasser <agnes.haasser@gmail.com>
9 * @author ubibene <services.m@benard.info>
10 */
11$lang['js']['title1']          = 'Tâche assignée à %1$s. À faire pour le %2$s.';
12$lang['js']['title2']          = 'Tâche assignée à %1$s. Pas de date limite.';
13$lang['js']['title3']          = 'Tâche non assignée à faire pour le %2$s.';
14$lang['js']['title4']          = 'Tâche non assignée, sans date limite.';
15$lang['js']['title_done']      = 'Toutes les tâches sont clôturées.';
16$lang['js']['title_undone']    = 'Il y a %1$d tâches en cours.';
17$lang['js']['title_late']      = 'Il y a %1$d tâches en cours, dont %2$d sont en retard.';
18$lang['js']['done']            = 'Cette tâche a été clôturée le %s.';
19$lang['js']['open']            = 'Cette tâche n’est pas terminée… pour l’instant.';
20$lang['js']['toolbar_title']   = 'Créer une nouvelle tâche';
21$lang['js']['popup_assign']    = 'Assigner à <small>(nom(s))</small>';
22$lang['js']['popup_date']      = 'À faire pour le <small>(AAAA-MM-JJ)</small>';
23$lang['js']['popup_submit']    = 'Insérer';
24$lang['js']['popup_title']     = 'Créer une tâche';
25$lang['js']['popup_msg']       = 'Commentaire de clôture';
26$lang['js']['note_done']       = 'Terminée : ';
27$lang['js']['assignee']        = 'Cette tâche est assignée à %s.';
28$lang['js']['due']             = 'À faire pour le %s.';
29$lang['js']['notloggedin']     = 'Vous n‘êtes pas identifié(e).';
30$lang['js']['notallowed']      = 'Action non autorisée';
31$lang['js']['closedby']        = 'Cette tâche a été clôturée par %s.';
32$lang['js']['by_unknown']      = 'un généreux anonyme';
33$lang['js']['finish_popup_title'] = 'Clôturer la tâche';
34$lang['js']['finish_popup_submit'] = 'Clôturer';
35$lang['title_intime']          = 'Il y a %1$d tâches en cours.';
36$lang['title_late']            = 'Il y a %1$d tâches en cours, dont %2$d sont en retard.';
37$lang['title_alldone']         = 'Il n’y a rien à faire.';
38$lang['tasks_user_none']       = 'Vous n\'avez pas de tâches en cours.';
39$lang['tasks_user_intime']     = '%1$d de vos tâches sont en cours.';
40$lang['prefix_tasks_user']     = 'Vos tâches en cours:';
41$lang['task']                  = 'Tâche';
42$lang['user']                  = 'Assignée à';
43$lang['date']                  = 'Date limite';
44$lang['status']                = 'État';
45$lang['creator']               = 'Créateur';
46$lang['none']                  = 'Aucune tâche n’a été trouvée.';
47$lang['mail_open']             = 'Nouvelle tâche : %s';
48$lang['mail_reopen']           = 'Réouverte : %s';
49$lang['mail_close']            = 'Tâche clôturée : %s';
50$lang['someone']               = 'Quelqu‘un';
51$lang['nodue']                 = 'Un jour';
52