[TRANSLATIONS]
[reactos.git] / reactos / base / applications / winhlp32 / Tr.rc
1 /*
2 * Turkish Resources for ReactOS Winhlp32
3 *
4 * Copyrights: 2006 Fatih Aşıcı (fasici@linux-sevenler.org)
5 * 2013 Erdem Ersoy (eersoy93) (erdemersoy@live.com)
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20 */
21
22 #include "winhelp_res.h"
23
24 LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
25
26 /* Menu */
27
28 MAIN_MENU MENU
29 {
30 POPUP "&Kütük" {
31 MENUITEM "&Aç...", MNID_FILE_OPEN
32 MENUITEM SEPARATOR
33 MENUITEM "&Yazdır...", MNID_FILE_PRINT
34 MENUITEM "Ya&zıcı Ayarları...", MNID_FILE_SETUP
35 MENUITEM SEPARATOR
36 MENUITEM "&Çıkış", MNID_FILE_EXIT
37 }
38 POPUP "&Düzen" {
39 MENUITEM "&Çoğalt", MNID_EDIT_COPYDLG
40 MENUITEM SEPARATOR
41 MENUITEM "&Hâşiye Ekle...", MNID_EDIT_ANNOTATE
42 }
43 POPUP "Y&er İmleri" {
44 MENUITEM "&Düzenle...", MNID_BKMK_DEFINE
45 }
46 POPUP "&Seçenekler" {
47 POPUP "&Her Zaman Üstte Olma"
48 BEGIN
49 MENUITEM "&Ön Tanımlı", MNID_OPTS_HELP_DEFAULT
50 MENUITEM "&Evet", MNID_OPTS_HELP_VISIBLE
51 MENUITEM "&Hayır", MNID_OPTS_HELP_NONVISIBLE
52 END
53 MENUITEM "&Geçmiş", MNID_OPTS_HISTORY
54 POPUP "&Metin Boyutu"
55 BEGIN
56 MENUITEM "&Küçük", MNID_OPTS_FONTS_SMALL
57 MENUITEM "&Orta", MNID_OPTS_FONTS_NORMAL
58 MENUITEM "&Büyük", MNID_OPTS_FONTS_LARGE
59 END
60 MENUITEM "&Dizge Renklerini Kullan", MNID_OPTS_SYSTEM_COLORS
61 }
62 POPUP "&Yardım" {
63 MENUITEM "&Yardım Konuları", MNID_HELP_HELPON
64 MENUITEM "H&er Zaman Üstte", MNID_HELP_HELPTOP
65 MENUITEM SEPARATOR
66 MENUITEM "&Hakkında", MNID_HELP_ABOUT
67 }
68 }
69
70 /* Strings */
71 STRINGTABLE
72 {
73 STID_WINE_HELP, "Yardım Kütüğü Görüntüleyicisi"
74 STID_WHERROR, "YANLIŞLIK"
75 STID_WARNING, "UYARI"
76 STID_INFO, "Bilgi"
77 STID_NOT_IMPLEMENTED, "Daha bitirilmemiştir."
78 STID_HLPFILE_ERROR_s, "%s kütüğü açılırken bir yanlışlık oluştu."
79 STID_INDEX, "D&izin"
80 STID_CONTENTS, "İ&çindekiler"
81 STID_BACK, "&Geri"
82 STID_ALL_FILES, "Tüm Kütükler (*.*)"
83 STID_HELP_FILES_HLP, "Yardım Kütükleri (*.hlp)"
84 STID_FILE_NOT_FOUND_s, "%s kütüğü bulunamıyor. Bu kütüğü kendiniz bulmak istiyor musunuz?"
85 STID_NO_RICHEDIT, "Zengin metin kitaplığı bulunamadı."
86 }