[USB-BRINGUP-TRUNK]
[reactos.git] / base / setup / welcome / lang / fr-FR.rc
1 /*
2 * FRENCH(FR) resources
3 *
4 * Copyright (C) 2005
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along
17 * with this program; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 */
20
21
22 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
23
24 /* String Tables */
25
26 /* Default settings */
27 STRINGTABLE DISCARDABLE
28 BEGIN
29 IDS_APPTITLE "ReactOS - Bienvenue"
30 IDS_DEFAULTTOPICTITLE "ReactOS"
31 IDS_DEFAULTTOPICDESC "Bienvenue sur le système d'exploitation ReactOS.\n\nCliquez sur une section à gauche."
32 // IDS_CHECKTEXT "Afficher cette boîte de dialogue de nouveau."
33 // IDS_CLOSETEXT "Quitter"
34 END
35
36 /* Topic buttons */
37 STRINGTABLE DISCARDABLE
38 BEGIN
39 IDS_TOPICBUTTON0 "Installer ReactOS"
40 IDS_TOPICBUTTON1 "Naviguer dans ce CD"
41 IDS_TOPICBUTTON2 "Quitter"
42 // IDS_TOPICBUTTON3 "Empty Topic 3"
43 // IDS_TOPICBUTTON4 "Empty Topic 4"
44 // IDS_TOPICBUTTON5 "Empty Topic 5"
45 // IDS_TOPICBUTTON6 "Empty Topic 6"
46 // IDS_TOPICBUTTON7 "Empty Topic 7"
47 // IDS_TOPICBUTTON8 "Empty Topic 8"
48 // IDS_TOPICBUTTON9 "Empty Topic 9"
49 END
50
51 /* Topic titles */
52 STRINGTABLE DISCARDABLE
53 BEGIN
54 IDS_TOPICTITLE0 "Installer ReactOS"
55 IDS_TOPICTITLE1 "Naviguer dans ce CD"
56 IDS_TOPICTITLE2 "Quitter"
57 // IDS_TOPICTITLE3 "Empty Topic Title 3"
58 // IDS_TOPICTITLE4 "Empty Topic Title 4"
59 // IDS_TOPICTITLE5 "Empty Topic Title 5"
60 // IDS_TOPICTITLE6 "Empty Topic Title 6"
61 // IDS_TOPICTITLE7 "Empty Topic Title 7"
62 // IDS_TOPICTITLE8 "Empty Topic Title 8"
63 // IDS_TOPICTITLE9 "Empty Topic Title 9"
64 END
65
66 /* Topic descriptions */
67 STRINGTABLE DISCARDABLE
68 BEGIN
69 IDS_TOPICDESC0 "Crée une nouvelle installation de ReactOS sur votre ordinateur ou met à jour votre installation actuelle."
70 IDS_TOPICDESC1 "Explore le CD."
71 IDS_TOPICDESC2 "Cliquez pour quitter l'installation."
72 // IDS_TOPICDESC3 "Topic description 3.\n\nDescribe topic 3 here."
73 // IDS_TOPICDESC4 "Topic description 4.\n\nDescribe topic 4 here."
74 // IDS_TOPICDESC5 "Topic description 5.\n\nDescribe topic 5 here."
75 // IDS_TOPICDESC6 "Topic description 6.\n\nDescribe topic 6 here."
76 // IDS_TOPICDESC7 "Topic description 7.\n\nDescribe topic 7 here."
77 // IDS_TOPICDESC8 "Topic description 8.\n\nDescribe topic 8 here."
78 // IDS_TOPICDESC9 "Topic description 9.\n\nDescribe topic 9 here."
79 END
80
81 /* EOF */