2 * Clock (Slovenian resources)
4 * Copyright 2002, 2003, 2008 Rok Mandeljc
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.
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.
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
21 #pragma code_page(65001)
23 LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
28 MENUITEM "Ana&logna ura", IDM_ANALOG
29 MENUITEM "Digi&talna ura", IDM_DIGITAL
31 MENUITEM "&Pisava ...", IDM_FONT
33 MENUITEM "&Brez naslovne vrstice", IDM_NOTITLE
35 MENUITEM "&Sekunde", IDM_SECONDS
36 MENUITEM "&Datum", IDM_DATE
38 MENUITEM "&Vedno na vrhu", IDM_ONTOP
40 POPUP "Inf&ormacije" {
41 MENUITEM "&Licenčna pogodba ...", IDM_LICENSE
42 MENUITEM "&BREZ GARANCIJE ...", IDM_NOWARRANTY
43 MENUITEM "&O Uri ...", IDM_ABOUT
47 STRINGTABLE DISCARDABLE
52 STRINGTABLE DISCARDABLE LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
54 IDS_LICENSE_CAPTION, "LICENČNA POGODBA"
56 "This program is free software; you can redistribute it and/or \
57 modify it under the terms of the GNU Lesser General Public \
58 License as published by the Free Software Foundation; either \
59 version 2.1 of the License, or (at your option) any later version.\n\
60 This program is distributed in the hope that it will be useful, \
61 but WITHOUT ANY WARRANTY; without even the implied warranty of \
62 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU \
63 Lesser General Public License for more details.\n\
64 You should have received a copy of the GNU Lesser General Public \
65 License along with this program; if not, write to the Free Software \
66 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA"
68 IDS_WARRANTY_CAPTION, "BREZ GARANCIJE"
70 "This program is distributed in the hope that it will be useful, \
71 but WITHOUT ANY WARRANTY; without even the implied warranty of \
72 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU \
73 Lesser General Public License for more details."
76 #pragma code_page(default)