devenum: Split the translations into separate resource files.

Also use the existing resource ID defines.
This commit is contained in:
Michael Stefaniuc 2010-05-28 01:39:56 +02:00 committed by Alexandre Julliard
parent 9c95761d9e
commit 8cf14ed7bd
19 changed files with 551 additions and 147 deletions

33
dlls/devenum/Cs.rc Normal file
View file

@ -0,0 +1,33 @@
/*
* 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 DISCARDABLE
{
IDS_DEVENUM_DSDEFAULT "Dafaultní DirectSound"
IDS_DEVENUM_DS "DirectSound: %s"
IDS_DEVENUM_WODEFAULT "Standardní zařízení WaveOut"
IDS_DEVENUM_MIDEFAULT "Standardní zařízení MidiOut"
}

33
dlls/devenum/De.rc Normal file
View file

@ -0,0 +1,33 @@
/*
* 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 DISCARDABLE
{
IDS_DEVENUM_DSDEFAULT "Standard DirectSound"
IDS_DEVENUM_DS "DirectSound: %s"
IDS_DEVENUM_WODEFAULT "Standard WaveOut - Gerät"
IDS_DEVENUM_MIDEFAULT "Standard MidiOut - Gerät"
}

31
dlls/devenum/En.rc Normal file
View file

@ -0,0 +1,31 @@
/*
* 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 DISCARDABLE
{
IDS_DEVENUM_DSDEFAULT "Default DirectSound"
IDS_DEVENUM_DS "DirectSound: %s"
IDS_DEVENUM_WODEFAULT "Default WaveOut Device"
IDS_DEVENUM_MIDEFAULT "Default MidiOut Device"
}

33
dlls/devenum/Es.rc Normal file
View file

@ -0,0 +1,33 @@
/*
* 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 DISCARDABLE
{
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"
}

33
dlls/devenum/Fr.rc Normal file
View file

@ -0,0 +1,33 @@
/*
* 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 DISCARDABLE
{
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"
}

33
dlls/devenum/It.rc Normal file
View file

@ -0,0 +1,33 @@
/*
* 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 DISCARDABLE
{
IDS_DEVENUM_DSDEFAULT "DirectSound di Default"
IDS_DEVENUM_DS "DirectSound: %s"
IDS_DEVENUM_WODEFAULT "Dispositivo WaveOut di Default"
IDS_DEVENUM_MIDEFAULT "Dispositivo MidiOut di Default"
}

33
dlls/devenum/Ja.rc Normal file
View file

@ -0,0 +1,33 @@
/*
* 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 DISCARDABLE
{
IDS_DEVENUM_DSDEFAULT "デフォルト DirectSound"
IDS_DEVENUM_DS "DirectSound: %s"
IDS_DEVENUM_WODEFAULT "デフォルト WaveOut デバイス"
IDS_DEVENUM_MIDEFAULT "デフォルト MidiOut デバイス"
}

33
dlls/devenum/Ko.rc Normal file
View file

@ -0,0 +1,33 @@
/*
* 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 DISCARDABLE
{
IDS_DEVENUM_DSDEFAULT "기본 다이렉트 사운드"
IDS_DEVENUM_DS "다이렉트 사운드: %s"
IDS_DEVENUM_WODEFAULT "기본 웨이브 출력 장치"
IDS_DEVENUM_MIDEFAULT "기본 미디출력 장치"
}

33
dlls/devenum/Lt.rc Normal file
View file

@ -0,0 +1,33 @@
/*
* 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 DISCARDABLE
{
IDS_DEVENUM_DSDEFAULT "Numatytasis DirectSound"
IDS_DEVENUM_DS "DirectSound: %s"
IDS_DEVENUM_WODEFAULT "Numatytasis WaveOut įrenginys"
IDS_DEVENUM_MIDEFAULT "Numatytasis MidiOut įrenginys"
}

View file

@ -12,6 +12,23 @@ C_SRCS = \
mediacatenum.c \
parsedisplayname.c
RC_SRCS = devenum.rc
RC_SRCS = \
Cs.rc \
De.rc \
En.rc \
Es.rc \
Fr.rc \
It.rc \
Ja.rc \
Ko.rc \
Lt.rc \
Nl.rc \
No.rc \
Pl.rc \
Pt.rc \
Ro.rc \
Ru.rc \
Si.rc \
devenum.rc
@MAKE_DLL_RULES@

33
dlls/devenum/Nl.rc Normal file
View file

@ -0,0 +1,33 @@
/*
* 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 DISCARDABLE
{
IDS_DEVENUM_DSDEFAULT "Standaard DirectSound"
IDS_DEVENUM_DS "DirectSound: %s"
IDS_DEVENUM_WODEFAULT "Standaardapparaat WaveOut"
IDS_DEVENUM_MIDEFAULT "Standaardapparaat MidiOut"
}

33
dlls/devenum/No.rc Normal file
View file

@ -0,0 +1,33 @@
/*
* 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 DISCARDABLE
{
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"
}

33
dlls/devenum/Pl.rc Normal file
View file

@ -0,0 +1,33 @@
/*
* 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 DISCARDABLE
{
IDS_DEVENUM_DSDEFAULT "Standardowe DirectSound"
IDS_DEVENUM_DS "DirectSound: %s"
IDS_DEVENUM_WODEFAULT "Standardowe urządzenie WaveOut"
IDS_DEVENUM_MIDEFAULT "Standardowe urządzenie Device"
}

33
dlls/devenum/Pt.rc Normal file
View file

@ -0,0 +1,33 @@
/*
* 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 DISCARDABLE
{
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"
}

33
dlls/devenum/Ro.rc Normal file
View file

@ -0,0 +1,33 @@
/*
* 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 DISCARDABLE
{
IDS_DEVENUM_DSDEFAULT "DirectSound implicit"
IDS_DEVENUM_DS "DirectSound: %s"
IDS_DEVENUM_WODEFAULT "Dispozitiv WaveOut implicit"
IDS_DEVENUM_MIDEFAULT "Dispozitiv MidiOut implicit"
}

34
dlls/devenum/Ru.rc Normal file
View file

@ -0,0 +1,34 @@
/*
* 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 DISCARDABLE
{
IDS_DEVENUM_DSDEFAULT "Стандартный DirectSound"
IDS_DEVENUM_DS "DirectSound: %s"
IDS_DEVENUM_WODEFAULT "Звуковое устройство вывода по умолчанию"
IDS_DEVENUM_MIDEFAULT "Устройство вывода MIDI по умолчанию"
}

33
dlls/devenum/Si.rc Normal file
View file

@ -0,0 +1,33 @@
/*
* 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 DISCARDABLE
{
IDS_DEVENUM_DSDEFAULT "Privzeta DirectSound naprava"
IDS_DEVENUM_DS "DirectSound: %s"
IDS_DEVENUM_WODEFAULT "Privzeta WaveOut naprava"
IDS_DEVENUM_MIDEFAULT "Privzeta MidiOut naprava"
}

View file

@ -34,148 +34,3 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define WINE_PRODUCTVERSION_STR "6.5"
#include "wine/wine_common_ver.rc"
STRINGTABLE DISCARDABLE
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
{
7 "Default DirectSound"
8 "DirectSound: %s"
9 "Default WaveOut Device"
10 "Default MidiOut Device"
}
STRINGTABLE DISCARDABLE
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
{
7 "DirectSound par défaut"
8 "DirectSound : %s"
9 "Périphérique WaveOut par défaut"
10 "Périphérique MidiOut par défaut"
}
STRINGTABLE DISCARDABLE
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
{
7 "Standard DirectSound"
8 "DirectSound: %s"
9 "Standard WaveOut - Gerät"
10 "Standard MidiOut - Gerät"
}
STRINGTABLE DISCARDABLE
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
{
7 "DirectSound di Default"
8 "DirectSound: %s"
9 "Dispositivo WaveOut di Default"
10 "Dispositivo MidiOut di Default"
}
STRINGTABLE DISCARDABLE
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
{
7 "DirectSound padrão"
8 "DirectSound: %s"
9 "Dispositivo padrão WaveOut"
10 "Dispositivo padrão MidiOut"
}
STRINGTABLE DISCARDABLE
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
{
7 "DirectSound por defecto"
8 "DirectSound: %s"
9 "Dispositivo WaveOut por defecto"
10 "Dispositivo MidiOut por defecto"
}
STRINGTABLE DISCARDABLE
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
{
7 "Dafaultní DirectSound"
8 "DirectSound: %s"
9 "Standardní zařízení WaveOut"
10 "Standardní zařízení MidiOut"
}
STRINGTABLE DISCARDABLE
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
{
7 "Standardowe DirectSound"
8 "DirectSound: %s"
9 "Standardowe urządzenie WaveOut"
10 "Standardowe urządzenie Device"
}
STRINGTABLE DISCARDABLE
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
{
7 "Standard DirectSound"
8 "DirectSound: %s"
9 "Standard enhet for lydavspilling"
10 "Standard enhet for MIDI-avspilling"
}
STRINGTABLE DISCARDABLE
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
{
7 "Standaard DirectSound"
8 "DirectSound: %s"
9 "Standaardapparaat WaveOut"
10 "Standaardapparaat MidiOut"
}
STRINGTABLE DISCARDABLE
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
{
7 "DirectSound implicit"
8 "DirectSound: %s"
9 "Dispozitiv WaveOut implicit"
10 "Dispozitiv MidiOut implicit"
}
STRINGTABLE DISCARDABLE
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
{
7 "Стандартный DirectSound"
8 "DirectSound: %s"
9 "Звуковое устройство вывода по умолчанию"
10 "Устройство вывода MIDI по умолчанию"
}
STRINGTABLE DISCARDABLE
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
{
7 "Privzeta DirectSound naprava"
8 "DirectSound: %s"
9 "Privzeta WaveOut naprava"
10 "Privzeta MidiOut naprava"
}
STRINGTABLE DISCARDABLE
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
{
7 "기본 다이렉트 사운드"
8 "다이렉트 사운드: %s"
9 "기본 웨이브 출력 장치"
10 "기본 미디출력 장치"
}
STRINGTABLE DISCARDABLE
LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
{
7 "Numatytasis DirectSound"
8 "DirectSound: %s"
9 "Numatytasis WaveOut įrenginys"
10 "Numatytasis MidiOut įrenginys"
}
STRINGTABLE DISCARDABLE
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
{
7 "デフォルト DirectSound"
8 "DirectSound: %s"
9 "デフォルト WaveOut デバイス"
10 "デフォルト MidiOut デバイス"
}

View file

@ -22,7 +22,9 @@
* - Private file where devenum globals are declared
*/
#ifndef RC_INVOKED
#include <stdarg.h>
#endif
#include "windef.h"
#include "winbase.h"
@ -36,9 +38,12 @@
#include "ole2.h"
#include "strmif.h"
#include "olectl.h"
#include "wine/unicode.h"
#include "uuids.h"
#ifndef RC_INVOKED
#include "wine/unicode.h"
#endif
/**********************************************************************
* Dll lifetime tracking declaration for devenum.dll
*/