1/*
2 * PROJECT:     Keyboard Layout Switcher
3 * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4 * PURPOSE:     Portuguese (Portugal) resource file
5 * TRANSLATOR:  Copyright 2024 Jose Carlos Jesus <zecarlos1957@hotmail.com>
6 */
7
8LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
9
10IDR_POPUP MENU
11BEGIN
12    POPUP "popup"
13    BEGIN
14        MENUITEM "&Preferências...", ID_PREFERENCES
15        MENUITEM SEPARATOR
16        MENUITEM "&Sair", ID_EXIT
17    END
18END
19