Skip to content

Commit 64517a2

Browse files
committed
Bug 1166 part 1 of 2 French translation from French translation team by cmoibenlepro <[email protected]>
svn path=/trunk/; revision=20293
1 parent 71018ce commit 64517a2

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

reactos/subsys/system/winlogon/Fr.rc

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
/* French translation by Benoit Plante 2005 (cmoibenlepro AT hotmail DOT com) */
2+
3+
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
4+
5+
IDD_SHUTDOWNCOMPUTER DIALOG 45, 22, 164, 52
6+
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
7+
CAPTION "Arr�ter l'ordinateur"
8+
FONT 8, "MS Shell Dlg"
9+
BEGIN
10+
LTEXT "Vous pouvez maintenant �teindre votre ordinateur en toute s�curit�", IDC_SHUTDOWNCOMPUTER, 31, 13, 132, 8
11+
ICON IDI_WINLOGON, IDC_SHTDOWNICON, 6, 7, 18, 20
12+
DEFPUSHBUTTON "&Red�marrer", IDC_BTNSHTDOWNCOMPUTER, 62, 32, 40, 14
13+
END
14+
15+
IDD_GINALOADFAILED DIALOG 58, 83, 231, 119
16+
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
17+
CAPTION "�chec de l'interface utilisateur"
18+
FONT 8, "MS Shell Dlg"
19+
BEGIN
20+
LTEXT "Le chargement du DLL %s de l'interface utilisateur a �chou�", IDC_GINALOADFAILED, 39, 16, 156, 24
21+
LTEXT "Contactez votre administrateur syst�me pour remplacer le DLL, ou restaurez le DLL original.", IDC_GINALOADFAILEDCONTACT, 39, 53, 151, 25
22+
DEFPUSHBUTTON "&Red�marrer", 1, 80, 91, 68, 14
23+
END
24+
25+
STRINGTABLE
26+
BEGIN
27+
IDS_PREPARENETWORKCONNECTIONS "Pr�paration des connections r�seau..."
28+
IDS_APPLYINGCOMPUTERSETTINGS "Application des param�tres de l'ordinateur..."
29+
IDS_RUNNINGSTARTUPSCRIPTS "Ex�cution des scripts de d�marrage..."
30+
IDS_RUNNINGSHUTDOWNSCRIPTS "Ex�cution des scripts de fermeture..."
31+
IDS_APPLYINGYOURPERSONALSETTINGS "Application de vos param�tres personnels..."
32+
IDS_RUNNINGLOGOFFSCRIPTS "Ex�cution des scripts de fermeture de session..."
33+
IDS_RUNNINGLOGONSCRIPTS "Ex�cution des scripts d'ouverture de session..."
34+
IDS_LOADINGYOURPERSONALSETTINGS "Chargement de vos param�tres personnels..."
35+
IDS_CLOSINGNETWORKCONNECTIONS "Fermeture des connections r�seau..."
36+
IDS_REACTOSISSHUTTINGDOWN "Fermeture de ReactOS..."
37+
IDS_PREPARETOSTANDBY "Pr�paration de la Mise en Veille..."
38+
IDS_PREPARETOHIBERNATE "Pr�paration de l'hibernation..."
39+
IDS_SAVEYOURSETTINGS "Enregistrement de vos param�tres..."
40+
IDS_REACTOSISSTARTINGUP "D�marrage de ReactOS..."
41+
END
42+
43+
STRINGTABLE
44+
BEGIN
45+
IDS_FAILEDACTIVATEUSERSHELL "Winlogon a �chou� lors de l'activation du shell!"
46+
END
47+

reactos/subsys/system/winlogon/winlogon.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2020
#include "Pl.rc"
2121
#include "Sv.rc"
2222
#include "Hu.rc"
23+
#include "Fr.rc"

0 commit comments

Comments
 (0)