Make the menus of Delphi applications work.
[wine.git] / programs / clock / Pt.rc
blobd9b5990562161ff31bce16eb78a2ef37ebd03131
1 /*
2  * Clock
3  * Portuguese Language Support
4  *
5  * Copyright 1999 Gustavo Junior Alves <alves@correionet.com.br>
6  * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
7  * Copyright 2003 Marcelo Duarte
8  *
9  * This library is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU Lesser General Public
11  * License as published by the Free Software Foundation; either
12  * version 2.1 of the License, or (at your option) any later version.
13  *
14  * This library is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17  * Lesser General Public License for more details.
18  *
19  * You should have received a copy of the GNU Lesser General Public
20  * License along with this library; if not, write to the Free Software
21  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
22  */
24 LANGUAGE LANG_PORTUGUESE, SUBLANG_DEFAULT
26 MAIN_MENU MENU 
28  POPUP "&Propriedades" {
29   MENUITEM "&Analógico", IDM_ANALOG
30   MENUITEM "Digi&tal", IDM_DIGITAL
31   MENUITEM SEPARATOR
32   MENUITEM "&Fonte...", IDM_FONT
33   MENUITEM SEPARATOR
34   MENUITEM "&Sem barra de título", IDM_NOTITLE
35   MENUITEM SEPARATOR
36   MENUITEM "&Segundos", IDM_SECONDS
37   MENUITEM "&Data", IDM_DATE
38   MENUITEM SEPARATOR
39   MENUITEM "&Sempre visível", IDM_ONTOP
40  }
41  POPUP "&Informações" {
42   MENUITEM "&Licença...", IDM_LICENSE
43   MENUITEM "&SEM GARANTIA...", IDM_NOWARRANTY
44   MENUITEM "&Sobre Clock...", IDM_ABOUT
45  }
48 STRINGTABLE DISCARDABLE
50 IDS_CLOCK, "Relógio"