Browsing English (United Kingdom) translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and English (United Kingdom) guidelines.
817 of 172 results
8.
The transform statement must be run at init time. If it is found outside an init block, then it is automatically placed inside an init block with a priority of 0. The transform may have a list of parameters, which must be supplied when it is called.
The transform statement must be run at init time. If it is found outside an init block, then it is automatically placed inside an init block with a priority of 0. The transform may have a list of parameters, which must be supplied when it is called.
Translated and reviewed by Stephan Woidowski
Located in ../../source/atl.rst:35
9.
`Name` must be a python identifier. The transform created by the ATL block is bound to this name.::
`Name` must be a python identifier. The transform created by the ATL block is bound to this name.::
Translated and reviewed by Stephan Woidowski
Located in ../../source/atl.rst:40
10.
Image Statement With ATL Block
Image Statement With ATL Block
Translated and reviewed by Stephan Woidowski
Located in ../../source/atl.rst:51
11.
The second way to use ATL is as part of an image statement with ATL block. This binds an image name to the given transform. As there's no way to supply parameters to this transform, it's only useful if the transform defines an animation. The syntax for an image statement with ATL block is:
The second way to use ATL is as part of an image statement with ATL block. This binds an image name to the given transform. As there's no way to supply parameters to this transform, it's only useful if the transform defines an animation. The syntax for an image statement with ATL block is:
Translated and reviewed by Stephan Woidowski
Located in ../../source/atl.rst:53
12.
Scene and Show Statements with ATL Block
Scene and Show Statements with ATL Block
Translated and reviewed by Stephan Woidowski
Located in ../../source/atl.rst:73
13.
The final way to use ATL is as part of a scene or show statement. This wraps the image being shown inside an ATL transformation.
The final way to use ATL is as part of a scene or show statement. This wraps the image being shown inside an ATL transformation.
Translated and reviewed by Stephan Woidowski
Located in ../../source/atl.rst:75
14.
ATL Syntax and Semantics
ATL Syntax and Semantics
Translated and reviewed by Stephan Woidowski
Located in ../../source/atl.rst:95
15.
An ATL block consists of one or more logical lines, all at the same indentation, and indented relative to the statement containing the block. Each logical line in an ATL block must contain one or more ATL statements.
An ATL block consists of one or more logical lines, all at the same indentation, and indented relative to the statement containing the block. Each logical line in an ATL block must contain one or more ATL statements.
Translated and reviewed by Stephan Woidowski
Located in ../../source/atl.rst:97
16.
There are two kinds of ATL statements: simple and complex. Simple statements do not take an ATL block. A single logical line may contain one or more ATL statements, separated by commas. A complex statement contains a block, must be on its own line. The first line of a complex statement always ends with a colon (":").
There are two kinds of ATL statements: simple and complex. Simple statements do not take an ATL block. A single logical line may contain one or more ATL statements, separated by commas. A complex statement contains a block, must be on its own line. The first line of a complex statement always ends with a colon (":").
Translated and reviewed by Stephan Woidowski
Located in ../../source/atl.rst:101
17.
By default, statements in a block are executed in the order in which they appear, starting with the first statement in the block. Execution terminates when the end of the block is reached. Time statements change this, as described in the appropriate section below.
By default, statements in a block are executed in the order in which they appear, starting with the first statement in the block. Execution terminates when the end of the block is reached. Time statements change this, as described in the appropriate section below.
Translated and reviewed by Stephan Woidowski
Located in ../../source/atl.rst:107
817 of 172 results

This translation is managed by Launchpad's British English (En-GB) Translations, assigned by Launchpad Translators.

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

Contributors to this translation: Stephan Woidowski.