[TRANSLATION][RUNONCE] Add Bulgarian translation.

This commit is contained in:
WindowxDeveloper 2018-12-27 09:12:45 +01:00 committed by Hermès Bélusca-Maïto
parent e78aa82d0a
commit 5577e8fbe8
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
2 changed files with 14 additions and 0 deletions

View 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

View file

@ -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