Fixed some bugs.
[wine] / programs / winhelp / Fr.rc
1 /*
2  * Help Viewer
3  *
4  * Copyright 1996 Ulrich Schmid
5  * French language by Pablo Saratxaga <srtxg@f2219.n293.z2.fidonet.org>
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20  */
21
22 /* This file is not yet complete !! */
23 /* Alors peut-être ceci aidera (so maybe this will help) :) */
24 /* #include ../progman/Fr.rc */
25
26 #define LANGUAGE_ID                  Fr
27 #define LANGUAGE_NUMBER              4
28
29 /* Menu */
30
31 #define MENU_FILE                    "&Fichier"
32 #define MENU_FILE_OPEN               "O&uvrir..."
33 #define MENU_FILE_PRINT              "&Imprimer la rubrique"
34 #define MENU_FILE_PRINTER_SETUP      "&Configuration de l'impression..."
35 #define MENU_FILE_EXIT               "&Quitter"
36
37 #define MENU_EDIT                    "&Edition"
38 #define MENU_EDIT_COPY_DIALOG        "&Copier..."
39 #define MENU_EDIT_ANNOTATE           "&Annotation..."
40
41 #define MENU_BOOKMARK                "&Signet"
42 #define MENU_BOOKMARK_DEFINE         "&Définir..."
43
44 #define MENU_HELP                    "&?"
45 #define MENU_HELP_ON_HELP            "&Utiliser l'aide"
46 #define MENU_HELP_ON_TOP             "&Toujours visible"
47 #define MENU_HELP_INFO               "&Info..."
48 #define MENU_HELP_ABOUT_WINE         "&A propos de WINE"
49
50 /*
51         Configuration de l'imprimante
52 */
53
54 /* Strings */
55
56 #define STRING_WINE_HELP             "Aide de WINE"
57 #define STRING_ERROR                 "ERREUR"
58 #define STRING_WARNING               "WARNING"
59 #define STRING_INFO                  "Information"
60 #define STRING_NOT_IMPLEMENTED       "Non implementé"
61 #define STRING_HLPFILE_ERROR_s       "Une erreur est survenue en lisant le fichier d'aide `%s'"
62 #define STRING_CONTENTS              "&Index"
63 #define STRING_SEARCH                "&Rechercher"
64 #define STRING_BACK                  "&Précédent"
65 #define STRING_HISTORY               "&Historique"
66 #define STRING_ALL_FILES             "Tout fichier (*.*)"
67 #define STRING_HELP_FILES_HLP        "Fichiers d'aide (*.hlp)"
68
69 #include "Xx.rc"