devenum: Convert translations to po files.
diff --git a/configure b/configure
index b8b68c9..fd5ae16 100755
--- a/configure
+++ b/configure
@@ -14905,7 +14905,7 @@
 wine_fn_config_test dlls/ddraw/tests ddraw_test
 wine_fn_config_dll ddrawex enable_ddrawex
 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
-wine_fn_config_dll devenum enable_devenum
+wine_fn_config_dll devenum enable_devenum po
 wine_fn_config_dll dinput enable_dinput implib,staticimplib
 wine_fn_config_test dlls/dinput/tests dinput_test
 wine_fn_config_dll dinput8 enable_dinput8 implib
diff --git a/configure.ac b/configure.ac
index e32137f..6615e0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2434,7 +2434,7 @@
 WINE_CONFIG_TEST(dlls/ddraw/tests)
 WINE_CONFIG_DLL(ddrawex)
 WINE_CONFIG_TEST(dlls/ddrawex/tests)
-WINE_CONFIG_DLL(devenum)
+WINE_CONFIG_DLL(devenum,,[po])
 WINE_CONFIG_DLL(dinput,,[implib,staticimplib])
 WINE_CONFIG_TEST(dlls/dinput/tests)
 WINE_CONFIG_DLL(dinput8,,[implib])
diff --git a/dlls/devenum/Cs.rc b/dlls/devenum/Cs.rc
deleted file mode 100644
index 6b5fcdb..0000000
--- a/dlls/devenum/Cs.rc
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * Resources for Device Enumerator
- *
- * Copyright 2002 Robert Shearman
- *
- * 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 "devenum_private.h"
-
-LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
-
-#pragma code_page(65001)
-
-STRINGTABLE
-{
-    IDS_DEVENUM_DSDEFAULT  "Dafaultní DirectSound"
-    IDS_DEVENUM_DS         "DirectSound: %s"
-    IDS_DEVENUM_WODEFAULT  "Standardní zařízení WaveOut"
-    IDS_DEVENUM_MIDEFAULT  "Standardní zařízení MidiOut"
-}
diff --git a/dlls/devenum/Cy.rc b/dlls/devenum/Cy.rc
deleted file mode 100644
index 5c8cdb3..0000000
--- a/dlls/devenum/Cy.rc
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Cefnogaeth iaith Cymraeg
- * Welsh language support
- *
- * Copyright 2010 Ken Sharp
- *
- * 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 "devenum_private.h"
-
-LANGUAGE LANG_WELSH, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_DEVENUM_DSDEFAULT  "DirectSound Ball"
-    IDS_DEVENUM_DS         "DirectSound: %s"
-    IDS_DEVENUM_WODEFAULT  "Ddyfais WaveOut Ball"
-    IDS_DEVENUM_MIDEFAULT  "Ddyfais MidiOut Ball"
-}
diff --git a/dlls/devenum/Da.rc b/dlls/devenum/Da.rc
deleted file mode 100644
index 2cf25aa..0000000
--- a/dlls/devenum/Da.rc
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Resources for Device Enumerator
- *
- * Copyright 2010 Thomas Larsen
- *                Paul Vriens
- *
- * 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 "devenum_private.h"
-
-LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_DEVENUM_DSDEFAULT  "Standard DirectSound"
-    IDS_DEVENUM_DS         "DirectSound: %s"
-    IDS_DEVENUM_WODEFAULT  "Standard WaveOut Enhed"
-    IDS_DEVENUM_MIDEFAULT  "Standard MidiOut Enhed"
-}
diff --git a/dlls/devenum/De.rc b/dlls/devenum/De.rc
deleted file mode 100644
index ee8700e..0000000
--- a/dlls/devenum/De.rc
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * Resources for Device Enumerator
- *
- * Copyright 2002 Robert Shearman
- *
- * 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 "devenum_private.h"
-
-LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
-
-#pragma code_page(65001)
-
-STRINGTABLE
-{
-    IDS_DEVENUM_DSDEFAULT  "Standard DirectSound"
-    IDS_DEVENUM_DS         "DirectSound: %s"
-    IDS_DEVENUM_WODEFAULT  "Standard WaveOut - Gerät"
-    IDS_DEVENUM_MIDEFAULT  "Standard MidiOut - Gerät"
-}
diff --git a/dlls/devenum/En.rc b/dlls/devenum/En.rc
deleted file mode 100644
index 1c9d8a3..0000000
--- a/dlls/devenum/En.rc
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * Resources for Device Enumerator
- *
- * Copyright 2002 Robert Shearman
- *
- * 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 "devenum_private.h"
-
-LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_DEVENUM_DSDEFAULT  "Default DirectSound"
-    IDS_DEVENUM_DS         "DirectSound: %s"
-    IDS_DEVENUM_WODEFAULT  "Default WaveOut Device"
-    IDS_DEVENUM_MIDEFAULT  "Default MidiOut Device"
-}
diff --git a/dlls/devenum/Es.rc b/dlls/devenum/Es.rc
deleted file mode 100644
index d9cfa43..0000000
--- a/dlls/devenum/Es.rc
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * Resources for Device Enumerator
- *
- * Copyright 2002 Robert Shearman
- *
- * 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 "devenum_private.h"
-
-LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
-
-#pragma code_page(65001)
-
-STRINGTABLE
-{
-    IDS_DEVENUM_DSDEFAULT  "DirectSound por defecto"
-    IDS_DEVENUM_DS         "DirectSound: %s"
-    IDS_DEVENUM_WODEFAULT  "Dispositivo WaveOut por defecto"
-    IDS_DEVENUM_MIDEFAULT  "Dispositivo MidiOut por defecto"
-}
diff --git a/dlls/devenum/Fr.rc b/dlls/devenum/Fr.rc
deleted file mode 100644
index 5a0f615..0000000
--- a/dlls/devenum/Fr.rc
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * Resources for Device Enumerator
- *
- * Copyright 2002 Robert Shearman
- *
- * 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 "devenum_private.h"
-
-LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
-
-#pragma code_page(65001)
-
-STRINGTABLE
-{
-    IDS_DEVENUM_DSDEFAULT  "DirectSound par défaut"
-    IDS_DEVENUM_DS         "DirectSound : %s"
-    IDS_DEVENUM_WODEFAULT  "Périphérique WaveOut par défaut"
-    IDS_DEVENUM_MIDEFAULT  "Périphérique MidiOut par défaut"
-}
diff --git a/dlls/devenum/Hu.rc b/dlls/devenum/Hu.rc
deleted file mode 100644
index 53522af..0000000
--- a/dlls/devenum/Hu.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Resources for Device Enumerator
- *
- * Copyright 2010 Andras Kovacs
- *
- * 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 "devenum_private.h"
-
-/* UTF-8 */
-#pragma code_page(65001)
-
-LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_DEVENUM_DSDEFAULT  "Alapértelmezett DirectSound"
-    IDS_DEVENUM_DS         "DirectSound: %s"
-    IDS_DEVENUM_WODEFAULT  "Alapértelmezett WaveOut eszköz"
-    IDS_DEVENUM_MIDEFAULT  "Alapértelmezett MidiOut eszköz"
-}
diff --git a/dlls/devenum/It.rc b/dlls/devenum/It.rc
deleted file mode 100644
index b3ef360..0000000
--- a/dlls/devenum/It.rc
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * Resources for Device Enumerator
- *
- * Copyright 2002 Robert Shearman
- *
- * 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 "devenum_private.h"
-
-LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
-
-#pragma code_page(65001)
-
-STRINGTABLE
-{
-    IDS_DEVENUM_DSDEFAULT  "DirectSound predefinito"
-    IDS_DEVENUM_DS         "DirectSound : %s"
-    IDS_DEVENUM_WODEFAULT  "Dispositivo WaveOut predefinito"
-    IDS_DEVENUM_MIDEFAULT  "Dispositivo MidiOut predefinito"
-}
diff --git a/dlls/devenum/Ja.rc b/dlls/devenum/Ja.rc
deleted file mode 100644
index 9d8361e..0000000
--- a/dlls/devenum/Ja.rc
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * Resources for Device Enumerator
- *
- * Copyright 2002 Robert Shearman
- *
- * 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 "devenum_private.h"
-
-LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
-
-#pragma code_page(65001)
-
-STRINGTABLE
-{
-    IDS_DEVENUM_DSDEFAULT  "デフォルト DirectSound"
-    IDS_DEVENUM_DS         "DirectSound: %s"
-    IDS_DEVENUM_WODEFAULT  "デフォルト WaveOut デバイス"
-    IDS_DEVENUM_MIDEFAULT  "デフォルト MidiOut デバイス"
-}
diff --git a/dlls/devenum/Ko.rc b/dlls/devenum/Ko.rc
deleted file mode 100644
index 7e4c5a2..0000000
--- a/dlls/devenum/Ko.rc
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * Resources for Device Enumerator
- *
- * Copyright 2002 Robert Shearman
- *
- * 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 "devenum_private.h"
-
-LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
-
-#pragma code_page(65001)
-
-STRINGTABLE
-{
-    IDS_DEVENUM_DSDEFAULT  "기본 다이렉트 사운드"
-    IDS_DEVENUM_DS         "다이렉트 사운드: %s"
-    IDS_DEVENUM_WODEFAULT  "기본 웨이브 출력 장치"
-    IDS_DEVENUM_MIDEFAULT  "기본 미디출력 장치"
-}
diff --git a/dlls/devenum/Lt.rc b/dlls/devenum/Lt.rc
deleted file mode 100644
index 41bbb2e..0000000
--- a/dlls/devenum/Lt.rc
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * Resources for Device Enumerator
- *
- * Copyright 2002 Robert Shearman
- *
- * 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 "devenum_private.h"
-
-LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
-
-#pragma code_page(65001)
-
-STRINGTABLE
-{
-    IDS_DEVENUM_DSDEFAULT  "Numatytasis DirectSound"
-    IDS_DEVENUM_DS         "DirectSound: %s"
-    IDS_DEVENUM_WODEFAULT  "Numatytasis WaveOut įrenginys"
-    IDS_DEVENUM_MIDEFAULT  "Numatytasis MidiOut įrenginys"
-}
diff --git a/dlls/devenum/Makefile.in b/dlls/devenum/Makefile.in
index 9ac67f3..0ba57c3 100644
--- a/dlls/devenum/Makefile.in
+++ b/dlls/devenum/Makefile.in
@@ -10,29 +10,7 @@
 
 IDL_R_SRCS = devenum_classes.idl
 
-RC_SRCS = \
-	Cs.rc \
-	Cy.rc \
-	Da.rc \
-	De.rc \
-	En.rc \
-	Es.rc \
-	Fr.rc \
-	Hu.rc \
-	It.rc \
-	Ja.rc \
-	Ko.rc \
-	Lt.rc \
-	Nl.rc \
-	No.rc \
-	Pl.rc \
-	Pt.rc \
-	Ro.rc \
-	Ru.rc \
-	Si.rc \
-	Sr.rc \
-	Sv.rc \
-	Uk.rc \
-	devenum.rc
+RC_SRCS = devenum.rc
+PO_SRCS = devenum.rc
 
 @MAKE_DLL_RULES@
diff --git a/dlls/devenum/Nl.rc b/dlls/devenum/Nl.rc
deleted file mode 100644
index 1353bf8..0000000
--- a/dlls/devenum/Nl.rc
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * Resources for Device Enumerator
- *
- * Copyright 2002 Robert Shearman
- *
- * 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 "devenum_private.h"
-
-LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
-
-#pragma code_page(65001)
-
-STRINGTABLE
-{
-    IDS_DEVENUM_DSDEFAULT  "Standaard DirectSound"
-    IDS_DEVENUM_DS         "DirectSound: %s"
-    IDS_DEVENUM_WODEFAULT  "Standaardapparaat WaveOut"
-    IDS_DEVENUM_MIDEFAULT  "Standaardapparaat MidiOut"
-}
diff --git a/dlls/devenum/No.rc b/dlls/devenum/No.rc
deleted file mode 100644
index f83d8e2..0000000
--- a/dlls/devenum/No.rc
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * Resources for Device Enumerator
- *
- * Copyright 2002 Robert Shearman
- *
- * 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 "devenum_private.h"
-
-LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
-
-#pragma code_page(65001)
-
-STRINGTABLE
-{
-    IDS_DEVENUM_DSDEFAULT  "Standard DirectSound"
-    IDS_DEVENUM_DS         "DirectSound: %s"
-    IDS_DEVENUM_WODEFAULT  "Standard enhet for lydavspilling"
-    IDS_DEVENUM_MIDEFAULT  "Standard enhet for MIDI-avspilling"
-}
diff --git a/dlls/devenum/Pl.rc b/dlls/devenum/Pl.rc
deleted file mode 100644
index c4d0685..0000000
--- a/dlls/devenum/Pl.rc
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * Resources for Device Enumerator
- *
- * Copyright 2002 Robert Shearman
- *
- * 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 "devenum_private.h"
-
-LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
-
-#pragma code_page(65001)
-
-STRINGTABLE
-{
-    IDS_DEVENUM_DSDEFAULT  "Standardowe DirectSound"
-    IDS_DEVENUM_DS         "DirectSound: %s"
-    IDS_DEVENUM_WODEFAULT  "Standardowe urządzenie WaveOut"
-    IDS_DEVENUM_MIDEFAULT  "Standardowe urządzenie Device"
-}
diff --git a/dlls/devenum/Pt.rc b/dlls/devenum/Pt.rc
deleted file mode 100644
index 47a29c0..0000000
--- a/dlls/devenum/Pt.rc
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * Resources for Device Enumerator
- *
- * Copyright 2002 Robert Shearman
- *
- * 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 "devenum_private.h"
-
-LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
-
-#pragma code_page(65001)
-
-STRINGTABLE
-{
-    IDS_DEVENUM_DSDEFAULT  "DirectSound padrão"
-    IDS_DEVENUM_DS         "DirectSound: %s"
-    IDS_DEVENUM_WODEFAULT  "Dispositivo padrão WaveOut"
-    IDS_DEVENUM_MIDEFAULT  "Dispositivo padrão MidiOut"
-}
diff --git a/dlls/devenum/Ro.rc b/dlls/devenum/Ro.rc
deleted file mode 100644
index 280cd45..0000000
--- a/dlls/devenum/Ro.rc
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * Resources for Device Enumerator
- *
- * Copyright 2002 Robert Shearman
- *
- * 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 "devenum_private.h"
-
-LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
-
-#pragma code_page(65001)
-
-STRINGTABLE
-{
-    IDS_DEVENUM_DSDEFAULT  "DirectSound implicit"
-    IDS_DEVENUM_DS         "DirectSound: %s"
-    IDS_DEVENUM_WODEFAULT  "Dispozitiv WaveOut implicit"
-    IDS_DEVENUM_MIDEFAULT  "Dispozitiv MidiOut implicit"
-}
diff --git a/dlls/devenum/Ru.rc b/dlls/devenum/Ru.rc
deleted file mode 100644
index 90da4b4..0000000
--- a/dlls/devenum/Ru.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Resources for Device Enumerator
- *
- * Copyright 2002 Robert Shearman
- *
- * 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 "devenum_private.h"
-
-LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
-
-#pragma code_page(65001)
-
-STRINGTABLE
-{
-    IDS_DEVENUM_DSDEFAULT  "Стандартный DirectSound"
-    IDS_DEVENUM_DS         "DirectSound: %s"
-    IDS_DEVENUM_WODEFAULT  "Звуковое устройство вывода по умолчанию"
-    IDS_DEVENUM_MIDEFAULT  "Устройство вывода MIDI по умолчанию"
-
-}
diff --git a/dlls/devenum/Si.rc b/dlls/devenum/Si.rc
deleted file mode 100644
index 49907de..0000000
--- a/dlls/devenum/Si.rc
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * Resources for Device Enumerator
- *
- * Copyright 2002 Robert Shearman
- *
- * 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 "devenum_private.h"
-
-LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
-
-#pragma code_page(65001)
-
-STRINGTABLE
-{
-    IDS_DEVENUM_DSDEFAULT  "Privzeta DirectSound naprava"
-    IDS_DEVENUM_DS         "DirectSound: %s"
-    IDS_DEVENUM_WODEFAULT  "Privzeta WaveOut naprava"
-    IDS_DEVENUM_MIDEFAULT  "Privzeta MidiOut naprava"
-}
diff --git a/dlls/devenum/Sr.rc b/dlls/devenum/Sr.rc
deleted file mode 100644
index faf123a..0000000
--- a/dlls/devenum/Sr.rc
+++ /dev/null
@@ -1,44 +0,0 @@
-/*
- * Serbian resources for Device Enumerator
- *
- * Copyright 2002 Robert Shearman
- * Copyright 2010 Đorđe Vasiljević
- *
- * 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 "devenum_private.h"
-
-#pragma code_page(65001)
-
-LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
-
-STRINGTABLE
-{
-    IDS_DEVENUM_DSDEFAULT  "Подразумевани DirectSound"
-    IDS_DEVENUM_DS         "DirectSound: %s"
-    IDS_DEVENUM_WODEFAULT  "Подразумевани WaveOut уређај"
-    IDS_DEVENUM_MIDEFAULT  "Подразумевани MidiOut уређај"
-}
-
-LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
-
-STRINGTABLE
-{
-    IDS_DEVENUM_DSDEFAULT  "Podrazumevani DirectSound"
-    IDS_DEVENUM_DS         "DirectSound: %s"
-    IDS_DEVENUM_WODEFAULT  "Podrazumevani WaveOut uređaj"
-    IDS_DEVENUM_MIDEFAULT  "Podrazumevani MidiOut uređaj"
-}
diff --git a/dlls/devenum/Sv.rc b/dlls/devenum/Sv.rc
deleted file mode 100644
index 8c53cf9..0000000
--- a/dlls/devenum/Sv.rc
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * Resources for Device Enumerator
- *
- * Copyright 2010 Anders Jonsson
- *
- * 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 "devenum_private.h"
-
-#pragma code_page(65001)
-
-LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
-
-STRINGTABLE
-{
-    IDS_DEVENUM_DSDEFAULT  "Förvalt DirectSound"
-    IDS_DEVENUM_DS         "DirectSound: %s"
-    IDS_DEVENUM_WODEFAULT  "Förvald WaveOut-enhet"
-    IDS_DEVENUM_MIDEFAULT  "Förvald MidiOut-enhet"
-}
diff --git a/dlls/devenum/Uk.rc b/dlls/devenum/Uk.rc
deleted file mode 100644
index 7c3bddc9..0000000
--- a/dlls/devenum/Uk.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Resources for Device Enumerator
- *
- * Copyright 2002 Robert Shearman
- * Copyright 2010 Igor Paliychuk
- *
- * 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 "devenum_private.h"
-
-LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
-
-#pragma code_page(65001)
-
-STRINGTABLE
-{
-    IDS_DEVENUM_DSDEFAULT  "Стандартний DirectSound"
-    IDS_DEVENUM_DS         "DirectSound: %s"
-    IDS_DEVENUM_WODEFAULT  "Звуковий пристрій виводу по замовчуванні"
-    IDS_DEVENUM_MIDEFAULT  "Пристрій виводу Midi по замовчуванні"
-}
diff --git a/dlls/devenum/devenum.rc b/dlls/devenum/devenum.rc
index 89844bf..b72cc9b 100644
--- a/dlls/devenum/devenum.rc
+++ b/dlls/devenum/devenum.rc
@@ -23,8 +23,17 @@
 #include "windef.h"
 #include "winbase.h"
 #include "winnls.h"
+#include "devenum_private.h"
 
-LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
+LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
+
+STRINGTABLE
+{
+    IDS_DEVENUM_DSDEFAULT  "Default DirectSound"
+    IDS_DEVENUM_DS         "DirectSound: %s"
+    IDS_DEVENUM_WODEFAULT  "Default WaveOut Device"
+    IDS_DEVENUM_MIDEFAULT  "Default MidiOut Device"
+}
 
 #define WINE_FILEDESCRIPTION_STR "Wine Device Enumerator Library"
 #define WINE_FILENAME_STR "devenum.dll"
diff --git a/po/bg.po b/po/bg.po
index 6b7aa9f..1b947c1 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -871,6 +871,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr ""
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr ""
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr ""
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr ""
diff --git a/po/cs.po b/po/cs.po
index f66d947..fd7b467 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -885,6 +885,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr "Dafaultní DirectSound"
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr "DirectSound: %s"
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr "Standardní zařízení WaveOut"
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr "Standardní zařízení MidiOut"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Vlastnosti"
diff --git a/po/da.po b/po/da.po
index d7bc63f..50888eb 100644
--- a/po/da.po
+++ b/po/da.po
@@ -885,6 +885,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr "Standard DirectSound"
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr "DirectSound: %s"
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr "Standard WaveOut Enhed"
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr "Standard MidiOut Enhed"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Instillinger"
diff --git a/po/de.po b/po/de.po
index 99344ce..b9f4f6c 100644
--- a/po/de.po
+++ b/po/de.po
@@ -877,6 +877,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr "Standard DirectSound"
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr "DirectSound: %s"
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr "Standard WaveOut - Gerät"
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr "Standard MidiOut - Gerät"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Einstellungen"
diff --git a/po/en_US.po b/po/en_US.po
index 820efda..f04c6a2 100644
--- a/po/en_US.po
+++ b/po/en_US.po
@@ -873,6 +873,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr "Default DirectSound"
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr "DirectSound: %s"
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr "Default WaveOut Device"
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr "Default MidiOut Device"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Properties"
diff --git a/po/eo.po b/po/eo.po
index 865c9e9..3ff9040 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -874,6 +874,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr ""
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr ""
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr ""
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Ecoj"
diff --git a/po/es.po b/po/es.po
index baf5982..b5d7630 100644
--- a/po/es.po
+++ b/po/es.po
@@ -885,6 +885,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr "DirectSound por defecto"
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr "DirectSound: %s"
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr "Dispositivo WaveOut por defecto"
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr "Dispositivo MidiOut por defecto"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Propiedades"
diff --git a/po/fi.po b/po/fi.po
index 2916383..35d163e 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -874,6 +874,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr ""
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr ""
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr ""
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Ominaisuudet"
diff --git a/po/fr.po b/po/fr.po
index 640c793..29c85d8 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -877,6 +877,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr "DirectSound par défaut"
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr "DirectSound : %s"
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr "Périphérique WaveOut par défaut"
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr "Périphérique MidiOut par défaut"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Propriétés"
diff --git a/po/he.po b/po/he.po
index bcd936e..7fa5ee8 100644
--- a/po/he.po
+++ b/po/he.po
@@ -874,6 +874,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr ""
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr ""
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr ""
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&מאפיינים"
diff --git a/po/hi.po b/po/hi.po
index a9a7125..2befbb8 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -874,6 +874,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr ""
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr ""
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr ""
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "सूचना (&o)"
diff --git a/po/hu.po b/po/hu.po
index 9ab97f9..48e4a8d 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -877,6 +877,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr "Alapértelmezett DirectSound"
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr "DirectSound: %s"
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr "Alapértelmezett WaveOut eszköz"
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr "Alapértelmezett MidiOut eszköz"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Beállítások"
diff --git a/po/it.po b/po/it.po
index e9a4390..a42181f 100644
--- a/po/it.po
+++ b/po/it.po
@@ -877,6 +877,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr "DirectSound predefinito"
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr "DirectSound : %s"
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr "Dispositivo WaveOut predefinito"
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr "Dispositivo MidiOut predefinito"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Proprietà"
diff --git a/po/ja.po b/po/ja.po
index dc9ebe1..7a4d10d 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -877,6 +877,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr "デフォルト DirectSound"
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr "DirectSound: %s"
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr "デフォルト WaveOut デバイス"
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr "デフォルト MidiOut デバイス"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "プロパティ(&P)"
diff --git a/po/ko.po b/po/ko.po
index 9c6438f..47bdd7b 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -877,6 +877,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr "기본 다이렉트 사운드"
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr "다이렉트 사운드: %s"
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr "기본 웨이브 출력 장치"
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr "기본 미디출력 장치"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "등록 정보(&P)"
diff --git a/po/lt.po b/po/lt.po
index f210514..21648ff 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -877,6 +877,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr "Numatytasis DirectSound"
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr "DirectSound: %s"
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr "Numatytasis WaveOut įrenginys"
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr "Numatytasis MidiOut įrenginys"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Savybės"
diff --git a/po/ml.po b/po/ml.po
index b92ff79..96dd555 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -874,6 +874,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr ""
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr ""
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr ""
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "വി_വരം"
diff --git a/po/nb_NO.po b/po/nb_NO.po
index d514037..b439db1 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -877,6 +877,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr "Standard DirectSound"
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr "DirectSound: %s"
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr "Standard enhet for lydavspilling"
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr "Standard enhet for MIDI-avspilling"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Egenskaper"
diff --git a/po/nl.po b/po/nl.po
index e474d98..bd590b1 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -877,6 +877,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr "Standaard DirectSound"
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr "DirectSound: %s"
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr "Standaardapparaat WaveOut"
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr "Standaardapparaat MidiOut"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Eigenschappen"
diff --git a/po/or.po b/po/or.po
index a4e6c6b..e693c3b 100644
--- a/po/or.po
+++ b/po/or.po
@@ -874,6 +874,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr ""
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr ""
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr ""
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "ସୂଚନା (&o)"
diff --git a/po/pa.po b/po/pa.po
index 0083671..4e491d6 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -874,6 +874,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr ""
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr ""
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr ""
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "ਜਾਣਕਾਰੀ(&o)"
diff --git a/po/pl.po b/po/pl.po
index 56f3639..5755d6f 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -877,6 +877,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr "Standardowe DirectSound"
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr "DirectSound: %s"
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr "Standardowe urządzenie WaveOut"
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr "Standardowe urządzenie Device"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Ustawienia"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index b4b53ff..da08fa7 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -877,6 +877,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr "DirectSound padrão"
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr "DirectSound: %s"
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr "Dispositivo padrão WaveOut"
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr "Dispositivo padrão MidiOut"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Propriedades"
diff --git a/po/pt_PT.po b/po/pt_PT.po
index 1e9f99e..a19c1c8 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -877,6 +877,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr "DirectSound padrão"
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr "DirectSound: %s"
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr "Dispositivo padrão WaveOut"
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr "Dispositivo padrão MidiOut"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Propriedades"
diff --git a/po/ro.po b/po/ro.po
index 9d89c62..9b41d1a 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -877,6 +877,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr "DirectSound implicit"
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr "DirectSound: %s"
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr "Dispozitiv WaveOut implicit"
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr "Dispozitiv MidiOut implicit"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Proprietăți"
diff --git a/po/ru.po b/po/ru.po
index 6cee3a3..e83d838 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -885,6 +885,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr "Стандартный DirectSound"
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr "DirectSound: %s"
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr "Звуковое устройство вывода по умолчанию"
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr "Устройство вывода MIDI по умолчанию"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Свойства"
diff --git a/po/sk.po b/po/sk.po
index e8a0b1a..b83062b 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -874,6 +874,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr ""
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr ""
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr ""
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Vlastnosti"
diff --git a/po/sl.po b/po/sl.po
index 86eda2c..b1e950a 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -888,6 +888,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr "Privzeta DirectSound naprava"
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr "DirectSound: %s"
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr "Privzeta WaveOut naprava"
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr "Privzeta MidiOut naprava"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Lastnosti"
diff --git a/po/sr_Latn_SP.po b/po/sr_Latn_SP.po
index 374de10..7f9fdfd 100644
--- a/po/sr_Latn_SP.po
+++ b/po/sr_Latn_SP.po
@@ -877,6 +877,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr "Podrazumevani DirectSound"
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr "DirectSound: %s"
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr "Podrazumevani WaveOut uređaj"
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr "Podrazumevani MidiOut uređaj"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Svojstva"
diff --git a/po/sr_SP.po b/po/sr_SP.po
index ea6a08c..668eaa4 100644
--- a/po/sr_SP.po
+++ b/po/sr_SP.po
@@ -877,6 +877,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr "Подразумевани DirectSound"
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr "DirectSound: %s"
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr "Подразумевани WaveOut уређај"
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr "Подразумевани MidiOut уређај"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Својства"
diff --git a/po/sv.po b/po/sv.po
index 4e02ab6..7cf3cae 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -877,6 +877,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr "Förvalt DirectSound"
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr "DirectSound: %s"
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr "Förvald WaveOut-enhet"
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr "Förvald MidiOut-enhet"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Egenskaper"
diff --git a/po/te.po b/po/te.po
index 70a59f9..f581e92 100644
--- a/po/te.po
+++ b/po/te.po
@@ -874,6 +874,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr ""
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr ""
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr ""
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "సమాచారము (&o)"
diff --git a/po/th.po b/po/th.po
index da73af8..e368378 100644
--- a/po/th.po
+++ b/po/th.po
@@ -874,6 +874,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr ""
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr ""
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr ""
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "ปรับแต่งนาฬิกา"
diff --git a/po/tr.po b/po/tr.po
index 1e28765..c8da7cf 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -885,6 +885,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr ""
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr ""
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr ""
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Özellikler"
diff --git a/po/uk.po b/po/uk.po
index bcf41b7..ae5f0e4 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -877,6 +877,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr "Стандартний DirectSound"
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr "DirectSound: %s"
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr "Звуковий пристрій виводу по замовчуванні"
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr "Пристрій виводу Midi по замовчуванні"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Властивості"
diff --git a/po/wa.po b/po/wa.po
index d795a66..8a6e5f1 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -874,6 +874,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr ""
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr ""
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr ""
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Propietés"
diff --git a/po/wine.pot b/po/wine.pot
index ec519a3..a1c670e 100644
--- a/po/wine.pot
+++ b/po/wine.pot
@@ -870,6 +870,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr ""
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr ""
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr ""
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 49cee5c..8f64c05 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -874,6 +874,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr ""
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr ""
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr ""
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "属性(&P)"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 538dd81..d5a1d8a 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -874,6 +874,22 @@
 msgid "Notice Text="
 msgstr ""
 
+#: devenum.rc:32
+msgid "Default DirectSound"
+msgstr ""
+
+#: devenum.rc:33
+msgid "DirectSound: %s"
+msgstr ""
+
+#: devenum.rc:34
+msgid "Default WaveOut Device"
+msgstr ""
+
+#: devenum.rc:35
+msgid "Default MidiOut Device"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "屬性(&P)"