push cc8bc80451cc24f4d7cf75168b569f0ebfe19547
[wine/hacks.git] / programs / clock / Pt.rc
blob2b045836c0d272726213cb40d352bfd446b9d809
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  * Copyright 2004 Américo José Melo
9  *
10  * This library is free software; you can redistribute it and/or
11  * modify it under the terms of the GNU Lesser General Public
12  * License as published by the Free Software Foundation; either
13  * version 2.1 of the License, or (at your option) any later version.
14  *
15  * This library is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18  * Lesser General Public License for more details.
19  *
20  * You should have received a copy of the GNU Lesser General Public
21  * License along with this library; if not, write to the Free Software
22  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
23  */
25 #include "clock_res.h"
27 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
29 MAIN_MENU MENU 
31  POPUP "&Propriedades" {
32   MENUITEM "&Analógico", IDM_ANALOG
33   MENUITEM "Digi&tal", IDM_DIGITAL
34   MENUITEM SEPARATOR
35   MENUITEM "&Fonte...", IDM_FONT
36   MENUITEM SEPARATOR
37   MENUITEM "&Sem barra de título", IDM_NOTITLE
38   MENUITEM SEPARATOR
39   MENUITEM "&Segundos", IDM_SECONDS
40   MENUITEM "&Data", IDM_DATE
41   MENUITEM SEPARATOR
42   MENUITEM "&Sempre visível", IDM_ONTOP
43  }
44  POPUP "&Informações" {
45   MENUITEM "&Licença...", IDM_LICENSE
46   MENUITEM "&SEM GARANTIA...", IDM_NOWARRANTY
47   MENUITEM "&Sobre Clock...", IDM_ABOUT
48  }
51 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
53 MAIN_MENU MENU 
55  POPUP "&Propriedades" {
56   MENUITEM "&Analógico", IDM_ANALOG
57   MENUITEM "Digi&tal", IDM_DIGITAL
58   MENUITEM SEPARATOR
59   MENUITEM "Tipo de &Letra...", IDM_FONT
60   MENUITEM SEPARATOR
61   MENUITEM "&Sem barra de título", IDM_NOTITLE
62   MENUITEM SEPARATOR
63   MENUITEM "&Segundos", IDM_SECONDS
64   MENUITEM "&Data", IDM_DATE
65   MENUITEM SEPARATOR
66   MENUITEM "&Sempre visível", IDM_ONTOP
67  }
68  POPUP "&Informações" {
69   MENUITEM "&Licença...", IDM_LICENSE
70   MENUITEM "&SEM GARANTIA...", IDM_NOWARRANTY
71   MENUITEM "&Acerca do Clock...", IDM_ABOUT
72  }
76 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
78 STRINGTABLE DISCARDABLE
80 IDS_CLOCK, "Relógio"