Sw.rc 1.56 KB
Newer Older
Alexandre Julliard's avatar
Alexandre Julliard committed
1 2 3 4
/*
 * Clock (Swedish resources)
 *
 * Copyright 1998 Marcel Baur <mbaur@g26.ethz.ch>
5
 * Translated into Swedish by Karl Backstrm <karl_b@geocities.com>
6
 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
7 8 9 10 11 12 13 14 15 16 17 18 19 20
 *
 * 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
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
Alexandre Julliard's avatar
Alexandre Julliard committed
21 22
 */

23
MAIN_MENU MENU LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
24 25
{
 POPUP "&Egenskaper" {
26 27
  MENUITEM "Ana&log", IDM_ANALOG
  MENUITEM "Digi&tal", IDM_DIGITAL
28
  MENUITEM SEPARATOR
29
  MENUITEM "&Font...", IDM_FONT
30
  MENUITEM SEPARATOR
31
  MENUITEM "&Utan Titlebar", IDM_NOTITLE
32
  MENUITEM SEPARATOR
33 34
  MENUITEM "&Sekunder", IDM_SECONDS
  MENUITEM "&Datum", IDM_DATE
35 36
  MENUITEM SEPARATOR
  MENUITEM "&Alltid verst", IDM_ONTOP
37
 }
38 39 40 41
 POPUP "Inf&o" {
  MENUITEM "&Licens...", IDM_LICENSE
  MENUITEM "&INGEN GARANTI...", IDM_NOWARRANTY
  MENUITEM "&Om Klockan...", IDM_ABOUT
42
 }
43
}
44

45
STRINGTABLE DISCARDABLE LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
46
{
47
IDS_CLOCK, "Klockan"
48
}