[MSCTFTIME] Add new Portuguese (pt-PT) translation (#7101)

This commit is contained in:
Jose Carlos Jesus
2024-07-08 03:29:34 +02:00
committed by GitHub
parent 543a38bd9f
commit dbdd2b1a79
2 changed files with 26 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
/*
* PROJECT: ReactOS msctfime.ime
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
* PURPOSE: Portuguese (Portugal) resource file
* TRANSLATOR: Copyright 2024 Jose Carlos Jesus <[email protected]>
*/
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
STRINGTABLE
BEGIN
IDS_OK "OK"
IDS_CANCEL "Cancelar"
IDS_ABORT "&Abortar"
IDS_RETRY "&Retroceder"
IDS_IGNORE "&Ignorar"
IDS_YES "&Sim"
IDS_NO "&Não"
IDS_ENTER "Enter"
IDS_FINALIZE_STRING "Finalizar cadeia"
IDS_CONVERSION "Conversão"
END
+3
View File
@@ -30,3 +30,6 @@ IDI_DOWN ICON "res/down.ico"
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif
#ifdef LANGUAGE_PT_PT
#include "lang/pt-PT.rc"
#endif