msgid "" msgstr "" "Project-Id-Version: Limnoria\n" "POT-Creation-Date: 2022-02-06 00:12+0100\n" "PO-Revision-Date: \n" "Last-Translator: Valentin Lorentz \n" "Language-Team: Limnoria \n" "Language: fr_FR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Français\n" "X-Poedit-Country: France\n" "X-Poedit-SourceCharset: ASCII\n" #: config.py:51 msgid "" "Determines whether users can read the\n" " todo-list of another user." msgstr "" "Détermine si les utilisateurs peuvent lire la todo-list d'autres " "utilisateurs." #: plugin.py:123 msgid "" "This plugin allows you to create your own personal to-do list on\n" " the bot." msgstr "" #: plugin.py:139 msgid "" "[] []\n" "\n" " Retrieves a task for the given task id. If no task id is given, it\n" " will return a list of task ids that that user has added to their " "todo\n" " list.\n" " " msgstr "" "[ ]\n" "\n" "Récupère la tâche correspondant à l' donné. Si aucun id n'est " "donné, retourne une liste d'ids que cet utilisateur a ajouté à sa liste." #: plugin.py:150 msgid "You are not allowed to see other users todo-list." msgstr "Vous n'êtes pas autorisé(e) à voir la todo-list d'autres utilisateurs." #: plugin.py:157 msgid "#%i: %s" msgstr "#%i : %s" #: plugin.py:162 msgid "%s for %s: %L" msgstr "%s pour %s : %L" #: plugin.py:166 msgid "That user has no tasks in their todo list." msgstr "Cet utilisateur n'a pas de tâche dans sa todo-list." #: plugin.py:168 msgid "You have no tasks in your todo list." msgstr "Vous n'avez pas de tâche dans votre todo-list." #: plugin.py:175 msgid "Active" msgstr "Active" #: plugin.py:177 msgid "Inactive" msgstr "Inactive" #: plugin.py:179 msgid ", priority: %i" msgstr ", priorité : %i" #: plugin.py:182 msgid "%s todo for %s: %s (Added at %s)" msgstr "%s tâche pour %s : %s (Ajoutée à %s)" #: plugin.py:186 plugin.py:270 plugin.py:284 msgid "task id" msgstr "id de tâche" #: plugin.py:191 msgid "" "[--priority=] \n" "\n" " Adds as a task in your own personal todo list. The optional\n" " priority argument allows you to set a task as a high or low " "priority.\n" " Any integer is valid.\n" " " msgstr "" "[--priority=] \n" "\n" "Ajoute le comme une tâche dans votre liste personnelle de choses à " "faire. L'argument 'priority' optionnel vous permet de définir une priorité " "faible ou grande. Tout entier est accepté." #: plugin.py:202 msgid "(Todo #%i added)" msgstr "(Tâche #%i ajoutée)" #: plugin.py:208 msgid "" " [ ...]\n" "\n" " Removes from your personal todo list.\n" " " msgstr "" " [ ...]\n" "\n" "Supprime différentes tâches, désignées par leur ID, de votre liste " "personnelle de choses à faire." #: plugin.py:219 msgid "" "Task %i could not be removed either because that id doesn't exist or it has " "been removed already." msgstr "" "La tâche %i ne peut être supprimée car cet id n'existe pas, ou a déjà été " "supprimé." #: plugin.py:223 msgid "" "No tasks were removed because the following tasks could not be removed: %L." msgstr "" "Aucune tâche n'a été supprimée car les tâches suivantes ne peuvent l'être : " "%L." #: plugin.py:233 msgid "" "[--{regexp} ] [ ...]\n" "\n" " Searches your todos for tasks matching . If --regexp is " "given,\n" " its associated value is taken as a regexp and matched against the\n" " tasks.\n" " " msgstr "" "[--{regexp} ] [ ...]\n" "\n" "Recherche parmis vos tâches celle(s) correspondant au . Si --regexp " "est donné, il prend la valeur associée comme étant une expression régulière " "et re-teste les tâches." #: plugin.py:256 msgid "No tasks matched that query." msgstr "Aucune tâche ne correspond à cette requête." #: plugin.py:262 msgid "" " \n" "\n" " Sets the priority of the todo with the given id to the specified " "value.\n" " " msgstr "" " \n" "\n" "Défini la priorité de la tâche d' donné, à la valeur choisie." #: plugin.py:276 msgid "" " \n" "\n" " Modify the task with the given id using the supplied regexp.\n" " " msgstr "" " \n" "\n" "Modifie la tâche en utilisant l'expression régulière donnée."