push cc8bc80451cc24f4d7cf75168b569f0ebfe19547
[wine/hacks.git] / programs / view / Fr.rc
blobb2ab0a4cce4888f02b7695f600ebc398342e7524
1 /*
2  * View
3  * French Language Support
4  *
5  * Copyright 1998 Douglas Ridgway
6  * Copyright 2003 Marcelo Duarte
7  * Copyright 2003 Vincent Béron
8  *
9  * This library is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU Lesser General Public
11  * License as published by the Free Software Foundation; either
12  * version 2.1 of the License, or (at your option) any later version.
13  *
14  * This library is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17  * Lesser General Public License for more details.
18  *
19  * You should have received a copy of the GNU Lesser General Public
20  * License along with this library; if not, write to the Free Software
21  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
22  */
24 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
27  *
28  * Menu
29  *
30  */
32 VIEW MENU
33 BEGIN
34     POPUP "&Fichier"
35     BEGIN
36         MENUITEM "&Ouvrir",                     IDM_OPEN
37         MENUITEM "&Quitter",                       IDM_EXIT
38     END
39     POPUP "&Déplacement"
40     BEGIN
41       MENUITEM "&Mettre à l'échelle",              IDM_SET_EXT_TO_WIN
42       MENUITEM SEPARATOR
43       MENUITEM "&Gauche",                               IDM_LEFT
44       MENUITEM "&Droite",                       IDM_RIGHT
45       MENUITEM "&Haut",                         IDM_UP
46       MENUITEM "&Bas",                          IDM_DOWN
47     END
48 END
52  *
53  * Accelerator
54  *
55  */
57 VIEW ACCELERATORS
58 BEGIN
59     "Q", IDM_EXIT, VIRTKEY, CONTROL
60 END
64  *
65  * String Table
66  *
67  */
69 STRINGTABLE DISCARDABLE
70 BEGIN
71     IDS_DESCRIPTION         "Visionneuse de fichiers Metafile réguliers"
72 END