gdi32/tests: GetTextFaceA called with a NULL buffer returns 0 on win98 and winMe.
[wine/wine-gecko.git] / programs / clock / Sv.rc
blob6267c5af76413f6949741a2c572a4505be91dd42
1 /*
2  * Clock (Swedish resources)
3  *
4  * Copyright 2007, 2008 Daniel Nylander
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * 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  */
21 LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
23 MAIN_MENU MENU
25  POPUP "&Egenskaper" {
26   MENUITEM "Ana&log", IDM_ANALOG
27   MENUITEM "Digi&tal", IDM_DIGITAL
28   MENUITEM SEPARATOR
29   MENUITEM "&Typsnitt...", IDM_FONT
30   MENUITEM SEPARATOR
31   MENUITEM "&Utan titellist", IDM_NOTITLE
32   MENUITEM SEPARATOR
33   MENUITEM "&Sekunder", IDM_SECONDS
34   MENUITEM "&Datum", IDM_DATE
35   MENUITEM SEPARATOR
36   MENUITEM "&Alltid överst", IDM_ONTOP
37  }
38  POPUP "Inf&o" {
39   MENUITEM "&Licens...", IDM_LICENSE
40   MENUITEM "&INGEN GARANTI...", IDM_NOWARRANTY
41   MENUITEM "&Om Klocka...", IDM_ABOUT
42  }
45 STRINGTABLE DISCARDABLE
47 IDS_CLOCK, "Klocka"
50 STRINGTABLE DISCARDABLE LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
52 IDS_LICENSE_CAPTION,            "LICENS"
53 IDS_LICENSE,
54 "Detta program är fri programvara. Du kan distribuera det och/eller \
55 modifiera det under villkoren i GNU General Public License, publicerad \
56 av Free Software Foundation, antingen version 2.1 eller (om du så vill) \
57 någon senare version. Detta program distribueras i hopp om att det ska \
58 vara användbart,men UTAN NÅGON SOM HELST GARANTI, även utan \
59 underförstådd garanti om SÄLJBARHET eller LÄMPLIGHET FÖR NÅGOT \
60 SPECIELLT ÄNDAMÅL. Se GNU General Public License för ytterligare \
61 information.\n\
62 Du bör ha fått en kopia av GNU General Public License tillsammans \
63 med detta program. Om inte, skriv till Free Software Foundation, \
64 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA"
66 IDS_WARRANTY_CAPTION, "INGEN GARANTI"
67 IDS_WARRANTY,
68 "Detta program distribueras i hopp om att det ska vara användbart, \
69 men UTAN NÅGON SOM HELST GARANTI, även utan underförstådd garanti \
70 om SÄLJBARHET eller LÄMPLIGHET FÖR NÅGOT SPECIELLT ÄNDAMÅL. \
71 Se GNU General Public License för ytterligare information."