[NTVDM]
[reactos.git] / base / applications / winhlp32 / Tr.rc
1 /*
2 * Turkish Resources for Help Viewer
3 *
4 * Copyright 2006 Fatih Aþýcý <fasici@linux-sevenler.org>
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 "winhelp_res.h"
22
23 LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
24
25 /* Menu */
26
27 MAIN_MENU MENU
28 {
29 POPUP "&Dosya" {
30 MENUITEM "&Aç", MNID_FILE_OPEN
31 MENUITEM SEPARATOR
32 MENUITEM "Ya&zdýr", MNID_FILE_PRINT
33 MENUITEM "&Yazýcý ayarlarý...", MNID_FILE_SETUP
34 MENUITEM SEPARATOR
35 MENUITEM "&Çýkýþ", MNID_FILE_EXIT
36 }
37 POPUP "Dü&zen" {
38 MENUITEM "K&opyala...", MNID_EDIT_COPYDLG
39 MENUITEM SEPARATOR
40 MENUITEM "&Annotate...", MNID_EDIT_ANNOTATE
41 }
42 POPUP "Yer Ý&mleri" {
43 MENUITEM "&Tanýmla...", MNID_BKMK_DEFINE
44 }
45 POPUP "&Options" {
46 POPUP "Help always visible"
47 BEGIN
48 MENUITEM "Default", MNID_OPTS_HELP_DEFAULT
49 MENUITEM "Visible", MNID_OPTS_HELP_VISIBLE
50 MENUITEM "Non visible", MNID_OPTS_HELP_NONVISIBLE
51 END
52 MENUITEM "History", MNID_OPTS_HISTORY
53 POPUP "Fonts"
54 BEGIN
55 MENUITEM "Small", MNID_OPTS_FONTS_SMALL
56 MENUITEM "Normal", MNID_OPTS_FONTS_NORMAL
57 MENUITEM "Large", MNID_OPTS_FONTS_LARGE
58 END
59 MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS
60 }
61 POPUP "&Yardým" {
62 MENUITEM "&Yardým Kullanýmý", MNID_HELP_HELPON
63 MENUITEM "&Her Zaman Üstte", MNID_HELP_HELPTOP
64 MENUITEM SEPARATOR
65 MENUITEM "&Bilgi...", MNID_HELP_ABOUT
66 }
67 }
68
69 /* Strings */
70 STRINGTABLE
71 {
72 STID_WINE_HELP, "Wine Yardým"
73 STID_WHERROR, "HATA"
74 STID_WARNING, "UYARI"
75 STID_INFO, "Bilgi"
76 STID_NOT_IMPLEMENTED, "Henüz tamamlanmadý"
77 STID_HLPFILE_ERROR_s, "'%s' yardým dosyasý açýlýrken hata"
78 STID_INDEX, "&Ýçindekiler"
79 STID_CONTENTS, "Summary"
80 STID_BACK, "&Geri"
81 STID_ALL_FILES, "Tüm dosyalar (*.*)"
82 STID_HELP_FILES_HLP, "Yardým dosyalarý (*.hlp)"
83 STID_FILE_NOT_FOUND_s "Cannot find '%s'. Do you want to find this file yourself?"
84 STID_NO_RICHEDIT "Cannot find a richedit implementation... Aborting"
85 }