advpack: Standardize the format of advpack traces.
[wine] / programs / wordpad / Fr.rc
1 /*
2  * Copyright 2006 by Jonathan Ernst
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the Free Software
16  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17  */
18
19 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
20
21 MAINMENU MENU DISCARDABLE 
22 BEGIN
23     POPUP "&Fichier"
24     BEGIN
25         MENUITEM "&Nouveau",        ID_FILE_NEW
26         MENUITEM "&Ouvrir",         ID_FILE_OPEN
27         MENUITEM "&Sauver",         ID_FILE_SAVE
28         MENUITEM SEPARATOR
29         MENUITEM "&Quitter",        ID_FILE_EXIT
30     END
31     POPUP "&Edition"
32     BEGIN
33         MENUITEM "&Annuler\tCtrl+Z",               ID_EDIT_UNDO
34         MENUITEM "&Répéter\tCtrl+Y",               ID_EDIT_REDO
35         MENUITEM "&Sélectionner tout\tCtrl+A",         ID_EDIT_SELECTALL
36         MENUITEM SEPARATOR
37         MENUITEM "&Couper\tCtrl+X",                ID_EDIT_CUT
38         MENUITEM "Co&pier\tCtrl+C",               ID_EDIT_COPY
39         MENUITEM SEPARATOR
40         MENUITEM "Lecture-&seule",                  ID_EDIT_READONLY
41         MENUITEM "&Modifié",                   ID_EDIT_MODIFIED
42         MENUITEM SEPARATOR
43         POPUP "&Avancés"
44         BEGIN
45             MENUITEM "&Information sélection",      ID_EDIT_SELECTIONINFO
46             MENUITEM "&Format caractÚres",          ID_EDIT_CHARFORMAT
47             MENUITEM "&Déf. format car.",           ID_EDIT_DEFCHARFORMAT
48             MENUITEM "Format paragrap&he",          ID_EDIT_PARAFORMAT
49             MENUITEM "&Recevoir texte",             ID_EDIT_GETTEXT
50         END
51     END
52     POPUP "F&ormat"
53     BEGIN
54         POPUP "&Fond"
55         BEGIN
56             MENUITEM "&SystÚme\tCtrl+1",         ID_BACK_1
57             MENUITEM "&PostThat yellowish\tCtrl+2",           ID_BACK_2
58         END
59         POPUP "&Alignement"
60         BEGIN
61             MENUITEM "Aligné Ã  &gauche\tCtrl+L",         ID_ALIGN_LEFT
62             MENUITEM "&Centré\tCtrl+E",       ID_ALIGN_CENTER
63             MENUITEM "Aligné Ã  &droite\tCtrl+R",        ID_ALIGN_RIGHT
64         END
65     END
66 END