Traduction

This commit is contained in:
nawfe
2020-04-27 18:15:24 +02:00
parent ec56b68cdf
commit 45f6e931ac
19 changed files with 101 additions and 101 deletions

View File

@@ -23,12 +23,12 @@
<ImageView fitHeight="326.0" fitWidth="233.5" pickOnBounds="true" preserveRatio="true" />
<VBox alignment="CENTER" prefHeight="326.0" prefWidth="319.0">
<children>
<Label fx:id="nom" text="Nom Personnage">
<Label fx:id="nom" text="%nom.personnages">
<font>
<Font size="18.0" />
</font>
</Label>
<Label text="Votre compétence :">
<Label text="%votre.competence">
<font>
<Font size="18.0" />
</font>
@@ -38,7 +38,7 @@
<Font size="18.0" />
</font>
</Label>
<Button mnemonicParsing="false" onMouseClicked="#voirCarte" text="Retourner la carte">
<Button mnemonicParsing="false" onMouseClicked="#voirCarte" text="%retourner.carte">
<VBox.margin>
<Insets top="50.0" />
</VBox.margin>