mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 17:00:51 +08:00
[CYLFRAC] Add Czech (cs-CZ) translation (#8424)
* [CYLFRAC] Add Czech (cs-CZ) translation * Update modules/rosapps/applications/screensavers/cylfrac/lang/cs-CZ.rc Co-authored-by: Stanislav Motylkov <x86corez@gmail.com> --------- Co-authored-by: Stanislav Motylkov <x86corez@gmail.com>
This commit is contained in:
@@ -21,6 +21,9 @@ IDI_ICON ICON "res/icon_cylfrac.ico"
|
||||
#ifdef LANGUAGE_BG_BG
|
||||
#include "lang/bg-BG.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_CS_CZ
|
||||
#include "lang/cs-CZ.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_DE_DE
|
||||
#include "lang/de-DE.rc"
|
||||
#endif
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* PROJECT: Cylinders fractal ScreenSaver
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* PURPOSE: Czech resource file
|
||||
* TRANSLATOR: Copyright 2025 Václav Zouzalík (Venca24) <vaclav.zouzalik@seznam.cz>
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_DESCRIPTION "Válcový fraktál"
|
||||
IDS_TITLE "O programu"
|
||||
IDS_TEXT "Válcový fraktál od unC0Rr.\nSpeciálně pro ReactOS."
|
||||
END
|
||||
Reference in New Issue
Block a user