mirror of
https://github.com/reactos/reactos.git
synced 2025-04-12 00:29:04 +00:00

Matches corresponding translations in the desk.cpl applet.
Addendum to d11582f0e
. CORE-5991
19 lines
496 B
Text
19 lines
496 B
Text
/*
|
|
* PROJECT: ReactOS uxtheme.dll
|
|
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
|
|
* PURPOSE: Portuguese (Portugal) resource file
|
|
* TRANSLATOR: Copyright 2024 Daniel Victor <ilauncherdeveloper@gmail.com>
|
|
*/
|
|
|
|
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
|
|
|
|
/* Strings */
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_MESSAGEBOX "Caixa de mensagem"
|
|
IDS_ACTIVEWIN "Janela activa"
|
|
IDS_INACTIVEWIN "Janela inactiva"
|
|
IDS_OK "OK"
|
|
IDS_WINTEXT "Texto da janela"
|
|
END
|