Pt.rc 2.22 KB
Newer Older
1
/*
2 3
 * Clock
 * 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 Amrico Jos Melo
9 10 11 12 13 14 15 16 17 18 19 20 21
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * 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 31
  MENUITEM "&Analgico", IDM_ANALOG
  MENUITEM "Digi&tal", IDM_DIGITAL
32
  MENUITEM SEPARATOR
33
  MENUITEM "&Fonte...", IDM_FONT
34
  MENUITEM SEPARATOR
35
  MENUITEM "&Sem barra de ttulo", IDM_NOTITLE
36
  MENUITEM SEPARATOR
37 38
  MENUITEM "&Segundos", IDM_SECONDS
  MENUITEM "&Data", IDM_DATE
39 40
  MENUITEM SEPARATOR
  MENUITEM "&Sempre visvel", IDM_ONTOP
41
 }
42 43 44 45
 POPUP "&Informaes" {
  MENUITEM "&Licena...", IDM_LICENSE
  MENUITEM "&SEM GARANTIA...", IDM_NOWARRANTY
  MENUITEM "&Sobre Clock...", IDM_ABOUT
46
 }
47
}
48

49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE

MAIN_MENU MENU 
{
 POPUP "&Propriedades" {
  MENUITEM "&Analgico", IDM_ANALOG
  MENUITEM "Digi&tal", IDM_DIGITAL
  MENUITEM SEPARATOR
  MENUITEM "Tipo de &Letra...", IDM_FONT
  MENUITEM SEPARATOR
  MENUITEM "&Sem barra de ttulo", IDM_NOTITLE
  MENUITEM SEPARATOR
  MENUITEM "&Segundos", IDM_SECONDS
  MENUITEM "&Data", IDM_DATE
  MENUITEM SEPARATOR
  MENUITEM "&Sempre visvel", IDM_ONTOP
 }
 POPUP "&Informaes" {
  MENUITEM "&Licena...", IDM_LICENSE
  MENUITEM "&SEM GARANTIA...", IDM_NOWARRANTY
  MENUITEM "&Acerca do Clock...", IDM_ABOUT
 }
}


LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL

76
STRINGTABLE DISCARDABLE
77
{
78
IDS_CLOCK, "Relgio"
79
}