server: Make the fd passing code slightly more portable.
[wine] / programs / clock / Pt.rc
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  */
24
25 #include "clock_res.h"
26
27 #pragma code_page(65001)
28
29 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
30
31 MAIN_MENU MENU 
32 {
33  POPUP "&Propriedades" {
34   MENUITEM "&Analógico", IDM_ANALOG
35   MENUITEM "Digi&tal", IDM_DIGITAL
36   MENUITEM SEPARATOR
37   MENUITEM "&Fonte...", IDM_FONT
38   MENUITEM SEPARATOR
39   MENUITEM "&Sem barra de título", IDM_NOTITLE
40   MENUITEM SEPARATOR
41   MENUITEM "&Segundos", IDM_SECONDS
42   MENUITEM "&Data", IDM_DATE
43   MENUITEM SEPARATOR
44   MENUITEM "&Sempre visível", IDM_ONTOP
45  }
46  POPUP "&Informações" {
47   MENUITEM "&Sobre Clock...", IDM_ABOUT
48  }
49 }
50
51 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
52
53 MAIN_MENU MENU 
54 {
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 "&Acerca do Clock...", IDM_ABOUT
70  }
71 }
72
73
74 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
75
76 STRINGTABLE
77 {
78 IDS_CLOCK, "Relógio"
79 }