Module: wine
Branch: refs/heads/master
Commit: 8211dd82b050fb88245a7caa4d4fe52aa3119543
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=8211dd82b050fb88245a7ca…
Author: Alexander N. Sørnes <alex(a)thehandofagony.com>
Date: Sun Apr 16 13:43:12 2006 +0200
twain_32: Added Norwegian resource.
---
dlls/twain_32/rsrc.rc | 1 +
dlls/twain_32/twain_No.rc | 40 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 0 deletions(-)
create mode 100644 dlls/twain_32/twain_No.rc
diff --git a/dlls/twain_32/rsrc.rc b/dlls/twain_32/rsrc.rc
index c4e396e..6732c67 100644
--- a/dlls/twain_32/rsrc.rc
+++ b/dlls/twain_32/rsrc.rc
@@ -30,3 +30,4 @@
#include "twain_Fi.rc"
#include "twain_Fr.rc"
#include "twain_Ko.rc"
+#include "twain_No.rc"
diff --git a/dlls/twain_32/twain_No.rc b/dlls/twain_32/twain_No.rc
new file mode 100644
index 0000000..e2a4043
--- /dev/null
+++ b/dlls/twain_32/twain_No.rc
@@ -0,0 +1,40 @@
+/*
+ * Norwegian Bokm�l resources for Twain
+ *
+ * Copyright 2006 Alexander N. S�rnes <alex(a)thehandofagony.com>
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
+
+IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_CENTER | DS_SETFOREGROUND
+CAPTION "Skanner"
+FONT 8, "MS Sans Serif"
+BEGIN
+ LTEXT "Skanner . . . vent litt",IDC_STATIC,53,19,85,8
+END
+
+STRINGTABLE DISCARDABLE
+{
+ 0 ""
+ 1 "pks"
+ 2 "b"
+ 3 "mm"
+ 4 "dpi"
+ 5 "%"
+ 6 "ns"
+}
Module: wine
Branch: refs/heads/master
Commit: 3a54daeecc32ba285a0f69789e39ce39da7e6f99
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=3a54daeecc32ba285a0f697…
Author: Jonathan Ernst <jonathan(a)ernstfamily.ch>
Date: Sat Apr 15 23:47:46 2006 +0200
twain_32: French localization.
---
dlls/twain_32/rsrc.rc | 1 +
dlls/twain_32/twain_Fr.rc | 40 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 0 deletions(-)
create mode 100644 dlls/twain_32/twain_Fr.rc
diff --git a/dlls/twain_32/rsrc.rc b/dlls/twain_32/rsrc.rc
index 1f86ef3..c4e396e 100644
--- a/dlls/twain_32/rsrc.rc
+++ b/dlls/twain_32/rsrc.rc
@@ -28,4 +28,5 @@
#include "twain_De.rc"
#include "twain_En.rc"
#include "twain_Fi.rc"
+#include "twain_Fr.rc"
#include "twain_Ko.rc"
diff --git a/dlls/twain_32/twain_Fr.rc b/dlls/twain_32/twain_Fr.rc
new file mode 100644
index 0000000..6933070
--- /dev/null
+++ b/dlls/twain_32/twain_Fr.rc
@@ -0,0 +1,40 @@
+/*
+ * French resources for Twain
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
+
+IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_CENTER | DS_SETFOREGROUND
+CAPTION "Acquisition"
+FONT 8, "MS Sans Serif"
+BEGIN
+ LTEXT "Acquisition.... Veuillez patienter",IDC_STATIC,53,19,85,8
+END
+
+STRINGTABLE DISCARDABLE
+{
+ 0 ""
+ 1 "px"
+ 2 "b"
+ 3 "mm"
+ 4 "dpi"
+ 5 "%"
+ 6 "ns"
+}
Module: wine
Branch: refs/heads/master
Commit: 2748087e0fdffb912eb0d15aa7b6c405745853f5
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=2748087e0fdffb912eb0d15…
Author: Jonathan Ernst <jonathan(a)ernstfamily.ch>
Date: Sat Apr 15 23:45:53 2006 +0200
shlwapi: French localization.
---
dlls/shlwapi/shlwapi.rc | 1 +
dlls/shlwapi/shlwapi_Fr.rc | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+), 0 deletions(-)
create mode 100644 dlls/shlwapi/shlwapi_Fr.rc
diff --git a/dlls/shlwapi/shlwapi.rc b/dlls/shlwapi/shlwapi.rc
index 771560b..bf27983 100644
--- a/dlls/shlwapi/shlwapi.rc
+++ b/dlls/shlwapi/shlwapi.rc
@@ -27,6 +27,7 @@
#include "shlwapi_De.rc"
#include "shlwapi_En.rc"
+#include "shlwapi_Fr.rc"
#include "shlwapi_Eo.rc"
#include "shlwapi_Es.rc"
#include "shlwapi_Fi.rc"
diff --git a/dlls/shlwapi/shlwapi_Fr.rc b/dlls/shlwapi/shlwapi_Fr.rc
new file mode 100644
index 0000000..5462ad0
--- /dev/null
+++ b/dlls/shlwapi/shlwapi_Fr.rc
@@ -0,0 +1,35 @@
+/*
+ * French resources for shlwapi
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
+
+IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
+STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Erreur!"
+FONT 8, "MS Shell Dlg"
+{
+ LTEXT "", IDS_ERR_USER_MSG2, 15, 5, 28, 20
+ LTEXT "", IDS_ERR_USER_MSG, 15, 5, 210, 8
+ CHECKBOX "Ne plus me montrer ce message", IDC_ERR_DONT_SHOW, 5, 20, 210, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
+ PUSHBUTTON L"&OK" IDOK, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
+ PUSHBUTTON L"&Annuler" IDCANCEL, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
+ PUSHBUTTON L"&Oui" IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
+ PUSHBUTTON L"&Non" IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
+}
Module: wine
Branch: refs/heads/master
Commit: b97f7dff0e1555c2c0bb19aa8832f91ee2e3ff16
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=b97f7dff0e1555c2c0bb19a…
Author: Jonathan Ernst <jonathan(a)ernstfamily.ch>
Date: Sat Apr 15 23:47:15 2006 +0200
iccvid: French localization.
---
dlls/iccvid/iccvid_Fr.rc | 25 +++++++++++++++++++++++++
dlls/iccvid/rsrc.rc | 1 +
2 files changed, 26 insertions(+), 0 deletions(-)
create mode 100644 dlls/iccvid/iccvid_Fr.rc
diff --git a/dlls/iccvid/iccvid_Fr.rc b/dlls/iccvid/iccvid_Fr.rc
new file mode 100644
index 0000000..36c4dbe
--- /dev/null
+++ b/dlls/iccvid/iccvid_Fr.rc
@@ -0,0 +1,25 @@
+/*
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_NAME "codec vid�o Cinepak"
+ IDS_DESCRIPTION "codec vid�o Cinepak"
+}
diff --git a/dlls/iccvid/rsrc.rc b/dlls/iccvid/rsrc.rc
index 08f606a..2b3df11 100644
--- a/dlls/iccvid/rsrc.rc
+++ b/dlls/iccvid/rsrc.rc
@@ -21,6 +21,7 @@
#include "iccvid_De.rc"
#include "iccvid_En.rc"
+#include "iccvid_Fr.rc"
#include "iccvid_Hu.rc"
#include "iccvid_Ko.rc"
#include "iccvid_No.rc"
Module: wine
Branch: refs/heads/master
Commit: c18b46d4636595ccf8bd052b62b16b948670be9f
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=c18b46d4636595ccf8bd052…
Author: Jonathan Ernst <jonathan(a)ernstfamily.ch>
Date: Sat Apr 15 23:46:52 2006 +0200
msvfw: French localization.
---
dlls/msvfw32/msvfw32_Fr.rc | 51 ++++++++++++++++++++++++++++++++++++++++++++
dlls/msvfw32/rsrc.rc | 1 +
2 files changed, 52 insertions(+), 0 deletions(-)
create mode 100644 dlls/msvfw32/msvfw32_Fr.rc
diff --git a/dlls/msvfw32/msvfw32_Fr.rc b/dlls/msvfw32/msvfw32_Fr.rc
new file mode 100644
index 0000000..7d78305
--- /dev/null
+++ b/dlls/msvfw32/msvfw32_Fr.rc
@@ -0,0 +1,51 @@
+/*
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
+
+ICM_CHOOSE_COMPRESSOR DIALOG DISCARDABLE 36, 24, 187, 95
+STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "Compression vid�o"
+FONT 8, "MS Shell Dlg"
+{
+ DEFPUSHBUTTON "OK",IDOK,129,2,49,14
+ PUSHBUTTON "Annuler",IDCANCEL,129,18,49,14
+
+ LTEXT "&Compresseur:",-1,9,6,105,8
+ COMBOBOX 880,9,16,111,67,CBS_DROPDOWNLIST|WS_VSCROLL|WS_TABSTOP
+
+ PUSHBUTTON "Con&figurer...",882,129,36,49,14
+ PUSHBUTTON "&A propos...",883,129,52,49,14
+
+ SCROLLBAR 884,9,44,111,9,WS_TABSTOP
+
+ LTEXT "&Qualit� de compression:",886,9,34,80,8
+
+ CONTROL "Image &Cl� toute les",887,"Button",BS_AUTOCHECKBOX|WS_TABSTOP,9,60,66,12
+ EDITTEXT 888,78,60,22,12
+ LTEXT "images",889,103,62,26,10
+
+ CONTROL "&D�bit de donn�es",894,"Button",BS_AUTOCHECKBOX|WS_TABSTOP,9,76,66,12
+ EDITTEXT 895,78,76,22,12
+ LTEXT "KO/sec",896,102,78,26,10
+}
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_FULLFRAMES "Images compl�tes (non compress�es)"
+}
diff --git a/dlls/msvfw32/rsrc.rc b/dlls/msvfw32/rsrc.rc
index 579019e..41f4ebc 100644
--- a/dlls/msvfw32/rsrc.rc
+++ b/dlls/msvfw32/rsrc.rc
@@ -22,6 +22,7 @@
#include "msvfw32_De.rc"
#include "msvfw32_En.rc"
+#include "msvfw32_Fr.rc"
#include "msvfw32_Hu.rc"
#include "msvfw32_Ko.rc"
#include "msvfw32_No.rc"
Module: wine
Branch: refs/heads/master
Commit: b3102cf7fe8313c67261ba84bf9c02d7139f9c89
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=b3102cf7fe8313c67261ba8…
Author: Jonathan Ernst <jonathan(a)ernstfamily.ch>
Date: Sat Apr 15 23:46:27 2006 +0200
msvidc: French localization.
---
dlls/msvidc32/msvidc32_Fr.rc | 25 +++++++++++++++++++++++++
dlls/msvidc32/rsrc.rc | 1 +
2 files changed, 26 insertions(+), 0 deletions(-)
create mode 100644 dlls/msvidc32/msvidc32_Fr.rc
diff --git a/dlls/msvidc32/msvidc32_Fr.rc b/dlls/msvidc32/msvidc32_Fr.rc
new file mode 100644
index 0000000..eef4d0d
--- /dev/null
+++ b/dlls/msvidc32/msvidc32_Fr.rc
@@ -0,0 +1,25 @@
+/*
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_NAME "WINE-MS-CRAM"
+ IDS_DESCRIPTION "codec vid�o Wine Video 1"
+}
diff --git a/dlls/msvidc32/rsrc.rc b/dlls/msvidc32/rsrc.rc
index 4106294..526b019 100644
--- a/dlls/msvidc32/rsrc.rc
+++ b/dlls/msvidc32/rsrc.rc
@@ -20,6 +20,7 @@
#include "msvidc32_private.h"
#include "msvidc32_De.rc"
+#include "msvidc32_Fr.rc"
#include "msvidc32_En.rc"
#include "msvidc32_Hu.rc"
#include "msvidc32_Ko.rc"
Module: wine
Branch: refs/heads/master
Commit: 90237e1281d9fa2620775b980e7b78d584456f15
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=90237e1281d9fa2620775b9…
Author: Jonathan Ernst <jonathan(a)ernstfamily.ch>
Date: Sat Apr 15 23:45:07 2006 +0200
winecfg: French localization.
---
programs/winecfg/Fr.rc | 54 ++++++++++++++++++++++++++++++++----------------
1 files changed, 36 insertions(+), 18 deletions(-)
diff --git a/programs/winecfg/Fr.rc b/programs/winecfg/Fr.rc
index b8bee8d..26a8b24 100644
--- a/programs/winecfg/Fr.rc
+++ b/programs/winecfg/Fr.rc
@@ -26,7 +26,7 @@ IDR_WINECFG MENU DISCARDABLE
BEGIN
POPUP ""
BEGIN
- MENUITEM "Configure", IDC_AUDIO_CONFIGURE
+ MENUITEM "Configurer", IDC_AUDIO_CONFIGURE
END
END
@@ -60,29 +60,31 @@ IDD_GRAPHCFG DIALOG DISCARDABLE 0, 0, 2
STYLE WS_CHILD | WS_DISABLED
FONT 8, "MS Shell Dlg"
BEGIN
- GROUPBOX " Param�tres des fen�tres ",IDC_STATIC,8,25,244,110
+ 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,35,230,8
- CONTROL "Activer le double buffering du bureau",IDC_DOUBLE_BUFFER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,45,230,8
+ 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,73,228,28
- LTEXT "Taille du bureau:",IDC_DESKTOP_SIZE,15,115,44,8,WS_DISABLED
- LTEXT "X",IDC_DESKTOP_BY,108,115,8,8,WS_DISABLED
+ 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,100,230,10
+ BS_AUTOCHECKBOX | WS_TABSTOP,15,105,230,10
- EDITTEXT IDC_DESKTOP_WIDTH,64,115,40,12,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED
- EDITTEXT IDC_DESKTOP_HEIGHT,117,115,40,12,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED
-
+ 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,140,244,120
+ GROUPBOX " Direct3D ",IDC_STATIC,8,189,244,50
- LTEXT "Support du Vertex Shader: ",IDC_STATIC,15,150,100,30
- COMBOBOX IDC_D3D_VSHADER_MODE,110,148,100,70,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
+ 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,165,230,10
+ 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
@@ -163,8 +165,12 @@ BEGIN
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,150,70,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
- CONTROL "Emulation pilote",IDC_DSOUND_DRV_EMUL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,230,230,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
@@ -202,9 +208,21 @@ BEGIN
IDS_TAB_AUDIO "Audio"
IDS_TAB_ABOUT "A propos"
IDS_WINECFG_TITLE "Configuration de Wine"
- IDS_WINECFG_TITLE_APP "Wine configuration for %s"
+ 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"
+END