mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 04:37:32 +00:00
14 lines
324 B
Plaintext
14 lines
324 B
Plaintext
|
/*
|
||
|
* PROJECT: ReactOS CryptExt Shell Extension
|
||
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||
|
* PURPOSE: Polish resource translation
|
||
|
*/
|
||
|
|
||
|
LANGUAGE LANG_POLISH, SUBLANG_NEUTRAL
|
||
|
|
||
|
STRINGTABLE
|
||
|
BEGIN
|
||
|
IDS_INVALIDFILE "To nie jest prawidłowy plik certyfikatu."
|
||
|
IDS_CER_FILE "Plik certyfikatu"
|
||
|
END
|