mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:02:56 +00:00
[MSCTFTIME] Add new Portuguese (pt-PT) translation (#7101)
This commit is contained in:
parent
543a38bd9f
commit
dbdd2b1a79
2 changed files with 26 additions and 0 deletions
23
dll/ime/msctfime/lang/pt-PT.rc
Normal file
23
dll/ime/msctfime/lang/pt-PT.rc
Normal 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
|
|
@ -30,3 +30,6 @@ IDI_DOWN ICON "res/down.ico"
|
||||||
#ifdef LANGUAGE_EN_US
|
#ifdef LANGUAGE_EN_US
|
||||||
#include "lang/en-US.rc"
|
#include "lang/en-US.rc"
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef LANGUAGE_PT_PT
|
||||||
|
#include "lang/pt-PT.rc"
|
||||||
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue