mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Langues Nl.rc patch from i386dx see wiki how have done the translate
svn path=/trunk/; revision=22401
This commit is contained in:
parent
f618cc855d
commit
75da9a2f7c
2 changed files with 16 additions and 0 deletions
15
reactos/dll/cpl/mmsys/Nl.rc
Normal file
15
reactos/dll/cpl/mmsys/Nl.rc
Normal file
|
@ -0,0 +1,15 @@
|
|||
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
|
||||
|
||||
IDD_HARDWARE DIALOGEX 0, 0, 246, 228
|
||||
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
|
||||
CAPTION "Hardware"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_CPLNAME "Geluid en Audio apparaten"
|
||||
IDS_CPLDESCRIPTION "Verander het geluidsschema van uw computer of configureer de aanwezige geluidsapparatuur."
|
||||
END
|
||||
|
|
@ -14,4 +14,5 @@ IDI_CPLICON ICON "resources/mmsys.ico"
|
|||
#include "De.rc"
|
||||
#include "Es.rc"
|
||||
#include "Ru.rc"
|
||||
#include "Nl.rc"
|
||||
#include "Fr.rc"
|
||||
|
|
Loading…
Reference in a new issue