mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 04:37:32 +00:00
15 lines
411 B
Plaintext
15 lines
411 B
Plaintext
|
/*
|
||
|
* PROJECT: ReactOS CryptExt Shell Extension
|
||
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||
|
* PURPOSE: Italian (Neutral) resource translation
|
||
|
* COPYRIGHT: Copyright 2019 Bișoc George (fraizeraust99 at gmail dot com)
|
||
|
*/
|
||
|
|
||
|
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
||
|
|
||
|
STRINGTABLE
|
||
|
BEGIN
|
||
|
IDS_INVALIDFILE "Il file del certificato non è valido."
|
||
|
IDS_CER_FILE "File certificato"
|
||
|
END
|