blob: a0d1197ea7ea04c928274b8f4a4311999e3daf4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="script ed float" title="SCRIPT : NOUVEAU SCRIPT">
<floater.string name="not_allowed">
Ce script ne peut pas être copié, visualisé ou modifié. Pour visualiser ou modifier un script à l'intérieur d'un objet, vous devez avoir les droits requis.
</floater.string>
<floater.string name="script_running">
Exécution en cours
</floater.string>
<floater.string name="Title">
SCRIPT : [NAME]
</floater.string>
<floater.string name="experience_enabled">
Supprimer la coche pour supprimer l’expérience actuelle
</floater.string>
<floater.string name="no_experiences">
Vous n’êtes autorisé(e) pour aucune expérience.
</floater.string>
<floater.string name="add_experiences">
Sélectionner pour ajouter une expérience
</floater.string>
<floater.string name="show_experience_profile">
Cliquer pour afficher le profil de l’expérience
</floater.string>
<floater.string name="loading">
Chargement...
</floater.string>
<button label="Réinitialiser" label_selected="Réinitialiser" name="Reset"/>
<check_box initial_value="true" label="Exécution en cours" name="running"/>
<check_box initial_value="true" label="Mono" name="mono"/>
<check_box label="Utiliser la ou les expériences :" name="enable_xp"/>
<button label=">" name="view_profile"/>
</floater>
|