Reintegrate header branch
[reactos.git] / rosapps / templates / imagesoft / lang / fr-FR.rc
1 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
2
3 STRINGTABLE DISCARDABLE
4 BEGIN
5 IDS_APPNAME "ImageSoft"
6 IDS_VERSION "v0.1"
7 END
8
9 IDR_MAINMENU MENU
10 BEGIN
11 POPUP "&Fichier"
12 BEGIN
13 MENUITEM "&Nouveau...", ID_NEW
14 MENUITEM "&Ouvrir...", ID_OPEN
15 MENUITEM SEPARATOR
16 MENUITEM "Fermer\tCtrl+F4", ID_CLOSE, GRAYED
17 MENUITEM "Fermer tout", ID_CLOSEALL,GRAYED
18 MENUITEM SEPARATOR
19 MENUITEM "Enregistrer", ID_SAVE, GRAYED
20 MENUITEM "Enregistrer sous...", ID_SAVEAS, GRAYED
21 MENUITEM SEPARATOR
22 MENUITEM "Aperçu a&vant impression", ID_PRINTPRE,GRAYED
23 MENUITEM "Im&primer...", ID_PRINT, GRAYED
24 MENUITEM SEPARATOR
25 MENUITEM "Pr&opriétés...", ID_PROP, GRAYED
26 MENUITEM SEPARATOR
27 MENUITEM "Quitter\tAlt+F4", ID_EXIT
28 END
29 POPUP "&Édition"
30 BEGIN
31 MENUITEM "Annuler", ID_UNDO, GRAYED
32 MENUITEM "&Rétablir", ID_REDO, GRAYED
33 MENUITEM SEPARATOR
34 MENUITEM "Couper", ID_CUT, GRAYED
35 MENUITEM "&Copier", ID_COPY, GRAYED
36 MENUITEM "Coller", ID_PASTE, GRAYED
37 MENUITEM "Coller en tant qu'&image", ID_PASTENEWIMAGE, GRAYED
38 MENUITEM SEPARATOR
39 MENUITEM "Tout sélectionner", ID_SELALL, GRAYED
40 END
41 POPUP "Affichage"
42 BEGIN
43 MENUITEM "Ou&tils", ID_TOOLS
44 MENUITEM "&Couleurs", ID_COLOR
45 MENUITEM "&Historique", ID_HISTORY
46 MENUITEM "Barre de &status", ID_STATUSBAR
47 END
48 POPUP "Régl&age"
49 BEGIN
50 MENUITEM "Luminosité...", ID_BRIGHTNESS
51 MENUITEM "Contraste...", ID_CONTRAST
52 MENUITEM "Teinte/Saturation...", -1, GRAYED
53 POPUP "Couleur"
54 BEGIN
55 MENUITEM "Noir et blanc" ID_BLACKANDWHITE
56 MENUITEM "Inverser les couleurs" ID_INVERTCOLORS
57 END
58 MENUITEM SEPARATOR
59 MENUITEM "Rendre flou", ID_BLUR
60 MENUITEM "Accentuer", ID_SHARPEN
61 MENUITEM "Lisser les bords", -1, GRAYED
62 MENUITEM "Ajouter une ombre", -1, GRAYED
63 MENUITEM SEPARATOR
64 MENUITEM "Taille de l'image...", -1, GRAYED
65 MENUITEM "Retourner", -1, GRAYED
66 MENUITEM "Inverser", -1, GRAYED // FIXME : Pourrait-être amélioré pour mieux dégager le sens de "mirror"
67 MENUITEM "Tourner", -1, GRAYED
68
69 END
70 POPUP "&Couleurs"
71 BEGIN
72 MENUITEM "&Éditer les couleurs...", ID_EDITCOLOURS
73 END
74 POPUP "Fenêtre"
75 BEGIN
76 MENUITEM "&Cascade", ID_WINDOW_CASCADE
77 MENUITEM "Mosaïque &horizontale", ID_WINDOW_TILE_HORZ
78 MENUITEM "Mosaïque &verticale", ID_WINDOW_TILE_VERT
79 MENUITEM "&Arranger les icônes", ID_WINDOW_ARRANGE
80 MENUITEM SEPARATOR
81 MENUITEM "Suivan&te\tCtrl+F6", ID_WINDOW_NEXT
82 END
83 POPUP "Aide"
84 BEGIN
85 MENUITEM "&À propos...", ID_ABOUT
86 END
87 END
88
89 IDR_POPUP MENU
90 BEGIN
91 POPUP "popup"
92 BEGIN
93
94 MENUITEM SEPARATOR
95
96 END
97 END
98
99
100 IDD_BRIGHTNESS DIALOGEX 6, 5, 193, 120
101 CAPTION "Luminosité"
102 FONT 8,"MS Shell Dlg", 0, 0
103 STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
104 BEGIN
105 LTEXT "", IDC_PICPREVIEW, 0, 1, 132, 96, SS_OWNERDRAW | SS_SUNKEN
106 LTEXT "Composante de la couleur:", IDC_STATIC, 135, 5, 36, 9
107 GROUPBOX "", IDC_BRI_GROUP, 138 ,30, 50, 48
108 CONTROL "Complète (RGB)", IDC_BRI_FULL, "Button", BS_AUTORADIOBUTTON, 138, 18, 46, 9
109 CONTROL "Rouge", IDC_BRI_RED, "Button", BS_AUTORADIOBUTTON, 142, 38, 42, 9
110 CONTROL "Vert", IDC_BRI_GREEN, "Button", BS_AUTORADIOBUTTON, 142, 51, 42, 9
111 CONTROL "Bleu", IDC_BRI_BLUE, "Button", BS_AUTORADIOBUTTON, 142, 64, 42, 9
112 EDITTEXT IDC_BRI_EDIT, 98, 103, 28, 13
113 CONTROL "", IDC_BRI_TRACKBAR, "msctls_trackbar32", TBS_BOTH | TBS_NOTICKS | WS_TABSTOP, 2, 105, 90, 11
114 PUSHBUTTON "OK", IDOK, 142, 88, 48, 13
115 PUSHBUTTON "Annuler", IDCANCEL, 142, 105, 48, 13
116 END
117
118 IDD_ABOUTBOX DIALOGEX 22,16,210,182
119 CAPTION "À propos d'ImageSoft"
120 FONT 8,"MS Shell Dlg",0,0
121 STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
122 //EXSTYLE WS_EX_LAYERED
123 BEGIN
124 LTEXT "ImageSoft v0.1\nCopyright (C) 2006\nThomas Weidenmueller (w3seek@reactos.org)\nGed Murphy (gedmurphy@gmail.com)", IDC_STATIC, 48, 7, 150, 36
125 PUSHBUTTON "Fermer", IDOK, 75, 162, 44, 15
126 ICON IDI_IMAGESOFTICON, IDC_STATIC, 10, 10, 7, 30
127 EDITTEXT IDC_LICENSE_EDIT, 8, 44, 194, 107, WS_VISIBLE | WS_VSCROLL | WS_TABSTOP | ES_READONLY | ES_MULTILINE
128 END
129
130
131 IDD_IMAGE_PROP DIALOGEX 6, 5, 156, 163
132 CAPTION "Propriétés de l'image"
133 FONT 8,"MS Shell Dlg",0,0
134 STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
135 BEGIN
136 LTEXT "Nom:", IDC_STATIC, 12, 5, 38, 9
137 EDITTEXT IDC_IMAGE_NAME_EDIT, 58, 3, 94, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP
138 GROUPBOX "Propriétés du support", IDC_STATIC, 4, 22, 148, 98
139 LTEXT "Type de l'image:", IDC_STATIC, 12, 36, 42, 9
140 CONTROL "", IDC_IMAGETYPE, "ComboBox", WS_CHILD | WS_VISIBLE | WS_TABSTOP | CBS_DROPDOWNLIST, 58, 35, 88, 54
141 LTEXT "Largeur:", IDC_STATIC, 12, 51, 42, 9
142 EDITTEXT IDC_WIDTH_EDIT, 58, 49, 32, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP | ES_NUMBER
143 LTEXT "", IDC_WIDTH_STAT, 94, 51, 40, 9
144 LTEXT "Hauteur:", IDC_STATIC, 12, 68, 42, 9
145 EDITTEXT IDC_HEIGHT_EDIT, 58, 66, 32, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP | ES_NUMBER
146 LTEXT "", IDC_HEIGHT_STAT, 94, 68, 40, 9
147 LTEXT "Résolution:", IDC_STATIC, 12, 84, 42, 9
148 EDITTEXT IDC_RES_EDIT, 58, 83, 32, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP | ES_NUMBER
149 LTEXT "", IDC_RES_STAT, 94, 84, 40, 9
150 LTEXT "Unité:", IDC_STATIC, 12, 99, 42, 9
151 CONTROL "", IDC_UNIT, "ComboBox", WS_CHILD | WS_VISIBLE | WS_TABSTOP | CBS_DROPDOWNLIST, 58, 99, 54, 50
152 LTEXT "Taille de l'image:", IDC_STATIC, 12, 125, 42, 9
153 LTEXT "", IDC_IMAGE_SIZE, 58, 125, 54, 9
154 PUSHBUTTON "OK", IDOK, 50, 144, 48, 13
155 PUSHBUTTON "Annuler", IDCANCEL, 102, 144, 48, 13
156 END
157
158 STRINGTABLE DISCARDABLE
159 BEGIN
160 IDS_LICENSE "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\r\n\r\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\r\n\r\nYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA."
161 IDS_READY " Prêt."
162 IDS_TOOLBAR_STANDARD "Standard"
163 IDS_TOOLBAR_TEST "Test"
164 IDS_IMAGE_NAME "Image %1!u!"
165 IDS_FLT_TOOLS "Outils"
166 IDS_FLT_COLORS "Couleurs"
167 IDS_FLT_HISTORY "Historique"
168 END
169
170 /* imageprop.c */
171 STRINGTABLE DISCARDABLE
172 BEGIN
173 IDS_IMAGE_MONOCHROME "Monochrome (1 bit)"
174 IDS_IMAGE_GREYSCALE "Variantes de gris (8 bit)"
175 IDS_IMAGE_PALETTE "Palette ou 256 couleurs (8 bit)"
176 IDS_IMAGE_TRUECOLOR "Couleurs vraies (24 bit)"
177
178 IDS_UNIT_PIXELS "Pixels"
179 IDS_UNIT_CM "Cm"
180 IDS_UNIT_INCHES "Pouces"
181 IDS_UNIT_DOTSCM "Points / Cm"
182 IDS_UNIT_DPI "DPI"
183 IDS_UNIT_KB "%d Ko"
184 IDS_UNIT_MB "%d Mo"
185 END
186
187 /* Tooltips */
188 STRINGTABLE DISCARDABLE
189 BEGIN
190 IDS_TOOLTIP_NEW "Nouveau"
191 IDS_TOOLTIP_OPEN "Ouvrir"
192 IDS_TOOLTIP_SAVE "Enregistrer"
193 IDS_TOOLTIP_PRINTPRE "Aperçu avant impression"
194 IDS_TOOLTIP_PRINT "Imprimer"
195 IDS_TOOLTIP_CUT "Couper"
196 IDS_TOOLTIP_COPY "Copier"
197 IDS_TOOLTIP_PASTE "Coller"
198 IDS_TOOLTIP_UNDO "Annuler"
199 IDS_TOOLTIP_REDO "Rétablir"
200 END
201
202
203 /* Hints */
204 STRINGTABLE DISCARDABLE
205 BEGIN
206 IDS_HINT_BLANK " "
207 IDS_HINT_NEW " Créé un nouveau document."
208 IDS_HINT_OPEN " Ouvre un document existant."
209 IDS_HINT_CLOSE " Ferme cette fenêtre."
210 IDS_HINT_CLOSEALL " Ferme toutes les fenêtres."
211 IDS_HINT_SAVE " Enregistre le document courant."
212 IDS_HINT_SAVEAS " Enregistre le document courant sous un nouveau nom."
213 IDS_HINT_PRINTPRE " Aperçu avant impression."
214 IDS_HINT_PRINT " Imprime le document courant."
215 IDS_HINT_PROP " Montre les propriétés de l'image courante."
216 IDS_HINT_EXIT " Quitte cette application."
217
218 IDS_HINT_TOOLS " Montre ou cache la fenêtre flottante des outils."
219 IDS_HINT_COLORS " Montre ou cache la fenêtre flottante des couleurs."
220 IDS_HINT_HISTORY " Montre ou cache la fenêtre flottante de l'historique."
221 IDS_HINT_STATUS " Montre ou cache la barre de status."
222
223 IDS_HINT_CASCADE " Arrange les fenêtres en cascade."
224 IDS_HINT_TILE_HORZ " Arrange les fenêtres en mosaïque horizontale."
225 IDS_HINT_TILE_VERT " Arrange les fenêtres en mosaïque verticale."
226 IDS_HINT_ARRANGE " Arrange les icônes en bas de la fenêtre."
227 IDS_HINT_NEXT " Active la prochaine fenêtre."
228
229 IDS_HINT_SYS_RESTORE " Restaure la taille normale de la fenêtre."
230 IDS_HINT_SYS_MOVE " Bouge la fenêtre."
231 IDS_HINT_SYS_SIZE " Retaille la fenêtre."
232 IDS_HINT_SYS_MINIMIZE " Réduit la fenêtre."
233 IDS_HINT_SYS_MAXIMIZE " Affiche la fenêtre en plein écran."
234 END