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.
2534 of 46 results
25.
The parse method takes a Lexer object:
The parse method takes a Lexer object:
Translated and reviewed by Stephan Woidowski
Located in ../../source/cds.rst:25
26.
True if the lexer is at the end of the line.
True if the lexer is at the end of the line.
Translated and reviewed by Stephan Woidowski
Located in ../../source/cds.rst:31
27.
Matches an arbitrary regexp string.
Matches an arbitrary regexp string.
Translated and reviewed by Stephan Woidowski
Located in ../../source/cds.rst:35
28.
All of the statements in the lexer that match things are implemented in terms of this function. They first skip whitespace, then attempt to match against the line. If the match succeeds, the matched text is returned. Otherwise, None is returned.
All of the statements in the lexer that match things are implemented in terms of this function. They first skip whitespace, then attempt to match against the line. If the match succeeds, the matched text is returned. Otherwise, None is returned.
Translated and reviewed by Stephan Woidowski
Located in ../../source/cds.rst:37
29.
Matches `s` as a keyword.
Matches `s` as a keyword.
Translated and reviewed by Stephan Woidowski
Located in ../../source/cds.rst:44
30.
Matches a name. This does not match built-in keywords.
Matches a name. This does not match built-in keywords.
Translated and reviewed by Stephan Woidowski
Located in ../../source/cds.rst:48
31.
Matches any word, including keywords. Returns the
Matches any word, including keywords. Returns the
Translated and reviewed by Stephan Woidowski
Located in ../../source/cds.rst:52
32.
Matches a Ren'Py string.
Matches a Ren'Py string.
Translated and reviewed by Stephan Woidowski
Located in ../../source/cds.rst:57
33.
Matches an integer, returns a string containing the integer.
Matches an integer, returns a string containing the integer.
Translated and reviewed by Stephan Woidowski
Located in ../../source/cds.rst:61
34.
Matches a floating point number, returns a string containing the floating point number.
Matches a floating point number, returns a string containing the floating point number.
Translated and reviewed by Stephan Woidowski
Located in ../../source/cds.rst:65
2534 of 46 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.