Browsing French translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and French guidelines.
69 of 9 results
6.
**Menu Choices.** A menu choice is an option the user can select from the in-game menu. A menu choice begins with a string. The string may be followed by an if-clause, which makes the choice conditional. The menu choice ends with a colon, and must be followed by a block of Ren'Py statements.
**Choix des menus** Un choix de menu est une option que l'utilisateur peut choisir depuis le menu. Un choix de menu commence avec un "string". Le "string" peut être suivi par un "if-clause", qui pose une condition au choix (Par exemple, le joueur ne pourrait pas accéder à un choix tant qu'il n'aurait pas fait un autre choix).
Le choix de menu se termine avec un double-point (:), et doit être suivi par un bloc de déclaration Ren'py. (Qui explique la condition)
Translated and reviewed by Doryan Tilmant
Located in ../../source/menus.rst:47
7.
When the choice is selected, the block of code is run. If execution reaches the end of this block of code, it continues with the statement after the end of the menu statement.
Quand le choix est sélectionné, le bloc de code est lancé. Si le programme dépasse ce bloc de code, il continue avec le prochain bloc, c'est à dire que si le bloc du choix ne se termine pas par un [jump (label)], alors Ren'py va juste continuer à lire le code des autres choix à la suite.
Translated and reviewed by Doryan Tilmant
Located in ../../source/menus.rst:54
8.
An if-clause consists of the keyword ``if``, followed by a python expression. The menu choice is only displayed if the expression is true. In the following menu::
Un "if-clause" comprend le mot-clé "if", suivi par une expression en Python. Le choix de menu est seulement affiché si l'expression est vraie (True) dans cet exemple :
Translated and reviewed by Doryan Tilmant
Located in ../../source/menus.rst:58
9.
The third choice will only be presented if the drank_tea variable is true.
Le 3ème choix sera affiché seulement si la variable drank-tea est vraie.
Translated and reviewed by Doryan Tilmant
Located in ../../source/menus.rst:70
69 of 9 results

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

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

Contributors to this translation: Doryan Tilmant, Sao San.