[CRYPTEXT] Add Portuguese (pt-PT) translation (#7102)

This commit is contained in:
Jose Carlos Jesus 2024-07-08 09:12:54 -04:00 committed by GitHub
parent efe42074cc
commit f9d8665328
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 0 deletions

View file

@ -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

View 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