mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 04:37:32 +00:00
d56d9c1aaa
- Localize error message and shell file extension description. - Added Hebrew resources. - Added Icon. The icon is the Tango icon named "certificate". If anybody has a idea for more fitting icon please recommend it. Follow up of #1343 CORE-15736
15 lines
441 B
Plaintext
15 lines
441 B
Plaintext
/*
|
|
* PROJECT: ReactOS CryptExt Shell Extension
|
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
|
* PURPOSE: Hebrew resource translation
|
|
* COPYRIGHT: Copyright 2019 Baruch Rutman (peterooch at gmail dot com)
|
|
*/
|
|
|
|
LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_INVALIDFILE "קובץ זה הוא לא קובץ אישורי הצפנה תקין."
|
|
IDS_CER_FILE "קובץ אישורי הצפנה"
|
|
END
|