mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 20:32:36 +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: German resource translation
|
||
|
*/
|
||
|
|
||
|
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
||
|
|
||
|
STRINGTABLE
|
||
|
BEGIN
|
||
|
IDS_INVALIDFILE "Dies ist keine gültige Zertifikatsdatei."
|
||
|
IDS_CER_FILE "Zertifikatsdatei"
|
||
|
END
|