push e192bb520602d382266a06da0afa2bc264f099d0
[wine/hacks.git] / programs / clock / Sv.rc
blob732435c9ba486e92fc2acac49ffb0b29a971f5ec
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 #include "clock_res.h"
23 LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
25 MAIN_MENU MENU
27  POPUP "&Egenskaper" {
28   MENUITEM "Ana&log", IDM_ANALOG
29   MENUITEM "Digi&tal", IDM_DIGITAL
30   MENUITEM SEPARATOR
31   MENUITEM "&Typsnitt...", IDM_FONT
32   MENUITEM SEPARATOR
33   MENUITEM "&Utan titellist", IDM_NOTITLE
34   MENUITEM SEPARATOR
35   MENUITEM "&Sekunder", IDM_SECONDS
36   MENUITEM "&Datum", IDM_DATE
37   MENUITEM SEPARATOR
38   MENUITEM "&Alltid överst", IDM_ONTOP
39  }
40  POPUP "Inf&o" {
41   MENUITEM "&Licens...", IDM_LICENSE
42   MENUITEM "&INGEN GARANTI...", IDM_NOWARRANTY
43   MENUITEM "&Om Klocka...", IDM_ABOUT
44  }
47 STRINGTABLE DISCARDABLE
49 IDS_CLOCK, "Klocka"
52 STRINGTABLE DISCARDABLE LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
54 IDS_LICENSE_CAPTION,            "LICENS"
55 IDS_LICENSE,
56 "Detta program är fri programvara. Du kan distribuera det och/eller \
57 modifiera det under villkoren i GNU General Public License, publicerad \
58 av Free Software Foundation, antingen version 2.1 eller (om du så vill) \
59 någon senare version. Detta program distribueras i hopp om att det ska \
60 vara användbart,men UTAN NÅGON SOM HELST GARANTI, även utan \
61 underförstådd garanti om SÄLJBARHET eller LÄMPLIGHET FÖR NÅGOT \
62 SPECIELLT ÄNDAMÅL. Se GNU General Public License för ytterligare \
63 information.\n\
64 Du bör ha fått en kopia av GNU General Public License tillsammans \
65 med detta program. Om inte, skriv till Free Software Foundation, \
66 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA"
68 IDS_WARRANTY_CAPTION, "INGEN GARANTI"
69 IDS_WARRANTY,
70 "Detta program distribueras i hopp om att det ska vara användbart, \
71 men UTAN NÅGON SOM HELST GARANTI, även utan underförstådd garanti \
72 om SÄLJBARHET eller LÄMPLIGHET FÖR NÅGOT SPECIELLT ÄNDAMÅL. \
73 Se GNU General Public License för ytterligare information."