shell32: Improve some FIXMEs.
[wine/multimedia.git] / programs / clock / Tr.rc
blob0c514aa6b409bfdf3619ae4f865adcdfa273eb7a
1 /*
2  * Clock (Turkish resources)
3  *
4  * Copyright 2006 Fatih Aþýcý <fatih.asici@gmail.com>
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * 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  */
21 #include "clock_res.h"
23 LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
25 MAIN_MENU MENU 
27  POPUP "&Özellikler" {
28   MENUITEM "Ana&log", IDM_ANALOG
29   MENUITEM "Sa&yýsal", IDM_DIGITAL
30   MENUITEM SEPARATOR
31   MENUITEM "&Yazý Tipi...", IDM_FONT
32   MENUITEM SEPARATOR
33   MENUITEM "&Baþlýk Çubuðunu Kaldýr", IDM_NOTITLE
34   MENUITEM SEPARATOR
35   MENUITEM "&Saniyeler", IDM_SECONDS
36   MENUITEM "&Tarih", IDM_DATE
37   MENUITEM SEPARATOR
38   MENUITEM "&Her zaman üstte", IDM_ONTOP
39  }
40  POPUP "B&ilgi" {
41   MENUITEM "&Lisans...", IDM_LICENSE
42   MENUITEM "&GARANTÝ YOK...", IDM_NOWARRANTY
43   MENUITEM "&Saat Hakkýnda...", IDM_ABOUT
44  }
47 STRINGTABLE DISCARDABLE
49 IDS_CLOCK, "Saat"
52 STRINGTABLE DISCARDABLE LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
54 IDS_LICENSE_CAPTION,            "LÝSANS"
55 IDS_LICENSE,
56 "This program is free software; you can redistribute it and/or \
57 modify it under the terms of the GNU Lesser General Public \
58 License as published by the Free Software Foundation; either \
59 version 2.1 of the License, or (at your option) any later version.\n\
60 This program is distributed in the hope that it will be useful, \
61 but WITHOUT ANY WARRANTY; without even the implied warranty of \
62 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU \
63 Lesser General Public License for more details.\n\
64 You should have received a copy of the GNU Lesser General Public \
65 License along with this program; if not, write to the Free Software \
66 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA"
68 IDS_WARRANTY_CAPTION, "GARANTÝSÝZDÝR"
69 IDS_WARRANTY,
70 "This program is distributed in the hope that it will be useful, \
71 but WITHOUT ANY WARRANTY; without even the implied warranty of \
72 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU \
73 Lesser General Public License for more details."