Browsing French translation

110 of 10 results
1.
This plugin allows you to schedule commands to execute at a later time.
(no translation yet)
Located in plugin.py:49
2.
Makes a function suitable for scheduling from command.
Crée une fonction utilisable pour la programmation à partir d'une commande.
Translated by Valentin Lorentz
Located in plugin.py:112
3.
<seconds> <command>

Schedules the command string <command> to run <seconds> seconds in the
future. For example, 'scheduler add [seconds 30m] "echo [cpu]"' will
schedule the command "cpu" to be sent to the channel the schedule add
command was given in (with no prefixed nick, a consequence of using
echo). Do pay attention to the quotes in that example.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
<secondes> <commande>

Exécute la <commande> dans un certain nombre de <secondes>. Par exemple, 'scheduler add [seconds 30m] "echo [cpu]"' programmera la commande 'cpu' pour être envoyée sur le canal. Faites attention à l'utilisateur des guillemets dans cet exemple.
Translated by Valentin Lorentz
Located in plugin.py:132
4.
Event #%i added.
Évènement #%i ajouté.
Translated by Valentin Lorentz
Located in plugin.py:142
5.
<id>

Removes the event scheduled with id <id> from the schedule.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
<id>

Déprogramme l'évènement programmé d'<id> donné.
Translated by Valentin Lorentz
Located in plugin.py:147
6.
Invalid event id.
Id d'évènement invalide.
Translated by Valentin Lorentz
Located in plugin.py:161 plugin.py:163
7.
<name> <seconds> <command>

Schedules the command <command> to run every <seconds> seconds,
starting now (i.e., the command runs now, and every <seconds> seconds
thereafter). <name> is a name by which the command can be
unscheduled.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
<nom> <secondes> <commande>

Programme la <commande> pour être lancée toutes les <secondes>, à partir de maintenant (c'est à dire que la commande est lancée maintenant, dans un certain nombres de <secondes>, puis dans deux fois ce temps, etc). Le <nom> est utilisé pour déprogrammer la commande.
Translated by Valentin Lorentz
Located in plugin.py:177
8.
There is already an event with that name, please choose another name.
Il y a déjà un évènement avec ce nom, veuillez en choisir un autre.
Translated by Valentin Lorentz
Located in plugin.py:186
9.
takes no arguments

Lists the currently scheduled events.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
ne prend pas d'argument

Liste tous les évènement actuellement programmés
Translated by Valentin Lorentz
Located in plugin.py:196
10.
There are currently no scheduled commands.
Il n'y a actuellement aucune commande programmée.
Translated by Valentin Lorentz
Located in plugin.py:207
110 of 10 results

No translation group has been assigned.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Valentin Lorentz.