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 */
20
21 #include "clock_res.h"
22
23 LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
24
25 MAIN_MENU MENU
26 {
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 }
45 }
46
47 STRINGTABLE DISCARDABLE
48 {
49 IDS_CLOCK, "Saat"
50 }
51
52 STRINGTABLE DISCARDABLE LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
53 {
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"
67
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."
74 }
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.