mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
9ea495ba33
svn path=/branches/header-work/; revision=45691
18 lines
512 B
Text
18 lines
512 B
Text
/*
|
|
* PROJECT: Virtual DOS Machine
|
|
* LICENSE: GPL - See COPYING in the top level directory
|
|
* FILE: subsystems/ntvdm/Uk.rc
|
|
* PURPOSE: Ukraianian Language File for Virtual DOS Machine
|
|
* TRANSLATOR: Artem Reznikov
|
|
*/
|
|
|
|
#include "resource.h"
|
|
|
|
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
|
|
STRING_WelcomeMsg, "ϳäòðèìêà â³ðòóàëüíî¿ ìàøèíè DOS ó ReactOS.\n"
|
|
STRING_PromptMsg, "Ââåä³òü r<cr> äëÿ çàïóñêó, s<cr> äëÿ çàêðèòòÿ àáî q<cr>, ùîá âèéòè çàðàç."
|
|
END
|