diff --git a/programs/clock/Makefile.in b/programs/clock/Makefile.in index db863c7b0a7..f77c8316546 100644 --- a/programs/clock/Makefile.in +++ b/programs/clock/Makefile.in @@ -30,6 +30,7 @@ RC_SRCS = \ Ru.rc \ Si.rc \ Sk.rc \ + Sr.rc \ Sv.rc \ Th.rc \ Tr.rc \ diff --git a/programs/clock/Sr.rc b/programs/clock/Sr.rc new file mode 100644 index 00000000000..a3d2526be45 --- /dev/null +++ b/programs/clock/Sr.rc @@ -0,0 +1,79 @@ +/* + * Clock (Serbian resources) + * + * Copyright 1998 Marcel Baur + * Copyright 2002 Sylvain Petreolle + * Copyright 2010 Đorđe Vasiljević + * + * 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 + */ + +#include "clock_res.h" + +#pragma code_page(65001) + +LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC + +MAIN_MENU MENU +{ + POPUP "&Својства" { + MENUITEM "&Аналогни", IDM_ANALOG + MENUITEM "&Дигитални", IDM_DIGITAL + MENUITEM SEPARATOR + MENUITEM "&Фонт...", IDM_FONT + MENUITEM SEPARATOR + MENUITEM "&Без насловне палете", IDM_NOTITLE + MENUITEM SEPARATOR + MENUITEM "&Секунде", IDM_SECONDS + MENUITEM "&Датум", IDM_DATE + MENUITEM SEPARATOR + MENUITEM "&Увек на врху", IDM_ONTOP + } + POPUP "&Подаци" { + MENUITEM "&О часовнику...", IDM_ABOUT + } +} + +STRINGTABLE +{ +IDS_CLOCK, "Часовник" +} + +LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN + +MAIN_MENU MENU +{ + POPUP "&Svojstva" { + MENUITEM "&Analogni", IDM_ANALOG + MENUITEM "&Digitalni", IDM_DIGITAL + MENUITEM SEPARATOR + MENUITEM "&Font...", IDM_FONT + MENUITEM SEPARATOR + MENUITEM "&Bez naslovne palete", IDM_NOTITLE + MENUITEM SEPARATOR + MENUITEM "&Sekunde", IDM_SECONDS + MENUITEM "&Datum", IDM_DATE + MENUITEM SEPARATOR + MENUITEM "&Uvek na vrhu", IDM_ONTOP + } + POPUP "&Podaci" { + MENUITEM "&O časovniku...", IDM_ABOUT + } +} + +STRINGTABLE +{ +IDS_CLOCK, "Časovnik" +}