Sweden-Number/programs/clock/Sk.rc

49 lines
1.5 KiB
Plaintext
Raw Normal View History

/*
2002-03-27 22:17:01 +01:00
* Clock (Slovak resources)
*
* Copyright 1998 Marcel Baur <mbaur@g26.ethz.ch>
2002-03-27 22:17:01 +01:00
* Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
* FIXME: Weak translation !
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
MAIN_MENU MENU LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
2002-03-27 22:17:01 +01:00
{
POPUP "&Vlastnosti" {
MENUITEM "Ana&l<>gov<6F>", IDM_ANALOG
MENUITEM "Digi&t<>lne", IDM_DIGITAL
2002-03-27 22:17:01 +01:00
MENUITEM SEPARATOR
MENUITEM "&Font...", IDM_FONT
2002-03-27 22:17:01 +01:00
MENUITEM SEPARATOR
MENUITEM "&Bez titulkov<6F>ho pruhu", IDM_NOTITLE
2002-03-27 22:17:01 +01:00
MENUITEM SEPARATOR
MENUITEM "&Sekundy", IDM_SECONDS
MENUITEM "&D<>tum", IDM_DATE
MENUITEM SEPARATOR
MENUITEM "&V<>dy na vrchu", IDM_ONTOP
2002-03-27 22:17:01 +01:00
}
POPUP "Inf&o" {
MENUITEM "&Licencia...", IDM_LICENSE
MENUITEM "&BEZ Z<>RUKY...", IDM_NOWARRANTY
MENUITEM "&O hodin<69>ch...", IDM_ABOUT
2002-03-27 22:17:01 +01:00
}
2002-06-01 04:55:48 +02:00
}
2002-03-27 22:17:01 +01:00
STRINGTABLE DISCARDABLE LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
2002-03-27 22:17:01 +01:00
{
IDS_CLOCK, "Hodiny"
2002-03-27 22:17:01 +01:00
}