mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[TRANSLATION][SERVICES] Add Bulgarian translation.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user