mirror of
https://github.com/reactos/reactos.git
synced 2025-04-03 20:21:17 +00:00
[TRANSLATION][SERVICES] Add Bulgarian translation.
This commit is contained in:
parent
6c9f1a8c26
commit
6bcf552011
2 changed files with 15 additions and 0 deletions
12
base/system/services/lang/bg-BG.rc
Normal file
12
base/system/services/lang/bg-BG.rc
Normal file
|
@ -0,0 +1,12 @@
|
|||
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_SERVICE_START "Старт"
|
||||
IDS_SERVICE_STOP "Стоп"
|
||||
IDS_SERVICE_PAUSE "Пауза"
|
||||
IDS_SERVICE_RESUME "Продължи"
|
||||
IDS_SERVICE_RUNNING "Текущ"
|
||||
IDS_SERVICE_STOPPED "Спрян"
|
||||
IDS_SERVICE_PAUSED "На пауза"
|
||||
END
|
|
@ -12,6 +12,9 @@
|
|||
/* 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