mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Thomas Larsen <sikker2004@yahoo.com>
- Danish translation svn path=/trunk/; revision=14130
This commit is contained in:
parent
bb2b8992b4
commit
f07f87eb09
2 changed files with 16 additions and 0 deletions
15
reactos/lib/setupapi/Da.rc
Normal file
15
reactos/lib/setupapi/Da.rc
Normal file
|
@ -0,0 +1,15 @@
|
|||
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
|
||||
|
||||
COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
|
||||
CAPTION "Overførere Filer..."
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "Fortryd", IDCANCEL, 79, 84, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
LTEXT "Kilde:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
|
||||
LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
|
||||
LTEXT "Destination:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
|
||||
LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE | WS_GROUP
|
||||
CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13, WS_CHILD |
|
||||
WS_VISIBLE | WS_TABSTOP
|
||||
END
|
|
@ -25,6 +25,7 @@
|
|||
#include "setupapi_private.h"
|
||||
|
||||
#include "Cs.rc"
|
||||
#include "Da.rc"
|
||||
#include "De.rc"
|
||||
#include "En.rc"
|
||||
#include "Es.rc"
|
||||
|
|
Loading…
Reference in a new issue