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.
110 of 18 results
1.
Text Input
Text Input
Translated and reviewed by Stephan Woidowski
Located in ../../source/input.rst:6
2.
With some limitations, Ren'Py can prompt the user to input a small amount of text. This prompting is done by the renpy.input function, which returns the entered text, allowing it to be saved in a variable or otherwise processed.
With some limitations, Ren'Py can prompt the user to input a small amount of text. This prompting is done by the renpy.input function, which returns the entered text, allowing it to be saved in a variable or otherwise processed.
Translated and reviewed by Stephan Woidowski
Located in ../../source/input.rst:8
3.
Right now, text input is limited to languages that do not require input method (IME) support. Most western languages should work, but Chinese, Japanese, and Korean probably won't.
Right now, text input is limited to languages that do not require input method (IME) support. Most western languages should work, but Chinese, Japanese, and Korean probably won't.
Translated and reviewed by Stephan Woidowski
Located in ../../source/input.rst:13
4.
The renpy.input function is defined as:
The renpy.input function is defined as:
Translated and reviewed by Stephan Woidowski
Located in ../../source/input.rst:17
5.
Calling this function pops up a window asking the player to enter some text. It returns the entered text.
Calling this function pops up a window asking the player to enter some text. It returns the entered text.
Translated and reviewed by Stephan Woidowski
Located in ../../source/inc/input:5
6.
`prompt`
`prompt`
Translated and reviewed by Stephan Woidowski
Located in ../../source/inc/input:9
7.
A string giving a prompt to display to the player.
A string giving a prompt to display to the player.
Translated and reviewed by Stephan Woidowski
Located in ../../source/inc/input:9
8.
`default`
`default`
Translated and reviewed by Stephan Woidowski
Located in ../../source/inc/input:12
9.
A string giving the initial text that will be edited by the player.
A string giving the initial text that will be edited by the player.
Translated and reviewed by Stephan Woidowski
Located in ../../source/inc/input:12
10.
`allow`
`allow`
Translated and reviewed by Stephan Woidowski
Located in ../../source/inc/input:16
110 of 18 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.