Skip to content

Commit 59946b0

Browse files
committed
Bug 1158 French translation from French translation team by zoken <[email protected]>
svn path=/trunk/; revision=20296
1 parent 37ece18 commit 59946b0

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

reactos/subsys/system/reactos/Fr.rc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/* $Id: En.rc 18526 2005-10-17 18:04:11Z cwittich $ */
2+
// FRENCH translation by G. Maton ([email protected])
3+
4+
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
5+
6+
/* String Tables */
7+
STRINGTABLE DISCARDABLE
8+
BEGIN
9+
IDS_CAPTION "Installation de ReactOS"
10+
IDS_TEXT "Vous ne pouvez pas installer ReactOS directement depuis ce CD!\n\nVeuillez red�marrer votre ordinateur depuis ce CD afin d'installer ReactOS."
11+
END
12+
13+
/* EOF */

reactos/subsys/system/reactos/reactos.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ IDI_MAIN ICON "res/reactos.ico"
2323
#include "It.rc"
2424
#include "Ja.rc"
2525
#include "Hu.rc"
26+
#include "Fr.rc"
2627

2728
/* EOF */

0 commit comments

Comments
 (0)