Update the address of the Free Software Foundation.
[wine] / programs / clock / Sk.rc
1 /*
2  * Clock (Slovak resources)
3  *
4  * Copyright 1998 Marcel Baur <mbaur@g26.ethz.ch>
5  * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
6  * FIXME: Weak translation !
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21  */
22
23 MAIN_MENU MENU LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
24 {
25  POPUP "&Vlastnosti" {
26   MENUITEM "Ana&lógové", IDM_ANALOG
27   MENUITEM "Digi&tálne", IDM_DIGITAL
28   MENUITEM SEPARATOR
29   MENUITEM "&Font...", IDM_FONT
30   MENUITEM SEPARATOR
31   MENUITEM "&Bez titulkového pruhu", IDM_NOTITLE
32   MENUITEM SEPARATOR
33   MENUITEM "&Sekundy", IDM_SECONDS
34   MENUITEM "&Dátum", IDM_DATE
35   MENUITEM SEPARATOR
36   MENUITEM "&V\9edy na vrchu", IDM_ONTOP
37  }
38  POPUP "Inf&o" {
39   MENUITEM "&Licencia...", IDM_LICENSE
40   MENUITEM "&BEZ ZÁRUKY...", IDM_NOWARRANTY
41   MENUITEM "&O hodinách...", IDM_ABOUT
42  }
43 }
44
45 STRINGTABLE DISCARDABLE LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
46 {
47 IDS_CLOCK, "Hodiny"
48 }