|
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.
|
|
|
|
(no translation yet)
|
|
Suggestions: |
|
|
Crée une fonction utilisable pour la programmation à partir d'une commande.
|
|
|
French
scheduler in Limnoria trunk
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.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
Suggestions: |
|
|
<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.
|
|
|
French
scheduler in Limnoria trunk
by
Valentin Lorentz
|
|
|
|
Located in
plugin.py:132
|
|
4.
|
|
|
Event #%i added.
|
|
|
|
(no translation yet)
|
|
Suggestions: |
|
|
Évènement #%i ajouté.
|
|
|
French
scheduler in Limnoria trunk
by
Valentin Lorentz
|
|
|
|
Located in
plugin.py:142
|
|
5.
|
|
|
<id>
Removes the event scheduled with id <id> from the schedule.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
Suggestions: |
|
|
<id>
Déprogramme l'évènement programmé d'<id> donné.
|
|
|
French
scheduler in Limnoria trunk
by
Valentin Lorentz
|
|
|
|
Located in
plugin.py:147
|
|
6.
|
|
|
Invalid event id.
|
|
|
|
(no translation yet)
|
|
Suggestions: |
|
|
Id d'évènement invalide.
|
|
|
French
scheduler in Limnoria trunk
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.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
Suggestions: |
|
|
<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.
|
|
|
French
scheduler in Limnoria trunk
by
Valentin Lorentz
|
|
|
|
Located in
plugin.py:177
|
|
8.
|
|
|
There is already an event with that name, please choose another name.
|
|
|
|
(no translation yet)
|
|
Suggestions: |
|
|
Il y a déjà un évènement avec ce nom, veuillez en choisir un autre.
|
|
|
French
scheduler in Limnoria trunk
by
Valentin Lorentz
|
|
|
|
Located in
plugin.py:186
|
|
9.
|
|
|
takes no arguments
Lists the currently scheduled events.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
Suggestions: |
|
|
ne prend pas d'argument
Liste tous les évènement actuellement programmés
|
|
|
French
scheduler in Limnoria trunk
by
Valentin Lorentz
|
|
|
|
Located in
plugin.py:196
|
|
10.
|
|
|
There are currently no scheduled commands.
|
|
|
|
(no translation yet)
|
|
Suggestions: |
|
|
Il n'y a actuellement aucune commande programmée.
|
|
|
French
scheduler in Limnoria trunk
by
Valentin Lorentz
|
|
|
|
Located in
plugin.py:207
|