save old text color during a call of DrawCaptionTempW
[wine/kumbayo.git] / programs / winhelp / Tr.rc
blob9578e8b7e1eea5e1cf23db7ab606e378e46d99cc
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  */
21 /* Menu */
23 MAIN_MENU MENU LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
25  POPUP "&Dosya" {
26   MENUITEM "&Aç", MNID_FILE_OPEN
27   MENUITEM SEPARATOR
28   MENUITEM "Ya&zdýr", MNID_FILE_PRINT
29   MENUITEM "&Yazýcý ayarlarý...", MNID_FILE_SETUP
30    MENUITEM SEPARATOR
31   MENUITEM "&Çýkýþ", MNID_FILE_EXIT
32  }
33  POPUP "Dü&zen" {
34    MENUITEM "K&opyala...", MNID_EDIT_COPYDLG
35    MENUITEM SEPARATOR
36    MENUITEM "&Annotate...", MNID_EDIT_ANNOTATE
37  }
38  POPUP "Yer Ý&mleri" {
39    MENUITEM "&Tanýmla...", MNID_BKMK_DEFINE
40  }
41  POPUP "&Yardým" {
42    MENUITEM "&Yardým Kullanýmý", MNID_HELP_HELPON
43    MENUITEM "&Her Zaman Üstte", MNID_HELP_HELPTOP
44    MENUITEM SEPARATOR
45    MENUITEM "&Bilgi...", MNID_HELP_ABOUT
46 #ifdef WINELIB
47    MENUITEM "WINE &Hakkýnda", MNID_HELP_WINE
48 #endif
49  }
52 /* Strings */
53 STRINGTABLE DISCARDABLE LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
55 STID_WINE_HELP,         "WINE Yardým"
56 STID_WHERROR,           "HATA"
57 STID_WARNING,           "UYARI"
58 STID_INFO,              "Bilgi"
59 STID_NOT_IMPLEMENTED,   "Henüz tamamlanmadý"
60 STID_HLPFILE_ERROR_s,   "'%s' yardým dosyasý açýlýrken hata"
61 STID_CONTENTS,          "&Ýçindekiler"
62 STID_SEARCH,            "&Ara"
63 STID_BACK,              "&Geri"
64 STID_HISTORY,           "Ge&çmiþ"
65 STID_TOPICS,            "&Konular"
66 STID_ALL_FILES,         "Tüm dosyalar (*.*)"
67 STID_HELP_FILES_HLP,    "Yardým dosyalarý (*.hlp)"
68 STID_FILE_NOT_FOUND_s   "Cannot find '%s'. Do you want to find this file yourself?"