Browsing French (Canada) translation

110 of 10 results
1.
Provides useful commands for bot scripting / command nesting.
(no translation yet)
Located in plugin.py:41
2.
requires no arguments

Does nothing. Useful sometimes for sequencing commands when you don't
care about their non-error return values.
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.
(no translation yet)
Suggestions:
ne requiert pas d'argument

Ne fait rien. Utile pour séquencer les commandes lorsque vous vous fichez de leur valeur de retour.
French utilities in Limnoria trunk by Valentin Lorentz
Located in plugin.py:46
3.
[<text>]

Does nothing except to reply with a success message. This is useful
when you want to run multiple commands as nested commands, and don't
care about their output as long as they're successful. An error, of
course, will break out of this command. <text>, if given, will be
appended to the end of the success message.
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.
(no translation yet)
Suggestions:
[<texte>]

Ne fait rien excepté répondre avec un message de succès. C'est utile lorsque vous voulez lancer plusieurs commandes comme commandes imbriquées, et vous ne voulez pas vous occuper de leur retour, du moment que ce n'est pas une erreur. Si c'est une erreur, bien sûr, la commande s'arrêtera. <texte>, si il est donné, sera ajouté à la fin du message de succès.
French utilities in Limnoria trunk by Valentin Lorentz
Located in plugin.py:60
4.
<text> [<text> ...]

Returns the last argument given. Useful when you'd like multiple
nested commands to run, but only the output of the last one to be
returned.
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.
(no translation yet)
Suggestions:
<texte> [<texte> ...]

Retourne le dernier argument de la commande. Utile lorsque vous avez plusieurs commandes imbriquées, mais seulement la sortie de la dernière sera retournée.
French utilities in Limnoria trunk by Valentin Lorentz
Located in plugin.py:73
5.
<text>

Returns the arguments given it. Uses our standard substitute on the
string(s) given to it; $nick (or $who), $randomNick, $randomInt,
$botnick, $channel, $user, $host, $today, $now, and $randomDate are all
handled appropriately.
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.
(no translation yet)
Suggestions:
<texte>

Retourne les arguments donnés. Utilise notre système de substitution standard sur la/les chaîne(s) qui lui est donnée ; $nick (ou $who), $randomNick, $randomInt, $botnick, $channel, $user, $host, $today, $now, et $randomDate sont tous gérés correctement.
French utilities in Limnoria trunk by Valentin Lorentz
Located in plugin.py:87
6.
<arg> [<arg> ...]

Shuffles the arguments given.
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.
(no translation yet)
Suggestions:
<argument> [<argument> ...]

Mélange les arguments donnés.
French utilities in Limnoria trunk by Valentin Lorentz
Located in plugin.py:100
7.
<arg> [<arg> ...]

Sorts the arguments given.
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.
(no translation yet)
Located in plugin.py:110
8.
<num> <arg> [<arg> ...]

Randomly chooses <num> items out of the arguments given.
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.
(no translation yet)
Suggestions:
<nombre> <argument> [<argument> ...]

Choisi de façon aléatoire un certain <nombre> d'<argument>s.
French utilities in Limnoria trunk by Valentin Lorentz
Located in plugin.py:121
9.
<arg> [<arg> ...]

Counts the arguments given.
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.
(no translation yet)
Suggestions:
<argument> [<argument> ...]

Retorune le nombre d'<argument>s donnés.
French utilities in Limnoria trunk by Valentin Lorentz
Located in plugin.py:134
10.
<command> <text>

Tokenizes <text> and calls <command> with the resulting arguments.
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.
(no translation yet)
Suggestions:
<commande> <texte>

Tokénise le <texte> et appelle la commande avec l'argument résultant.
French utilities in Limnoria trunk by Valentin Lorentz
Located in plugin.py:143
110 of 10 results

No translation group has been assigned.

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

No-one has contributed to this translation yet.