Si.rc 1.49 KB
Newer Older
1 2 3
/*
 * Clock (Slovenian resources)
 *
4
 * Copyright 2002-2003 Rok Mandeljc <rok.mandeljc@gimb.org>
5 6 7 8 9 10 11 12 13 14 15 16 17
 *
 * 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
18
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 20 21 22 23
 */

MAIN_MENU MENU LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
{
 POPUP "&Lastnosti" {
24 25
  MENUITEM "Ana&logna ura", IDM_ANALOG
  MENUITEM "Digi&talna ura", IDM_DIGITAL
26
  MENUITEM SEPARATOR
27
  MENUITEM "&Pisava ...", IDM_FONT
28
  MENUITEM SEPARATOR
29
  MENUITEM "&Brez naslovne vrstice", IDM_NOTITLE
30
  MENUITEM SEPARATOR
31 32
  MENUITEM "&Sekunde", IDM_SECONDS
  MENUITEM "&Datum", IDM_DATE
33 34
  MENUITEM SEPARATOR
  MENUITEM "&Vedno na vrhu", IDM_ONTOP
35
 }
36 37 38 39
 POPUP "Inf&ormacije " {
  MENUITEM "&Licenna pogodba...", IDM_LICENSE
  MENUITEM "&BREZ GARANCIJE...", IDM_NOWARRANTY
  MENUITEM "&O Uri...", IDM_ABOUT
40 41 42 43 44
 }
}

STRINGTABLE DISCARDABLE LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
{
45
IDS_CLOCK, "Ura"
46
}