2020-04-17 10:42:47 +00:00
|
|
|
/*
|
2019-04-24 14:06:05 +00:00
|
|
|
* PROJECT: ReactOS Utility Manager (Accessibility)
|
|
|
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
|
|
|
* PURPOSE: English (United States of America) translation resource
|
2021-02-22 15:26:55 +00:00
|
|
|
* COPYRIGHT: Copyright 2019-2020 George Bișoc (george.bisoc@reactos.org)
|
2019-04-24 14:06:05 +00:00
|
|
|
*/
|
|
|
|
|
2019-08-19 12:13:43 +00:00
|
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
|
|
|
2019-04-24 14:06:05 +00:00
|
|
|
STRINGTABLE
|
|
|
|
BEGIN
|
2020-04-17 10:42:47 +00:00
|
|
|
IDS_FAIL_INIT "Failed to initialize the Utility Manager library! The error code is %lu."
|
|
|
|
IDS_FAIL_INIT_TITLE "Initialization failure"
|
2019-04-24 14:06:05 +00:00
|
|
|
END
|