mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 17:31:23 +08:00
[UXTHEME] Add Polish (pl-PL) translation (#8913)
Polish translations in uxtheme (for appearance tab in the desktop properties).
This commit is contained in:
19
dll/win32/uxtheme/lang/pl-PL.rc
Normal file
19
dll/win32/uxtheme/lang/pl-PL.rc
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* PROJECT: ReactOS uxtheme.dll
|
||||
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
|
||||
* PURPOSE: Polish resource file
|
||||
* TRANSLATOR: Copyright 2026 Karol Gocłowski <cyberwordixx@gazeta.pl>
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
||||
|
||||
/* Strings */
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_MESSAGEBOX "Okno komunikatu"
|
||||
IDS_ACTIVEWIN "Aktywne okno"
|
||||
IDS_INACTIVEWIN "Nieaktywne okno"
|
||||
IDS_OK "OK"
|
||||
IDS_WINTEXT "Tekst okna"
|
||||
END
|
||||
@@ -28,6 +28,9 @@
|
||||
#ifdef LANGUAGE_EN_US
|
||||
#include "lang/en-US.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_PL_PL
|
||||
#include "lang/pl-PL.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_PT_BR
|
||||
#include "lang/pt-BR.rc"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user