* Sync up to trunk HEAD (r62285). Branch guys deserve the significant speedups too ;)
[reactos.git] / base / applications / winhlp32 / lang / Tr.rc
1 /*
2 * Turkish Resources for ReactOS Winhlp32
3 *
4 * Copyrights: 2006 - Fatih Aşıcı (fasici@linux-sevenler.org), 2013 - Erdem Ersoy (eersoy93) (erdemersoy@live.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 LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
22
23 /* Menu */
24
25 MAIN_MENU MENU
26 {
27 POPUP "&Kütük" {
28 MENUITEM "&Aç...", MNID_FILE_OPEN
29 MENUITEM SEPARATOR
30 MENUITEM "&Yazdır...", MNID_FILE_PRINT
31 MENUITEM "Ya&zıcı Ayarları...", MNID_FILE_SETUP
32 MENUITEM SEPARATOR
33 MENUITEM "&Çıkış", MNID_FILE_EXIT
34 }
35 POPUP "&Düzen" {
36 MENUITEM "&Çoğalt", MNID_EDIT_COPYDLG
37 MENUITEM SEPARATOR
38 MENUITEM "&Hâşiye Ekle...", MNID_EDIT_ANNOTATE
39 }
40 POPUP "Y&er İmleri" {
41 MENUITEM "&Düzenle...", MNID_BKMK_DEFINE
42 }
43 POPUP "&Seçenekler" {
44 POPUP "&Her Zaman Üstte Olma"
45 BEGIN
46 MENUITEM "&Öntanımlı", MNID_OPTS_HELP_DEFAULT
47 MENUITEM "&Evet", MNID_OPTS_HELP_VISIBLE
48 MENUITEM "&Hayır", MNID_OPTS_HELP_NONVISIBLE
49 END
50 MENUITEM "&Geçmiş", MNID_OPTS_HISTORY
51 POPUP "&Metin Boyutu"
52 BEGIN
53 MENUITEM "&Küçük", MNID_OPTS_FONTS_SMALL
54 MENUITEM "&Orta", MNID_OPTS_FONTS_NORMAL
55 MENUITEM "&Büyük", MNID_OPTS_FONTS_LARGE
56 END
57 MENUITEM "&Dizge Renklerini Kullan", MNID_OPTS_SYSTEM_COLORS
58 }
59 POPUP "&Yardım" {
60 MENUITEM "&Yardım Konuları", MNID_HELP_HELPON
61 MENUITEM "H&er Zaman Üstte", MNID_HELP_HELPTOP
62 MENUITEM SEPARATOR
63 MENUITEM "&Hakkında", MNID_HELP_ABOUT
64 }
65 }
66
67 /* Strings */
68 STRINGTABLE
69 {
70 STID_WINE_HELP, "Yardım Kütüğü Görüntüleyicisi"
71 STID_WHERROR, "YANLIŞLIK"
72 STID_WARNING, "UYARI"
73 STID_INFO, "Bilgi"
74 STID_NOT_IMPLEMENTED, "Daha bitirilmemiştir."
75 STID_HLPFILE_ERROR_s, "%s kütüğü açılırken bir yanlışlık oluştu."
76 STID_INDEX, "D&izin"
77 STID_CONTENTS, "İ&çindekiler"
78 STID_BACK, "&Geri"
79 STID_ALL_FILES, "Tüm Kütükler (*.*)"
80 STID_HELP_FILES_HLP, "Yardım Kütükleri (*.hlp)"
81 STID_FILE_NOT_FOUND_s, "%s kütüğü bulunamıyor. Bu kütüğü kendiniz bulmak istiyor musunuz?"
82 STID_NO_RICHEDIT, "Zengin metin kitaplığı bulunamadı."
83 }