This repository was archived by the owner on Jun 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathlang_fr.cpp
58 lines (52 loc) · 2.15 KB
/
lang_fr.cpp
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#include "stdafx.h"
#include "SpaceMonger.h"
#include "lang.h"
static const char *densitynames[] = {
"Petit Peu de Fichiers", "Peu de Fichiers", "Normal", "Beaucoup de Fichiers",
"Très Beaucoup de Fichiers", "Trop de Fichiers",
};
static const char *uscolornames[] = {
"Arc-en-Ceil", "Colours de Windows", "Blanc", "Gris Clair", "Gris Foncé",
"Rouge", "Orange", "Jaune", "Vert", "Aqua", "Bleu", "Violette",
};
static const char *monthnames[] = {
"Jan", "Fev", "Mars", "Avril", "Mai", "Juin",
"Juil", "Août", "Sep", "Oct", "Nov", "Dec",
};
static const char *attribnames[] = {
"Arch", "Compress", "Dossier", "Encrypt", "Caché", "Pas-au-ligne",
"Lire-Seulement", "Reparse-Pt", "Clairsemé", "Système", "Temp",
};
Lang LangFr = {
IDR_TOOLBAR_FR,
"De SpaceMonger",
"CE PROGRAMME EST FREEWARE.",
"«You may distribute this program freely. Because this program is"
" free, the author cannot and will not assume responsibility"
" for this program's behavior. There are no warranties of any"
" kind, expressed or implied, on this product.»",
"Vous avez des questions? Trouvez un «bug»? Voudriez quelque-chose? "
"Envoyez e-mail à «[email protected]».",
"D'accord", "Annul",
"octets", "Ko", "Mo", "Go",
"<l'Espace Libre: %d,%d%%>",
"&Vrombir", "&Démarrer", "Voir &Tout", "&Exécuter", "&Effacer",
"&Ouvrir un Disque...", "&Rouvrir", "&Montrer l'Espace Libre",
"%lu,%01lu%%", "%lu,%01lu %s",
"Total", "Libre", "Fichiers Totals:", "Dossiers Totals:", "Fichiers Trouvés:", "Dossiers Trouvés:",
',', '.',
densitynames, uscolornames, monthnames, attribnames,
"Effacer...",
"Choisir un Disque",
"Scruter le Disque...",
"Configuration de SpaceMonger",
"Orientation des Fichiers", "Densité:", "Orient:", "Horz", "Égale", "Vert",
"Colours", "Fichiers", "Dossiers",
"«ToolTips»", "Montrer Nom «ToolTips»", "Montrer Info «ToolTips»", "Délai:", "msec",
"Sentier", "Nom-fichier", "Petit Icon", "Icon", "Date/Heure", "Octets", "Attributs",
"Autres Options",
"Auto-Rouvrir à Effacer", "Pas de Command «Effacer»",
"Vrombir Animé", "Souvenir Position du Window",
"Montrer les Boites «Rollovers»",
"Properties...",
};