Fix the resources to remove extraneous spaces in '...'.
[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 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
26
27 MAIN_MENU MENU 
28 {
29  POPUP "&Propriedades" {
30   MENUITEM "&Analógico", IDM_ANALOG
31   MENUITEM "Digi&tal", IDM_DIGITAL
32   MENUITEM SEPARATOR
33   MENUITEM "&Fonte...", IDM_FONT
34   MENUITEM SEPARATOR
35   MENUITEM "&Sem barra de título", IDM_NOTITLE
36   MENUITEM SEPARATOR
37   MENUITEM "&Segundos", IDM_SECONDS
38   MENUITEM "&Data", IDM_DATE
39   MENUITEM SEPARATOR
40   MENUITEM "&Sempre visível", IDM_ONTOP
41  }
42  POPUP "&Informações" {
43   MENUITEM "&Licença...", IDM_LICENSE
44   MENUITEM "&SEM GARANTIA...", IDM_NOWARRANTY
45   MENUITEM "&Sobre Clock...", IDM_ABOUT
46  }
47 }
48
49 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
50
51 MAIN_MENU MENU 
52 {
53  POPUP "&Propriedades" {
54   MENUITEM "&Analógico", IDM_ANALOG
55   MENUITEM "Digi&tal", IDM_DIGITAL
56   MENUITEM SEPARATOR
57   MENUITEM "Tipo de &Letra...", IDM_FONT
58   MENUITEM SEPARATOR
59   MENUITEM "&Sem barra de título", IDM_NOTITLE
60   MENUITEM SEPARATOR
61   MENUITEM "&Segundos", IDM_SECONDS
62   MENUITEM "&Data", IDM_DATE
63   MENUITEM SEPARATOR
64   MENUITEM "&Sempre visível", IDM_ONTOP
65  }
66  POPUP "&Informações" {
67   MENUITEM "&Licença...", IDM_LICENSE
68   MENUITEM "&SEM GARANTIA...", IDM_NOWARRANTY
69   MENUITEM "&Acerca do Clock...", IDM_ABOUT
70  }
71 }
72
73
74 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
75
76 STRINGTABLE DISCARDABLE
77 {
78 IDS_CLOCK, "Relógio"
79 }