Browsing Polish translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions.
716 of 131 results
7.
When a Ren'Py function or variable expects a displayable, there are four things that can be provided:
(no translation yet)
Located in ../../source/displayables.rst:17
8.
An object of type Displayable, created by calling one of the functions given below.
(no translation yet)
Located in ../../source/displayables.rst:20
9.
A string with a dot (.) in it. Such a string is interpreted as a filename by :func:`Image`.
(no translation yet)
Located in ../../source/displayables.rst:22
10.
A color. A color may either be given as a hexadecimal color string in "#rgb", "#rgba", "#rrggbb", or "#rrggbbaa" form, or an (r, g, b, a) tuple, where each component is an integer between 0 and 255. Colors are passed to :func:`Solid`.
(no translation yet)
Located in ../../source/displayables.rst:24
11.
An image name. Any other string is interpreted as a reference to an image defined with the image statement.
(no translation yet)
Located in ../../source/displayables.rst:28
12.
Images
(no translation yet)
Located in ../../source/displayables.rst:34
13.
The most commonly used displayable is Image, which loads a file from disk and displays it. Since Image is so commonly used, when a string giving a filename is used in a context that expects a displayable, an Image is automatically created. The only time it's necessary to use Image directly is when you want to create an image with style properties.
(no translation yet)
Located in ../../source/displayables.rst:36
14.
Loads an image from a file. `filename` is a string giving the name of the file.
(no translation yet)
Located in ../../source/inc/im_image:5
15.
`filename` should be a JPEG or PNG file with an appropriate extension.
(no translation yet)
Located in ../../source/inc/im_image:8
16.
Loading an Image from from a file on disk and decoding it so it can be drawn to the screen takes a long amount of time. While measured in the tenths or hundreds of seconds, the duration of the loading process is long enough that it can prevent an acceptable framerate, and become annoying to the user.
(no translation yet)
Located in ../../source/displayables.rst:55
716 of 131 results

This translation is managed by translation group launchpad-translators.

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

No-one has contributed to this translation yet.