mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[TRANSLATION][RUNONCE] Add Bulgarian translation.
This commit is contained in:
parent
e78aa82d0a
commit
5577e8fbe8
2 changed files with 14 additions and 0 deletions
11
base/system/runonce/lang/bg-BG.rc
Normal file
11
base/system/runonce/lang/bg-BG.rc
Normal file
|
@ -0,0 +1,11 @@
|
|||
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
|
||||
|
||||
IDD_RUNONCE_DLG DIALOGEX 0, 0, 239, 170
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Инсталацията на ReactOS"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "ReactOS в момента инсталира следните файлове:", -1, 38, 8, 196, 18
|
||||
LISTBOX IDC_COMP_LIST, 36, 32, 197, 131, LBS_OWNERDRAWVARIABLE | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
|
||||
ICON IDI_ICON, -1, 5, 6, 21, 20
|
||||
END
|
|
@ -15,6 +15,9 @@ IDI_ICON ICON "res/icon.ico"
|
|||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
#ifdef LANGUAGE_BG_BG
|
||||
#include "lang/bg-BG.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_CS_CZ
|
||||
#include "lang/cs-CZ.rc"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue