mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[CRYPTEXT] Add Portuguese (pt-PT) translation (#7102)
This commit is contained in:
parent
efe42074cc
commit
f9d8665328
2 changed files with 17 additions and 0 deletions
|
@ -38,6 +38,9 @@
|
|||
#ifdef LANGUAGE_PL_PL
|
||||
#include "lang/pl-PL.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_PT_PT
|
||||
#include "lang/pt-PT.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_RO_RO
|
||||
#include "lang/ro-RO.rc"
|
||||
#endif
|
||||
|
|
14
dll/shellext/cryptext/lang/pt-PT.rc
Normal file
14
dll/shellext/cryptext/lang/pt-PT.rc
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* PROJECT: ReactOS CryptExt Shell Extension
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: Portuguese (Portugal) resource file
|
||||
* COPYRIGHT: Copyright 2024 Jose Carlos Jesus <zecarlos1957@hotmail.com>
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_INVALIDFILE "Este não é um ficheiro de certificado válido."
|
||||
IDS_CER_FILE "Ficheiro de certificado"
|
||||
END
|
Loading…
Reference in a new issue