mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
14 lines
324 B
Text
14 lines
324 B
Text
|
/*
|
||
|
* 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
|