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

This commit is contained in:
Jose Carlos Jesus 2024-07-07 21:29:34 -04:00 committed by GitHub
parent 543a38bd9f
commit dbdd2b1a79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 26 additions and 0 deletions

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 <zecarlos1957@hotmail.com>
*/
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

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