Sweden-Number/programs/clock/Si.rc

77 lines
2.6 KiB
Plaintext
Raw Normal View History

2002-08-30 02:00:01 +02:00
/*
* Clock (Slovenian resources)
*
2008-04-07 20:42:43 +02:00
* Copyright 2002, 2003, 2008 Rok Mandeljc
2002-08-30 02:00:01 +02:00
*
* 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
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
2002-08-30 02:00:01 +02:00
*/
2008-04-07 20:42:43 +02:00
#pragma code_page(65001)
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
MAIN_MENU MENU
2002-08-30 02:00:01 +02:00
{
POPUP "&Lastnosti" {
MENUITEM "Ana&logna ura", IDM_ANALOG
MENUITEM "Digi&talna ura", IDM_DIGITAL
2002-08-30 02:00:01 +02:00
MENUITEM SEPARATOR
MENUITEM "&Pisava ...", IDM_FONT
2002-08-30 02:00:01 +02:00
MENUITEM SEPARATOR
MENUITEM "&Brez naslovne vrstice", IDM_NOTITLE
2002-08-30 02:00:01 +02:00
MENUITEM SEPARATOR
MENUITEM "&Sekunde", IDM_SECONDS
MENUITEM "&Datum", IDM_DATE
MENUITEM SEPARATOR
MENUITEM "&Vedno na vrhu", IDM_ONTOP
2002-08-30 02:00:01 +02:00
}
2008-04-07 20:42:43 +02:00
POPUP "Inf&ormacije" {
MENUITEM "&Licenčna pogodba ...", IDM_LICENSE
MENUITEM "&BREZ GARANCIJE ...", IDM_NOWARRANTY
MENUITEM "&O Uri...", IDM_ABOUT
2002-08-30 02:00:01 +02:00
}
}
2008-04-07 20:42:43 +02:00
STRINGTABLE DISCARDABLE
2002-08-30 02:00:01 +02:00
{
IDS_CLOCK, "Ura"
2002-08-30 02:00:01 +02:00
}
2008-04-07 20:42:43 +02:00
STRINGTABLE DISCARDABLE LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
{
IDS_LICENSE_CAPTION, "LICENČNA POGODBA"
IDS_LICENSE,
"This program is free software; you can redistribute it and/or \
2008-04-07 20:42:43 +02:00
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.\n\
This program is distributed in the hope that it will be useful, \
2008-04-07 20:42:43 +02:00
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.\n\
You should have received a copy of the GNU Lesser General Public \
License along with this program; if not, write to the Free Software \
2008-04-07 20:42:43 +02:00
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA"
IDS_WARRANTY_CAPTION, "BREZ GARANCIJE"
IDS_WARRANTY,
"This program is distributed in the hope that it will be useful, \
2008-04-07 20:42:43 +02:00
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."
}
#pragma code_page(default)