Browsing Spanish 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)
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)
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)
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)
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)
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)
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)
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)
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.