Browsing Russian translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Russian guidelines.
110 of 331 results
1.
Screens and Screen Language
(no translation yet)
Located in ../../source/screens.rst:8
2.
The things that a user sees when looking at a Ren'Py game can be broken divided into images and user interface. Images are displayed to the user using the scene, show, and hide statements, and are generally part of the story being told. Everything else the user sees is part of the user interface, which is customized using screens.
(no translation yet)
Located in ../../source/screens.rst:10
3.
Screens can be displayed in four ways:
(no translation yet)
Located in ../../source/screens.rst:16
4.
Implicitly, when script statements execute. For example, the say statement will cause the `say` screen to be displayed.
(no translation yet)
Located in ../../source/screens.rst:18
5.
Automatically. For example, Ren'Py will display the `main_menu` screen when it starts running, or when the user returns to the main menu.
(no translation yet)
Located in ../../source/screens.rst:20
6.
As an action, associated with a button, mouse button, or keyboard key. By default, the `save` screen is shown when the user right-clicks or presses escape. It's also possible to define an on-screen button that shows the `save` screen.
(no translation yet)
Located in ../../source/screens.rst:23
7.
Explicitly, using statements that cause screens to be shown.
(no translation yet)
Located in ../../source/screens.rst:27
8.
More than one screen can be shown at a time.
(no translation yet)
Located in ../../source/screens.rst:29
9.
Screens have two main functions. The first is to display information to the user. Information can be displayed using text, bars, and images. Some of the information displayed in this manner is vital to gameplay. The `say` screen, for example, is used to display dialogue to the user, including the character's name and what she is saying.
(no translation yet)
Located in ../../source/screens.rst:31
10.
The other thing a screen can do is to allow the user to interact with the game. Buttons and bars allow the user to invoke actions and adjust values. Ren'Py includes a pool of pre-defined actions, allowing the user to advance the game, control preferences, load and save games, and invoke many other actions. A game-maker can also write new actions in Python.
(no translation yet)
Located in ../../source/screens.rst:37
110 of 331 results

This translation is managed by Russian Launchpad 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.