Replace numeric resource identifiers by their defined constants.
[wine] / programs / winefile / Fr.rc
1 /*
2  * WineFile
3  * French Language Support
4  *
5  * Copyright 2000 Martin Fuchs
6  * Copyright 2002 Steven Edwards
7  * Copyright 2002 Alexandre Julliard
8  * Copyright 2003 Sylvain Petreolle
9  *
10  * This library is free software; you can redistribute it and/or
11  * modify it under the terms of the GNU Lesser General Public
12  * License as published by the Free Software Foundation; either
13  * version 2.1 of the License, or (at your option) any later version.
14  *
15  * This library is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18  * Lesser General Public License for more details.
19  *
20  * You should have received a copy of the GNU Lesser General Public
21  * License along with this library; if not, write to the Free Software
22  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
23  */
24
25 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
26
27 /* Menu */
28
29 IDM_WINEFILE MENU FIXED IMPURE
30 {
31         POPUP "&Fichier"  {
32                 MENUITEM "&Ouvrir\tEntrée" ,                    ID_ACTIVATE
33                 MENUITEM "&Déplacer...\tF7" ,                   ID_FILE_MOVE
34                 MENUITEM "&Copier...\tF8" ,                     107
35                 MENUITEM "P&resse-Papiers...\tF9" ,             118
36                 MENUITEM "&Effacer\tDel" ,                      108
37                 MENUITEM "Re&nommer..." ,                       109
38                 MENUITEM "&Propriétés...\tAlt+Entree" , ID_EDIT_PROPERTIES
39                 MENUITEM SEPARATOR
40                 MENUITEM "Co&mpresser..." ,             119
41                 MENUITEM "Décompre&sser..." ,           120
42                 MENUITEM SEPARATOR
43                 MENUITEM "E&xécuter..." ,                       ID_EXECUTE
44                 MENUITEM "&Imprimer..." ,                       102
45                 MENUITEM "&Associer..." ,               103
46                 MENUITEM SEPARATOR
47                 MENUITEM "Créer Réper&toire..." ,                       111
48                 MENUITEM "Rec&hercher..." ,                     104
49                 MENUITEM "Sélectionner &Fichiers..." ,                  116
50                 MENUITEM SEPARATOR
51 #ifndef _NO_EXTENSIONS
52                 MENUITEM "&Quitter\tAlt+X" ,                    ID_FILE_EXIT
53 #else
54                 MENUITEM "&Quitter",                            ID_FILE_EXIT
55 #endif
56         }
57
58         POPUP "&Disque"  {
59                 MENUITEM "&Copier Disque..." ,                  201
60                 MENUITEM "&Nommer Disque..." ,                  202
61                 MENUITEM SEPARATOR
62                 MENUITEM "&Formater Disque..." ,                        203
63 #ifdef _WIN95
64                 MENUITEM "Créer un disque *système...", -1      /*@@ */
65 #endif
66                 MENUITEM SEPARATOR
67                 MENUITEM "Connecter un lecteur &réseau" ,                       252
68                 MENUITEM "&Déconnecter un lecteur réseau" ,             253
69                 MENUITEM SEPARATOR
70                 MENUITEM "&Partager..." ,                       254
71                 MENUITEM "Cesser de parta&ger" ,                        255
72                 MENUITEM SEPARATOR
73                 MENUITEM "Choisir le &lecteur" ,                        251
74         }
75
76         POPUP "&Répertoires"  {
77                 MENUITEM "&Développer un niveau\t+" ,                   301
78                 MENUITEM "Développer une &branche\t*" ,         302
79                 MENUITEM "&Tout développer\tCtrl+*" ,           303
80                 MENUITEM "&Réduire une branche\t-" ,                    304
81                 MENUITEM SEPARATOR
82                 MENUITEM "&Indiquer l'arborescence" ,                           505
83         }
84
85         POPUP "&Vue"  {
86                 MENUITEM "Arbre et ré&pertoire" ,                       413
87                 MENUITEM "&Arbre seulement" ,                   411
88                 MENUITEM "&Répertoire seulement" ,                      412
89                 MENUITEM SEPARATOR
90                 MENUITEM "&Séparer" ,                   414
91                 MENUITEM SEPARATOR
92                 MENUITEM "&Nom" ,                       ID_VIEW_NAME
93                 MENUITEM "Tous &les Détails" ,                          ID_VIEW_ALL_ATTRIBUTES, CHECKED
94                 MENUITEM "&Détails..." ,                        ID_VIEW_SELECTED_ATTRIBUTES
95                 MENUITEM SEPARATOR
96                 MENUITEM "Trier par N&om" ,             404
97                 MENUITEM "Trier par &Type" ,            405
98                 MENUITEM "Trier par Ta&ille" ,          406
99                 MENUITEM "Trier par Dat&e" ,            407
100                 MENUITEM SEPARATOR
101                 MENUITEM "Trier par &..." ,                     409
102         }
103
104         POPUP "&Options"  {
105                 MENUITEM "&Confirmation..." ,           -1
106                 MENUITEM "&Police..." ,                 ID_SELECT_FONT
107                 MENUITEM "Personnaliser la &barre d'Outils..." , -1
108                 MENUITEM SEPARATOR
109                 MENUITEM "Barre d'&Outils" ,            ID_VIEW_TOOL_BAR, CHECKED
110                 MENUITEM "Barre de &Lecteur" ,          ID_VIEW_DRIVE_BAR, CHECKED
111                 MENUITEM "Barre d'&État" ,      ID_VIEW_STATUSBAR, CHECKED
112 #ifndef _NO_EXTENSIONS
113                 MENUITEM "P&lein Écran\tCtrl+Shift+S" ,         ID_VIEW_FULLSCREEN
114 #endif
115                 MENUITEM SEPARATOR
116                 MENUITEM "&Réduire a l'utilisation" ,           -1
117                 MENUITEM "&Enregistrer la configuration en quittant" ,                  511
118         }
119
120
121         POPUP "&Sécurité"  {
122                 MENUITEM "&Accès..." ,          605
123                 MENUITEM "&Surveillance..." ,                   606
124                 MENUITEM "&Propriétaire..." ,           607
125         }
126
127         POPUP "&Fenêtre"  {
128                 MENUITEM "Nouvelle &fenêtre" ,                  ID_WINDOW_NEW
129                 MENUITEM "&En cascade\tCtrl+F5" ,               ID_WINDOW_CASCADE
130                 MENUITEM "Mosaïque &horizontale" ,              ID_WINDOW_TILE_HORZ
131                 MENUITEM "Mosaïque &verticale\tCtrl+F4" ,               ID_WINDOW_TILE_VERT
132 #ifndef _NO_EXTENSIONS
133                 MENUITEM "Réorganisation &Automatique" ,                ID_WINDOW_AUTOSORT
134 #endif
135                 MENUITEM "Réorganiser les &icônes" ,            ID_WINDOW_ARRANGE
136                 MENUITEM "&Actualiser\tF5" ,            ID_REFRESH
137         }
138
139         POPUP "&Aide"  {
140                 MENUITEM "&Sommaire de l'aide\tF1" ,                    ID_HELP
141                 MENUITEM "&Rechercher dans l'aide\tF1" ,                        ID_HELP
142                 MENUITEM "&Utiliser l'aide\tF1" ,                       ID_HELP_USING
143                 MENUITEM SEPARATOR
144                 POPUP "Info..."  {
145                   MENUITEM "A propos de &Wine..." ,                     ID_ABOUT_WINE
146 /*
147  *                MENUITEM "&Licence..."                ID_LICENSE
148  *                MENUITEM "&NO WARRANTY"               ID_NO_WARRANTY
149  */
150                 }
151         }
152 }
153
154
155 IDD_EXECUTE DIALOG FIXED IMPURE 15, 13, 210, 63
156 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
157 CAPTION "Exécuter"
158 FONT 8, "MS Shell Dlg"
159 {
160         CONTROL                 "", 101, "Static", SS_SIMPLE|SS_NOPREFIX, 3, 6, 162, 10
161         CONTROL                 "&Commande :" , -1, "Static", SS_LEFTNOWORDWRAP|WS_GROUP, 3, 18, 60, 10
162         EDITTEXT                201, 3, 29, 134, 12, ES_AUTOHSCROLL
163         CONTROL                 "Sous forme d'icône" , 214, "Button", BS_AUTOCHECKBOX|WS_TABSTOP,3, 45, 71, 12
164         DEFPUSHBUTTON   "OK" , 1, 158, 6, 47, 14
165         PUSHBUTTON              "Annuler" , 2, 158, 23, 47, 14
166         PUSHBUTTON              "&Aide" , 254, 158, 43, 47, 14
167 }
168
169 IDD_SELECT_DESTINATION DIALOG FIXED IMPURE 15, 13, 210, 63
170 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
171 CAPTION "Sélectionner la destination"
172 FONT 8, "MS Shell Dlg"
173 {
174         CONTROL                 "", 101, "Static", SS_SIMPLE|SS_NOPREFIX, 3, 6, 162, 10
175         CONTROL                 "&Dossier:" , -1, "Static", SS_LEFTNOWORDWRAP|WS_GROUP, 3, 18, 60, 10
176         EDITTEXT                201, 3, 29, 134, 12, ES_AUTOHSCROLL
177         DEFPUSHBUTTON           "OK" , 1, 158, 6, 47, 14
178         PUSHBUTTON              "Annuler" , 2, 158, 23, 47, 14
179         PUSHBUTTON              "Pa&rcourir..." , 254, 158, 43, 47, 14
180 }
181
182 STRINGTABLE
183 {
184         IDS_FONT_SEL_DLG_NAME   "Appliquer les réglages des fontes"
185         IDS_FONT_SEL_ERROR      "Erreur dans la sélection de la nouvelle fonte."
186 }