winetest: Add a trace in the log when skipping a subtest.
[wine] / programs / clock / Sr.rc
1 /*
2  * Clock (Serbian resources)
3  *
4  * Copyright 1998 Marcel Baur <mbaur@g26.ethz.ch>
5  * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
6  * Copyright 2010 Đorđe Vasiljević
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21  */
22
23 #include "clock_res.h"
24
25 #pragma code_page(65001)
26
27 LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
28
29 MAIN_MENU MENU
30 {
31  POPUP "&Својства" {
32   MENUITEM "&Аналогни", IDM_ANALOG
33   MENUITEM "&Дигитални", IDM_DIGITAL
34   MENUITEM SEPARATOR
35   MENUITEM "&Фонт...", IDM_FONT
36   MENUITEM SEPARATOR
37   MENUITEM "&Без насловне палете", IDM_NOTITLE
38   MENUITEM SEPARATOR
39   MENUITEM "&Секунде", IDM_SECONDS
40   MENUITEM "&Датум", IDM_DATE
41   MENUITEM SEPARATOR
42   MENUITEM "&Увек на врху", IDM_ONTOP
43  }
44  POPUP "&Подаци" {
45   MENUITEM "&О часовнику...", IDM_ABOUT
46  }
47 }
48
49 STRINGTABLE
50 {
51 IDS_CLOCK, "Часовник"
52 }
53
54 LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
55
56 MAIN_MENU MENU
57 {
58  POPUP "&Svojstva" {
59   MENUITEM "&Analogni", IDM_ANALOG
60   MENUITEM "&Digitalni", IDM_DIGITAL
61   MENUITEM SEPARATOR
62   MENUITEM "&Font...", IDM_FONT
63   MENUITEM SEPARATOR
64   MENUITEM "&Bez naslovne palete", IDM_NOTITLE
65   MENUITEM SEPARATOR
66   MENUITEM "&Sekunde", IDM_SECONDS
67   MENUITEM "&Datum", IDM_DATE
68   MENUITEM SEPARATOR
69   MENUITEM "&Uvek na vrhu", IDM_ONTOP
70  }
71  POPUP "&Podaci" {
72   MENUITEM "&O časovniku...", IDM_ABOUT
73  }
74 }
75
76 STRINGTABLE
77 {
78 IDS_CLOCK, "Časovnik"
79 }