Fi.rc 1.5 KB
Newer Older
1 2 3 4
/*
 * Clock (Finnish resources)
 *
 * Copyright 1999 Jukka Iivonen
5
 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
6 7 8 9 10 11 12 13 14 15 16 17 18
 *
 * 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
19
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20 21
 */

22
MAIN_MENU MENU LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
23 24
{
 POPUP "&Ominaisuudet" {
25 26
  MENUITEM "&Analoginen", IDM_ANALOG
  MENUITEM "Di&gitaalinen", IDM_DIGITAL
27
  MENUITEM SEPARATOR
28
  MENUITEM "&Fontti...", IDM_FONT
29
  MENUITEM SEPARATOR
30
  MENUITEM "&Ilman otsikkopalkkia", IDM_NOTITLE
31
  MENUITEM SEPARATOR
32 33
  MENUITEM "&Sekunnit", IDM_SECONDS
  MENUITEM "&Pivmr", IDM_DATE
34 35
  MENUITEM SEPARATOR
  MENUITEM "&Aina pllimmisen", IDM_ONTOP
36
 }
37 38 39 40
 POPUP "Inf&o" {
  MENUITEM "&Lisenssi...", IDM_LICENSE
  MENUITEM "&EI TAKUUTA...", IDM_NOWARRANTY
  MENUITEM "&Kellosta...", IDM_ABOUT
41
 }
42
}
43

44
STRINGTABLE DISCARDABLE LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
45
{
46
IDS_CLOCK, "Kello"
47
}