Browsing French (Canada) translation

110 of 19 results
1.
This plugin provides logic operators and other commands that
enable you to run commands only if a condition is true. Useful for nested
commands and scripting.
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:57
2.
Run a command from message, as if command was sent over IRC.
(no translation yet)
Located in plugin.py:65
3.
<condition> <ifcommand> <elsecommand>

Runs <ifcommand> if <condition> evaluates to true, runs <elsecommand>
if it evaluates to false.

Use other logical operators defined in this plugin and command nesting
to your advantage here.
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:
<condition> <commande1> <commande2>

Exécute la <commande1> si la <condition> est évaluée à true, lance la <commande2> si elle est évaluée à false. Utilisez d'autres opérateurs logiques définis dans ce plugin et l'imbrication de commandes à votre avantage.
French conditional in Limnoria trunk by Valentin Lorentz
Located in plugin.py:74
4.
<cond1> [<cond2> ... <condN>]

Returns true if all conditions supplied evaluate to true.
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:
<condition1> [<condition2> ... <conditionN>]

Retourne True si toutes les conditions sont évaluées à true.
French conditional in Limnoria trunk by Valentin Lorentz
Located in plugin.py:91
5.
<cond1> [<cond2> ... <condN>]

Returns true if any one of conditions supplied evaluates to true.
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:
<condition1> [<condition2> ... <conditionN>]

Retourne True si une au moins des conditions est évaluée à true.
French conditional in Limnoria trunk by Valentin Lorentz
Located in plugin.py:103
6.
<cond1> [<cond2> ... <condN>]

Returns true if only one of conditions supplied evaluates to true.
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:
<condition1> [<condition2> ... <conditionN>]

Retourne True si une seule des conditions est évaluée à true.
French conditional in Limnoria trunk by Valentin Lorentz
Located in plugin.py:115
7.
<item1> <item2>

Does a string comparison on <item1> and <item2>.
Returns true if they are equal.
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:
<élément1> <élément2>

Fait une comparaison de chaîne entre <élément1> et <élément2>. Retourne true si ils sont égaux.
French conditional in Limnoria trunk by Valentin Lorentz
Located in plugin.py:127
8.
<item1> <item2>

Does a string comparison on <item1> and <item2>.
Returns true if they are not equal.
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:
<élément1> <élément2>

Fait une comparaison de chaîne entre <élément1> et <élément2>. Retourne true si ils sont inégaux.
French conditional in Limnoria trunk by Valentin Lorentz
Located in plugin.py:140
9.
<item1> <item2>

Does a string comparison on <item1> and <item2>.
Returns true if <item1> is greater than <item2>.
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:
<élément1> <élément2>

Fait une comparaison de chaîne entre <élément1> et <élément2>. Retourne true si <élément1> est plus grand que <élément2>
French conditional in Limnoria trunk by Valentin Lorentz
Located in plugin.py:153
10.
<item1> <item2>

Does a string comparison on <item1> and <item2>.
Returns true if <item1> is greater than or equal to <item2>.
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:
<élément1> <élément2>

Fait une comparaison de chaîne entre <élément1> et <élément2>. Retourne true si <élément1> est plus grand ou égal à <élément2>
French conditional in Limnoria trunk by Valentin Lorentz
Located in plugin.py:166
110 of 19 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.