/* * WineCfg resources * French Language Support * * Copyright 2005-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 * */ LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL IDR_WINECFG MENU DISCARDABLE BEGIN POPUP "" BEGIN MENUITEM "Configurer", IDC_AUDIO_CONFIGURE END END IDD_ABOUTCFG DIALOGEX 0, 0, 260, 270 STYLE WS_CHILD FONT 8, "MS Shell Dlg" BEGIN LTEXT PACKAGE_STRING,IDC_STATIC,119,17,120,8 CONTROL IDB_WINE,IDC_STATIC,"Static",SS_BITMAP ,15,17,157,111 LTEXT "http://www.winehq.org/",IDC_STATIC,119,31,106,8 LTEXT "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.", IDC_STATIC,119,44,124,72 END IDD_APPCFG DIALOG DISCARDABLE 0, 0, 260, 250 STYLE WS_CHILD | WS_DISABLED FONT 8, "MS Shell Dlg" BEGIN GROUPBOX " Paramètres des applications ",IDC_STATIC, 8,4,244,240 LTEXT "Wine peut imiter différentes versions de Windows pour chaque application. Cet onglet est lié aux onglets Bibliothèques et Affichage pour vous permettre de changer des paramètres globaux ou par application dans ces onglets.", IDC_STATIC,15,20,227,40 CONTROL "Applications",IDC_APP_LISTVIEW,"SysListView32",WS_BORDER | WS_TABSTOP | LVS_LIST | LVS_SINGLESEL | LVS_SHOWSELALWAYS, 15,60,230,140 PUSHBUTTON "&Ajouter une application...",IDC_APP_ADDAPP, 70,204,85,14 PUSHBUTTON "&Enlever une application",IDC_APP_REMOVEAPP, 160,204,85,14 LTEXT "Version de &Windows:",IDC_STATIC,17,224,70,8 COMBOBOX IDC_WINVER,95,222,151,56,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP END IDD_GRAPHCFG DIALOG DISCARDABLE 0, 0, 260, 250 STYLE WS_CHILD | WS_DISABLED FONT 8, "MS Shell Dlg" BEGIN GROUPBOX " Paramètres des fenêtres ",IDC_STATIC,8,4,244,180 CONTROL "Permettre aux applications DirectX d'empêcher la souris de quitter leur fenêtre",IDC_DX_MOUSE_GRAB,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,14,230,8 CONTROL "Activer la double mise en tampon du bureau",IDC_DOUBLE_BUFFER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,24,230,8 LTEXT "Si les fenêtres sont gérées par votre gestionnaire de fenêtres, elles auront des bordures standards, elles respecterons votre bureau virtuel et apparaîtront dans la liste des fenêtes. \n\nSi les fenêtres ne sont pas gérées, elles seront déconnectées de votre gestionnaire de fenêtres. Ceci signifie qu'elle ne seront pas parfaitement intégrées à votre bureau, mais que l'émulation sera plus précise ce qui permet à certains programmes de mieux fonctionner.", IDC_STATIC,15,37,228,80 CONTROL "Permettre au gestionnaire de fenêtres de controller les fenêtres",IDC_ENABLE_MANAGED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,132,230,8 /* FIXME: the wording of this explanation could be a lot better */ LTEXT "Vous avez le choix entre l'émulation d'un bureau Windows où toutes les fenêtres de vos programme swindows sont confinées ou bien d'afficher les fenêtres de ces programmes sur votre bureau standard.", IDC_STATIC,15,146,228,28 LTEXT "Taille du bureau:",IDC_DESKTOP_SIZE,15,115,60,8,WS_DISABLED LTEXT "X",IDC_DESKTOP_BY,129,115,8,8,WS_DISABLED CONTROL "Emuler un bureau virtuel",IDC_ENABLE_DESKTOP,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,15,105,230,10 EDITTEXT IDC_DESKTOP_WIDTH,84,115,40,12,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED EDITTEXT IDC_DESKTOP_HEIGHT,137,115,40,12,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED GROUPBOX " Direct3D ",IDC_STATIC,8,189,244,50 LTEXT "Support du Vertex Shader: ",IDC_STATIC,15,200,100,30 COMBOBOX IDC_D3D_VSHADER_MODE,110,200,100,70,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP CONTROL "Permettre le Pixel Shader (si supporté par le matériel)",IDC_D3D_PSHADER_MODE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,215,230,10 END IDD_DLLCFG DIALOG DISCARDABLE 0, 0, 260, 250 STYLE WS_CHILD | WS_DISABLED FONT 8, "MS Shell Dlg" BEGIN GROUPBOX " Surclassage de DLLs ",IDC_STATIC,8,4,244,240 LTEXT "Il est possible de spécifier si Wine doit utiliser une version native (importée depuis Windows ou installée par l'application) ou bien une version inclue (distribuée avec Wine) de chaque DLL (Dynamic Link Libraries) utilisée par un programme." , IDC_STATIC,16,16,220,32 LTEXT "&Nouveau suclassage pour:",IDC_STATIC,16,58,100,8 COMBOBOX IDC_DLLCOMBO,16,68,140,14,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP | CBS_SORT | CBS_LOWERCASE PUSHBUTTON "&Ajouter surclassage",IDC_DLLS_ADDDLL, 164,68,82,13,BS_DEFPUSHBUTTON LTEXT "Surclassages existants:",IDC_STATIC,16,86,100,8 LISTBOX IDC_DLLS_LIST,16,96,140,140,WS_BORDER | WS_TABSTOP | WS_VSCROLL PUSHBUTTON "&Editer surclassage",IDC_DLLS_EDITDLL,164,96,82,14 PUSHBUTTON "&Supprimer surclassage",IDC_DLLS_REMOVEDLL,164,114,82,14 END IDD_LOADORDER DIALOG DISCARDABLE 80, 90, 110, 92 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU CAPTION "Edit Override" FONT 8, "MS Shell Dlg" BEGIN GROUPBOX " Ordre de chargement ",IDC_STATIC,8,4,94,66 CONTROL "&Inclue (Wine)",IDC_RAD_BUILTIN,"Button", BS_AUTORADIOBUTTON | WS_GROUP,16,14,75,10 CONTROL "&Native (Windows)",IDC_RAD_NATIVE,"Button", BS_AUTORADIOBUTTON,16,24,75,10 CONTROL "&Inclue puis native",IDC_RAD_BUILTIN_NATIVE,"Button", BS_AUTORADIOBUTTON,16,34,75,10 CONTROL "Nati&ve puis inclue",IDC_RAD_NATIVE_BUILTIN,"Button", BS_AUTORADIOBUTTON,16,44,75,10 CONTROL "&Désactivé",IDC_RAD_DISABLE,"Button", BS_AUTORADIOBUTTON,16,54,75,10 DEFPUSHBUTTON "OK",IDOK,8,74,45,14,WS_GROUP PUSHBUTTON "Annuler",IDCANCEL,57,74,45,14,WS_GROUP END IDD_DRIVECFG DIALOG DISCARDABLE 0, 0, 260, 250 STYLE WS_CHILD | WS_DISABLED FONT 8, "MS Shell Dlg" BEGIN GROUPBOX " Assignation des lecteurs ",IDC_STATIC,8,4,244,240 CONTROL "Listview",IDC_LIST_DRIVES,"SysListView32",LVS_REPORT | LVS_AUTOARRANGE | LVS_ALIGNLEFT | LVS_SINGLESEL | WS_BORDER | WS_TABSTOP, 15,18,232,76 PUSHBUTTON "&Ajouter...",IDC_BUTTON_ADD,15,98,37,14 PUSHBUTTON "&Supprimer",IDC_BUTTON_REMOVE,56,98,37,14 PUSHBUTTON "Auto&détection...",IDC_BUTTON_AUTODETECT,191,98,55,14 /* editing drive details */ LTEXT "&Chemin:",IDC_STATIC,15,123,24,9 EDITTEXT IDC_EDIT_PATH,43,120,158,13,ES_AUTOHSCROLL | WS_TABSTOP PUSHBUTTON "&Parcourir...",IDC_BUTTON_BROWSE_PATH,206,120,40,13 LTEXT "&Type:",IDC_STATIC_TYPE,15,138,21,10 COMBOBOX IDC_COMBO_TYPE,43,135,77,60,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP LTEXT "Label et numéro de série",IDC_LABELSERIAL_STATIC,15,155,95,10 PUSHBUTTON "&Affichage avancé",IDC_BUTTON_SHOW_HIDE_ADVANCED,186,136,60,13 CONTROL "Autodétection depuis le &lecteur:",IDC_RADIO_AUTODETECT,"Button", BS_AUTORADIOBUTTON,15,166,93,10 EDITTEXT IDC_EDIT_DEVICE,27,176,174,13,ES_AUTOHSCROLL PUSHBUTTON "Pa&rcourir...",IDC_BUTTON_BROWSE_DEVICE,206,176,40,13 CONTROL "Assigner &manuellement:",IDC_RADIO_ASSIGN,"Button", BS_AUTORADIOBUTTON,15,195,69,10 LTEXT "&Label:",IDC_STATIC_LABEL,33,208,29,12 EDITTEXT IDC_EDIT_LABEL,63,205,78,13,ES_AUTOHSCROLL | WS_TABSTOP LTEXT "N° de série:",IDC_STATIC_SERIAL,33,225,29,12 EDITTEXT IDC_EDIT_SERIAL,63,221,78,13,ES_AUTOHSCROLL | WS_TABSTOP CONTROL "Montrer les fichiers cachés",IDC_SHOW_DOT_FILES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,260,230,8 END IDD_AUDIOCFG DIALOG DISCARDABLE 0, 0, 260, 250 STYLE WS_CHILD | WS_DISABLED FONT 8, "MS Shell Dlg" BEGIN GROUPBOX " Sélection du pilote ",IDC_STATIC,8,4,244,195 LTEXT "Sélectionnez un pilote audio en cochant la case en regard du pilote désiré. Désactivez le son en ne sélectionnant aucun polote. La sélection de pilotes multiples n'est pas recommandé. Configurez le pilote en effectuant un click droit dessus.",IDC_STATIC,15,20,227,60 CONTROL "Matériel",IDC_AUDIO_TREE,"SysTreeView32",WS_BORDER | WS_TABSTOP,15,60,140,130 PUSHBUTTON "Panneau de configuration",IDC_AUDIO_CONTROL_PANEL,160,60,86,14 GROUPBOX " DirectSound ",IDC_STATIC,8,205,244,60 LTEXT "Accélération matérielle: ",IDC_STATIC,15,215,90,10 COMBOBOX IDC_DSOUND_HW_ACCEL,100,213,50,70,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP LTEXT "Taux d'échantillonage (défaut):",IDC_STATIC,15,232,130,8 COMBOBOX IDC_DSOUND_RATES,117,230,38,76,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP LTEXT "Bits par échantillon:",IDC_STATIC,160,232,80,8 COMBOBOX IDC_DSOUND_BITS,223,230,25,56,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP CONTROL "Emulation pilote",IDC_DSOUND_DRV_EMUL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,250,230,10 END IDD_DESKTOP_INTEGRATION DIALOG DISCARDABLE 0, 0, 260, 250 STYLE WS_CHILD | WS_DISABLED FONT 8, "MS Shell Dlg" BEGIN GROUPBOX " Apparence ",IDC_STATIC,8,4,244,106 LTEXT "Thème:",IDC_STATIC,15,16,230,8 COMBOBOX IDC_THEME_THEMECOMBO,15,24,230,14,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP PUSHBUTTON "Installer un thème...",IDC_THEME_INSTALL,152,38,93,14 LTEXT "Couleur:",IDC_THEME_COLORTEXT,15,54,230,8 COMBOBOX IDC_THEME_COLORCOMBO,15,62,230,14,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP LTEXT "Taille:",IDC_THEME_SIZETEXT,15,80,230,8 COMBOBOX IDC_THEME_SIZECOMBO,15,88,230,14,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP GROUPBOX " Dossiers système ",IDC_STATIC,8,114,244,100 CONTROL "Listview",IDC_LIST_SFPATHS,"SysListView32",LVS_REPORT | LVS_AUTOARRANGE | LVS_ALIGNLEFT | LVS_SINGLESEL | WS_BORDER | WS_TABSTOP, 15,126,230,64 CONTROL "Lié à:",IDC_LINK_SFPATH,"Button",BS_AUTOCHECKBOX|WS_TABSTOP|WS_DISABLED,15,195,50,13 EDITTEXT IDC_EDIT_SFPATH,65,195,145,13,ES_AUTOHSCROLL|WS_TABSTOP|WS_DISABLED PUSHBUTTON "Parcourir",IDC_BROWSE_SFPATH,215,195,30,13,WS_DISABLED END STRINGTABLE DISCARDABLE BEGIN IDS_WINE_VERSION "CVS" IDS_TAB_APPLICATIONS "Applications" IDS_TAB_DLLS "Bibliothèques" IDS_TAB_DRIVES "Lecteurs" IDS_CHOOSE_PATH "Veuillez sélectionner le répertoire de destination." IDS_HIDE_ADVANCED "Cacher avancés" IDS_SHOW_ADVANCED "Montrer avancés" IDS_NOTHEME "(Pas de thème)" IDS_TAB_GRAPHICS "Affichage" IDS_TAB_DESKTOP_INTEGRATION "Intégration avec le bureau" IDS_TAB_AUDIO "Audio" IDS_TAB_ABOUT "A propos" IDS_WINECFG_TITLE "Configuration de Wine" IDS_WINECFG_TITLE_APP "Configuration de Wine pour %s" IDS_THEMEFILE "Fichiers de thèmes" IDS_THEMEFILE_SELECT "Sélectionnez un fichier de thème" IDS_AUDIO_MISSING "Aucun pilote audio n'est actuellement défini.\n\nLe pilote recommandé a été sélectionné pour vous.\nVous pouvez utiliser ce pilote ou en sélectionner un autre si disponible.\n\nVous devez cliquer sur Appliquer pour que la sélection prenne effet." IDS_SHELL_FOLDER "Dossier système" IDS_LINKS_TO "Lié à" END STRINGTABLE DISCARDABLE BEGIN IDS_DLL_WARNING "La modification de l'ordre de chargement de cette bibliothèque n'est pas recommandé.\nÊtes-vous sûr de vouloir le faire ?" IDS_DLL_WARNING_CAPTION "Attention: bibliothèque système" IDS_DLL_NATIVE "native" IDS_DLL_BUILTIN "inclue" IDS_DLL_NATIVE_BUILTIN "native, inclue" IDS_DLL_BUILTIN_NATIVE "inclue, native" IDS_DLL_DISABLED "désactivée" IDS_DEFAULT_SETTINGS "Default Settings" IDS_EXECUTABLE_FILTER "Wine Programs (*.exe,*.exe.so)\0*.exe;*.exe.so\0" IDS_USE_GLOBAL_SETTINGS "Use global settings" IDS_SELECT_EXECUTABLE "Select an executable file" END