Browsing Spanish translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Spanish guidelines.
99107 of 107 results
99.
Ren'Py includes several statements that allow for management of the dialogue window. As dialogue window is always shown during dialogue, these statements control the presence or absence of the window during non-dialogue interactions.
(no translation yet)
Located in ../../source/dialogue.rst:216
100.
``window show``
(no translation yet)
Located in ../../source/dialogue.rst:221
101.
The window show statement causes the window to be shown. It takes as an argument an optional transition, which is used to show the window. If the transition is omitted, :var:`config.window_show_transition` is used.
(no translation yet)
Located in ../../source/dialogue.rst:223
102.
``window hide``
(no translation yet)
Located in ../../source/dialogue.rst:228
103.
The window hide statement causes the window to be hidden. It takes as an argument an optional transition, which is used to hide the window. If the transition is omitted, :var:`config.window_hide_transition` is used.
(no translation yet)
Located in ../../source/dialogue.rst:230
104.
``window auto``
(no translation yet)
Located in ../../source/dialogue.rst:235
105.
This enables automatic management of the window. The window is shown before statements listed in :var:`config.window_auto_show` - by default, say statements. The window is hidden before statements listed in :var:`config.window_auto_hide` - by default, scene statements.
(no translation yet)
Located in ../../source/dialogue.rst:237
106.
The ``window auto`` statement uses :var:`config.window_show_transition` and :var:`config.window_hide_transition` to show and hide the window, respectively. ``window auto`` is cancelled by ``window show`` or ``window hide``.
(no translation yet)
Located in ../../source/dialogue.rst:242
107.
Dialogue window management is subject to the "show empty window" :func:`Preference`. If the preference is disabled, the statements above have no effect.
(no translation yet)
Located in ../../source/dialogue.rst:267
99107 of 107 results

This translation is managed by Launchpad Spanish Translators, assigned by Launchpad Translators.

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

No-one has contributed to this translation yet.