Author: greatlrd
Date: Sat Jun 24 17:39:16 2006
New Revision: 22559
URL:
http://svn.reactos.org/svn/reactos?rev=22559&view=rev
Log:
french translation by ggcom see bug 1312
Added:
trunk/reactos/boot/freeldr/fdebug/Fr.rc (with props)
Modified:
trunk/reactos/boot/freeldr/fdebug/fdebug.rc
Added: trunk/reactos/boot/freeldr/fdebug/Fr.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/fdebug/Fr.rc?…
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/Fr.rc (added)
+++ trunk/reactos/boot/freeldr/fdebug/Fr.rc Sat Jun 24 17:39:16 2006
@@ -1,0 +1,199 @@
+/////////////////////////////////////////////////////////////////////////////
+// French (Fr) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+#ifdef _WIN32
+LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
+#pragma code_page(1252)
+#endif //_WIN32
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_FDEBUG ICON DISCARDABLE "fdebug.ico"
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Menu
+//
+
+IDC_FDEBUG MENU DISCARDABLE
+BEGIN
+ POPUP "&Fichier"
+ BEGIN
+ MENUITEM "&Connecter", ID_FILE_CONNECT
+ MENUITEM "&Déconnecter", ID_FILE_DISCONNECT,
GRAYED
+ MENUITEM SEPARATOR
+ MENUITEM "Démarrer la &Capture", ID_FILE_STARTCAPTURE
+ MENUITEM "A&rréter la Capture", ID_FILE_STOPCAPTURE,
GRAYED
+ MENUITEM SEPARATOR
+ MENUITEM "Echo &Local", ID_FILE_LOCALECHO
+ MENUITEM SEPARATOR
+ MENUITEM "&Quitter", IDM_EXIT
+ END
+ POPUP "&Aide"
+ BEGIN
+ MENUITEM "&A propos ...", IDM_ABOUT
+ END
+END
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Accelerator
+//
+
+IDC_FDEBUG ACCELERATORS MOVEABLE PURE
+BEGIN
+ "?", IDM_ABOUT, ASCII, ALT
+ "/", IDM_ABOUT, ASCII, ALT
+END
+
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+2 TEXTINCLUDE DISCARDABLE
+BEGIN
+ "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
+ "#include ""windows.h""\r\n"
+ "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
+ "#include ""resource.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE DISCARDABLE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+1 TEXTINCLUDE DISCARDABLE
+BEGIN
+ "resource.h\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// DESIGNINFO
+//
+
+#ifdef APSTUDIO_INVOKED
+GUIDELINES DESIGNINFO DISCARDABLE
+BEGIN
+ IDD_ABOUTBOX, DIALOG
+ BEGIN
+ LEFTMARGIN, 7
+ RIGHTMARGIN, 252
+ TOPMARGIN, 7
+ BOTTOMMARGIN, 203
+ END
+
+ IDD_CONNECTION, DIALOG
+ BEGIN
+ LEFTMARGIN, 7
+ RIGHTMARGIN, 189
+ TOPMARGIN, 7
+ BOTTOMMARGIN, 93
+ END
+
+ IDD_CAPTURE, DIALOG
+ BEGIN
+ LEFTMARGIN, 7
+ RIGHTMARGIN, 244
+ TOPMARGIN, 7
+ BOTTOMMARGIN, 88
+ END
+END
+#endif // APSTUDIO_INVOKED
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Dialog
+//
+
+IDD_ABOUTBOX DIALOG DISCARDABLE 22, 17, 259, 210
+STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
+CAPTION "A propos du débogueur de FreeLoader"
+FONT 8, "Tahoma"
+BEGIN
+ CONTROL "FreeLoader Debugger v1.0\nCopyright (C) 2003\nby Brian Palmer
(brianp(a)reactos.org)"quot;,
+ IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | WS_GROUP,53,28,
+ 122,26
+ DEFPUSHBUTTON "OK",IDOK,183,189,44,14,WS_GROUP
+ ICON IDI_FDEBUG,IDC_STATIC,19,30,20,20
+ EDITTEXT IDC_LICENSE_EDIT,53,63,174,107,ES_MULTILINE |
+ ES_READONLY | WS_VSCROLL
+END
+
+IDD_CONNECTION DIALOG DISCARDABLE 0, 0, 196, 100
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Options de Connection"
+FONT 8, "Tahoma"
+BEGIN
+ LTEXT "Entrée le port COM (p.e. COM1):",IDC_STATIC,7,7,108,8
+ EDITTEXT IDC_COMPORT,7,17,182,14,ES_AUTOHSCROLL
+ LTEXT "Entrée le taux du débit (p.e.
115200):",IDC_STATIC,7,38,114,
+ 8
+ EDITTEXT IDC_BAUTRATE,7,48,182,14,ES_AUTOHSCROLL
+ DEFPUSHBUTTON "OK",IDOK,45,79,50,14
+ PUSHBUTTON "Annuler",IDCANCEL,100,79,50,14
+END
+
+IDD_CAPTURE DIALOG DISCARDABLE 0, 0, 251, 95
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Fichier de Capture"
+FONT 8, "Tahoma"
+BEGIN
+ LTEXT "Nom du fichier de Capture :",IDC_STATIC,7,17,62,8
+ EDITTEXT IDC_CAPTUREFILENAME,7,26,181,14,ES_AUTOHSCROLL
+ PUSHBUTTON "&Parcourir",IDC_BROWSE,194,26,50,14
+ DEFPUSHBUTTON "OK",IDOK,139,74,50,14
+ PUSHBUTTON "Annuler",IDCANCEL,194,74,50,14
+END
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// String Table
+//
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_APP_TITLE "fdebug"
+ IDS_HELLO "Hello World!"
+ IDC_FDEBUG "FDEBUG"
+END
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_LICENSE "This program is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your option) any later
version.\r\n\r\nThis program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE. See the GNU General Public License for more details.\r\n\r\nYou
should have received a copy of the GNU General Public License along with this program; if
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA."
+END
+
+#endif // French (Fr) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
+
Propchange: trunk/reactos/boot/freeldr/fdebug/Fr.rc
------------------------------------------------------------------------------
svn:eol-style = native
Modified: trunk/reactos/boot/freeldr/fdebug/fdebug.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/fdebug/fdebug…
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/fdebug.rc (original)
+++ trunk/reactos/boot/freeldr/fdebug/fdebug.rc Sat Jun 24 17:39:16 2006
@@ -7,8 +7,10 @@
#include "En.rc"
#include "De.rc"
+#include "Fr.rc"
#include "Hu.rc"
#include "Ja.rc"
#include "Pl.rc"
#include "Tr.rc"
#include "No.rc"
+