wordpad: French translation for the view item.
[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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17  */
18
19 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
20
21 MAINMENU MENU DISCARDABLE 
22 BEGIN
23     POPUP "&Fichier"
24     BEGIN
25         MENUITEM "&Nouveau\tCtrl+N",        ID_FILE_NEW
26         MENUITEM "&Ouvrir...\tCtrl+O",      ID_FILE_OPEN
27         MENUITEM "&Enregistrer\tCtrl+S",    ID_FILE_SAVE
28         MENUITEM "Enregistrer &sous...",    ID_FILE_SAVEAS
29         MENUITEM SEPARATOR
30         MENUITEM "&Quitter",        ID_FILE_EXIT
31     END
32     POPUP "É&dition"
33     BEGIN
34         MENUITEM "&Annuler\tCtrl+Z",                ID_EDIT_UNDO
35         MENUITEM "&Répéter\tCtrl+Y",                ID_EDIT_REDO
36         MENUITEM SEPARATOR
37         MENUITEM "&Couper\tCtrl+X",                 ID_EDIT_CUT
38         MENUITEM "Co&pier\tCtrl+C",                 ID_EDIT_COPY
39         MENUITEM "C&oller\tCtrl+V",                 ID_EDIT_PASTE
40         MENUITEM "&Effacer\tDel",                   ID_EDIT_CLEAR
41         MENUITEM "&Sélectionner tout\tCtrl+A",      ID_EDIT_SELECTALL
42         MENUITEM SEPARATOR
43         MENUITEM "Lecture-&seule",                  ID_EDIT_READONLY
44         MENUITEM "&Modifié",                        ID_EDIT_MODIFIED
45         MENUITEM SEPARATOR
46         POPUP "&Avancés"
47         BEGIN
48             MENUITEM "&Information sélection",      ID_EDIT_SELECTIONINFO
49             MENUITEM "&Format caractères",          ID_EDIT_CHARFORMAT
50             MENUITEM "&Déf. format car.",           ID_EDIT_DEFCHARFORMAT
51             MENUITEM "Format paragrap&he",          ID_EDIT_PARAFORMAT
52             MENUITEM "&Recevoir texte",             ID_EDIT_GETTEXT
53         END
54     END
55     POPUP "&Affichage"
56     BEGIN
57         MENUITEM "&Barre d'outils",        ID_TOGGLE_TOOLBAR
58         MENUITEM "&Barre de format",      ID_TOGGLE_FORMATBAR
59         MENUITEM "&Barre d'état",      ID_TOGGLE_STATUSBAR
60     END
61     POPUP "Forma&t"
62     BEGIN
63         POPUP "&Fond"
64         BEGIN
65             MENUITEM "&Système\tCtrl+1",         ID_BACK_1
66             MENUITEM "&Jaunasse\tCtrl+2",           ID_BACK_2
67         END
68         POPUP "&Alignement"
69         BEGIN
70             MENUITEM "Aligné à &gauche\tCtrl+L",         ID_ALIGN_LEFT
71             MENUITEM "&Centré\tCtrl+E",       ID_ALIGN_CENTER
72             MENUITEM "Aligné à &droite\tCtrl+R",        ID_ALIGN_RIGHT
73         END
74     END
75 END