Traduction
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user