Nl.rc 1.4 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/*
 * Clock (Dutch resources)
 *
 * Copyright 2003 Hans Leidekker
 *
 * 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
18
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 20 21 22 23 24 25
 */

LANGUAGE LANG_DUTCH, SUBLANG_DEFAULT

MAIN_MENU MENU 
{
 POPUP "&Eigenschappen" {
26 27
  MENUITEM "&Analoog", IDM_ANALOG
  MENUITEM "&Digitaal", IDM_DIGITAL
28
  MENUITEM SEPARATOR
29
  MENUITEM "&Lettertype...", IDM_FONT
30
  MENUITEM SEPARATOR
31
  MENUITEM "&Zonder titelbalk", IDM_NOTITLE
32
  MENUITEM SEPARATOR
33 34
  MENUITEM "&Seconden", IDM_SECONDS
  MENUITEM "Da&tum", IDM_DATE
35 36
  MENUITEM SEPARATOR
  MENUITEM "&Altijd op de voorgrond", IDM_ONTOP
37
 }
38 39 40 41
 POPUP "Inf&o" {
  MENUITEM "&Licentie...", IDM_LICENSE
  MENUITEM "&GEEN GARANTIE...", IDM_NOWARRANTY
  MENUITEM "&Over Klok...", IDM_ABOUT
42 43 44 45 46
 }
}

STRINGTABLE DISCARDABLE
{
47
IDS_CLOCK, "Klok"
48
}