reactos/dll/win32/uxtheme/lang/pt-BR.rc
Daniel Victor 5ed33debf4
[UXTHEME] Add Portuguese Portugal (pt-PT) and Portuguese Brazil (pt-BR) translations (#7418)
Matches corresponding translations in the desk.cpl applet.
Addendum to d11582f0e. CORE-5991
2024-10-03 10:30:56 +03:00

19 lines
502 B
Text

/*
* PROJECT: ReactOS uxtheme.dll
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
* PURPOSE: Portuguese (Brazil) resource file
* TRANSLATOR: Copyright 2024 Daniel Victor <ilauncherdeveloper@gmail.com>
*/
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
/* Strings */
STRINGTABLE
BEGIN
IDS_MESSAGEBOX "Caixa de mensagem"
IDS_ACTIVEWIN "Janela ativa"
IDS_INACTIVEWIN "Janela inativa"
IDS_OK "OK"
IDS_WINTEXT "Texto da janela"
END