Thai translation of notepad. Fix spelling in clock translations.
[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  *
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  */
23
24 LANGUAGE LANG_PORTUGUESE, SUBLANG_DEFAULT
25
26 MAIN_MENU MENU 
27 {
28  POPUP "&Propriedades" {
29   MENUITEM "&Analógico", 0x100
30   MENUITEM "Digi&tal", 0x101
31   MENUITEM SEPARATOR
32   MENUITEM "&Fonte...", 0x103
33   MENUITEM SEPARATOR
34   MENUITEM "&Sem barra de título", 0x105
35   MENUITEM SEPARATOR
36   MENUITEM "&Segundos", 0x107
37   MENUITEM "&Data", 0x108
38  }
39  POPUP "&Informações..." {
40   MENUITEM "&Licença", 0x109
41   MENUITEM "&SEM GARANTIA", 0x10A
42   MENUITEM "&Sobre Clock...", 0x10B
43  }
44 }
45
46 STRINGTABLE DISCARDABLE
47 {
48 CLOCK,          "Relógio"
49 MENU_ON_TOP,    "&Sempre visível"
50 }