mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
18 lines
415 B
Text
18 lines
415 B
Text
/*
|
|
* PROJECT: ReactOS Userinit Logon Application
|
|
* LICENSE: GPL - See COPYING in the top level directory
|
|
* FILE: base/system/userinit/Uk.rc
|
|
* PURPOSE: Ukraianian Language File for userinit
|
|
* TRANSLATOR: Artem Reznikov
|
|
*/
|
|
|
|
#include "resource.h"
|
|
|
|
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
|
|
STRING_USERINIT_FAIL, "Userinit íå âäàëîñÿ çàïóñòèòè îáîëîíêó!\n"
|
|
|
|
END
|