diff --git a/base/system/services/lang/bg-BG.rc b/base/system/services/lang/bg-BG.rc new file mode 100644 index 00000000000..22621f9eb75 --- /dev/null +++ b/base/system/services/lang/bg-BG.rc @@ -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 diff --git a/base/system/services/services.rc b/base/system/services/services.rc index 71070cdf305..b51e1e91f79 100644 --- a/base/system/services/services.rc +++ b/base/system/services/services.rc @@ -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