More translations (about 500)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@687 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-03-19 03:18:42 +00:00
parent b6f529c90f
commit f342ff5ff7
51 changed files with 2519 additions and 2523 deletions

View File

@@ -66,8 +66,8 @@ typedef struct T_Bouton_normal
short Numero;
word Pos_X;
word Pos_Y;
word Largeur;
word Hauteur;
word Width;
word Height;
byte Clickable;
byte Repetable;
word Raccourci;
@@ -87,7 +87,7 @@ typedef struct T_Bouton_scroller
short Numero;
word Pos_X;
word Pos_Y;
word Hauteur;
word Height;
word Nb_elements;
word Nb_visibles;
word Position;
@@ -100,15 +100,15 @@ typedef struct T_Bouton_special
short Numero;
word Pos_X;
word Pos_Y;
word Largeur;
word Hauteur;
word Width;
word Height;
struct T_Bouton_special * Next;
} T_Bouton_special;
typedef struct T_Dropdown_choix
{
short Numero;
const char * Libelle;
const char * Label;
struct T_Dropdown_choix * Next;
} T_Dropdown_choix;
@@ -117,8 +117,8 @@ typedef struct T_Bouton_dropdown
short Numero;
word Pos_X;
word Pos_Y;
word Largeur;
word Hauteur;
word Width;
word Height;
byte Affiche_choix; // The selected item's label is printed in the dropdown area
byte Affiche_centre; // Center labels (otherwise, align left)
byte Affiche_fleche; // Display a "down" arrow box in top right
@@ -166,7 +166,7 @@ typedef struct
// Déclaration d'une info de shade
typedef struct
{
word Liste[512]; // Liste de couleurs
word List[512]; // Liste de couleurs
byte Pas; // Pas d'incrémentation/décrémentation
byte Mode; // Mode d'utilisation (Normal/Boucle/Non-saturé)
} T_Shade;
@@ -178,8 +178,8 @@ typedef struct
typedef struct
{
byte Etat;
word Largeur;
word Hauteur;
word Width;
word Height;
} __attribute__((__packed__)) Config_Mode_video;
typedef struct
@@ -259,8 +259,8 @@ typedef struct
typedef struct
{
byte * Image; // Bitmap de l'image
int Largeur; // Largeur du bitmap
int Hauteur; // Hauteur du bitmap
int Width; // Largeur du bitmap
int Height; // Hauteur du bitmap
T_Palette Palette; // Palette de l'image
char Commentaire[TAILLE_COMMENTAIRE+1]; // Commentaire de l'image