wine/programs/oleview/Fr.rc

93 lines
3.5 KiB
Plaintext
Raw Normal View History

2006-06-22 12:12:13 +00:00
/*
* OleView (Fr.rc)
2009-07-04 15:31:28 +00:00
* French Language Support
2006-06-22 12:12:13 +00:00
*
* Copyright 2006 Jonathan Ernst
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
2009-07-04 15:31:28 +00:00
/* UTF-8 */
#pragma code_page(65001)
2006-06-22 12:12:13 +00:00
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
DLG_CREATEINSTON DIALOG 0, 0, 250, 41
2006-10-04 19:48:12 +00:00
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
2009-07-04 15:31:28 +00:00
CAPTION "Se connecter à une autre machine"
2006-10-04 19:48:12 +00:00
FONT 8, "MS Shell Dlg"
{
2009-07-04 15:31:28 +00:00
LTEXT "Nom de la &machine :", -1, 5, 6, 190, 8
2006-10-04 19:48:12 +00:00
EDITTEXT IDC_MACHINE, 5, 16, 190, 12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
DEFPUSHBUTTON "&OK", IDOK, 200, 5, 45, 14
PUSHBUTTON "&Annuler", IDCANCEL, 200, 22, 45, 14
}
DLG_SYSCONF DIALOG 0, 0, 210, 100
2006-10-04 19:48:12 +00:00
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
2009-07-04 15:31:28 +00:00
CAPTION "Configuration système"
2006-10-04 19:48:12 +00:00
FONT 8, "MS Shell Dlg"
{
2009-07-04 15:31:28 +00:00
LTEXT "Paramètres système", -1, 5, 6, 160, 8
CHECKBOX "&Activer le COM distribué", IDC_ENABLEDCOM, 5, 20, 160, 10, WS_TABSTOP | WS_GROUP | BS_AUTOCHECKBOX
CHECKBOX "Activer les connexions à &distance (Win95 uniquement)", IDC_ENABLEREMOTE, 5, 35, 190, 10, WS_TABSTOP | WS_GROUP | BS_AUTOCHECKBOX
LTEXT "Ces paramètres ne font que modifier des valeurs du registre.\nIls n'ont pas d'effet sur les performances de Wine.", -1, 5, 50, 200, 40
DEFPUSHBUTTON "&OK", IDOK, 100, 80, 45, 14
PUSHBUTTON "&Annuler", IDCANCEL, 150, 80, 45, 14
2006-10-04 19:48:12 +00:00
}
DLG_DEFAULT_IV DIALOG 0, 0, 280, 50
2006-10-04 19:48:12 +00:00
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
2009-07-04 15:31:28 +00:00
CAPTION "Visionneur d'interface par défaut"
2006-10-04 19:48:12 +00:00
FONT 8, "MS Shell Dlg"
{
LTEXT "Interface", -1, 5, 6, 50, 8
2006-10-04 19:48:12 +00:00
LTEXT "", IDC_LABEL, 60, 6, 145, 8
2009-07-04 15:31:28 +00:00
LTEXT "IID :", -1, 5, 16, 50, 8
2006-10-04 19:48:12 +00:00
LTEXT "", IDC_IDENTIFIER, 60, 16, 165, 8
DEFPUSHBUTTON "&Fermer", IDCANCEL, 230, 6, 45, 14
2009-07-04 15:31:28 +00:00
PUSHBUTTON "&Afficher les informations de type", IDC_VIEWTYPEINFO, 6, 31, 120, 14, WS_DISABLED
2006-10-04 19:48:12 +00:00
}
DLG_IPERSIST_IV DIALOG 0, 0, 280, 29
2006-10-04 19:48:12 +00:00
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
CAPTION "IPersist Interface Viewer"
FONT 8, "MS Shell Dlg"
{
2009-07-04 15:31:28 +00:00
LTEXT "Nom de classe :", -1, 5, 6, 50, 8
2006-10-04 19:48:12 +00:00
LTEXT "", IDC_LABEL, 60, 6, 145, 8
2009-07-04 15:31:28 +00:00
LTEXT "CLSID :", -1, 5, 16, 50, 8
2006-10-04 19:48:12 +00:00
LTEXT "", IDC_IDENTIFIER, 60, 16, 165, 8
DEFPUSHBUTTON "&Fermer", IDCANCEL, 230, 6, 45, 14
}
DLG_IPERSISTSTREAM_IV DIALOG 0, 0, 280, 68
2006-10-04 19:48:12 +00:00
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
CAPTION "Visionneur d'interface IPersistStream"
FONT 8, "MS Shell Dlg"
{
2009-07-04 15:31:28 +00:00
LTEXT "Nom de classe :", -1, 5, 6, 50, 8
2006-10-04 19:48:12 +00:00
LTEXT "", IDC_LABEL, 60, 6, 145, 8
2009-07-04 15:31:28 +00:00
LTEXT "CLSID :", -1, 5, 16, 50, 8
2006-10-04 19:48:12 +00:00
LTEXT "", IDC_IDENTIFIER, 60, 16, 165, 8
DEFPUSHBUTTON "&Fermer", IDCANCEL, 230, 6, 45, 14
PUSHBUTTON "&IsDirty", IDC_ISDIRTY_BUTTON, 6, 31, 50, 14
LTEXT "???", IDC_ISDIRTY, 60, 34, 145, 8
PUSHBUTTON "&GetSizeMax", IDC_GETSIZEMAX_BUTTON, 6, 49, 50, 14
LTEXT "???", IDC_GETSIZEMAX, 60, 52, 145, 8
2006-06-22 12:12:13 +00:00
}