From f9d8665328d35f00f9d6b76e7e10e3b260701396 Mon Sep 17 00:00:00 2001 From: Jose Carlos Jesus Date: Mon, 8 Jul 2024 09:12:54 -0400 Subject: [PATCH] [CRYPTEXT] Add Portuguese (pt-PT) translation (#7102) --- dll/shellext/cryptext/cryptext.rc | 3 +++ dll/shellext/cryptext/lang/pt-PT.rc | 14 ++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 dll/shellext/cryptext/lang/pt-PT.rc diff --git a/dll/shellext/cryptext/cryptext.rc b/dll/shellext/cryptext/cryptext.rc index ffc3a5df7e9..27dabff64c5 100644 --- a/dll/shellext/cryptext/cryptext.rc +++ b/dll/shellext/cryptext/cryptext.rc @@ -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 diff --git a/dll/shellext/cryptext/lang/pt-PT.rc b/dll/shellext/cryptext/lang/pt-PT.rc new file mode 100644 index 00000000000..71320b2f0a8 --- /dev/null +++ b/dll/shellext/cryptext/lang/pt-PT.rc @@ -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 + */ + +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