mirror of
https://github.com/reactos/reactos.git
synced 2025-04-10 07:46:32 +00:00

- Remove DISCARDABLE attribute. - Remove MOVEABLE attribute. See: https://learn.microsoft.com/en-us/windows/win32/menurc/common-resource-attributes 3rd-party module rosapps/lib/vfdlib is left unchanged.
16 lines
459 B
Text
16 lines
459 B
Text
/*
|
|
* PROJECT: ReactOS Blank ScreenSaver
|
|
* LICENSE: GPL - See COPYING in the top level directory
|
|
* FILE: rosapps/applications/screensavers/blankscr/lang/lt-LT.rc
|
|
* PURPOSE: Lithuanian Language File
|
|
* TRANSLATOR: Vytis "CMan" Girdžijauskas (cman@cman.us)
|
|
* DATE: 2007-12-02
|
|
*/
|
|
|
|
LANGUAGE LANG_LITHUANIAN, SUBLANG_DEFAULT
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_DESCRIPTION "Tuščias"
|
|
IDS_TEXT "Nėra keičiamų parametrų."
|
|
END
|