winhlp32: Update translations.
[wine/multimedia.git] / programs / winhlp32 / Tr.rc
blob793eea2cc3667677ed2308fd690f9b6ffb18e091
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 #include "winhelp_res.h"
23 LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
25 /* Menu */
27 MAIN_MENU MENU
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 #ifdef WINELIB
67    MENUITEM "Wine &Hakkýnda", MNID_HELP_WINE
68 #endif
69  }
72 /* Strings */
73 STRINGTABLE
75 STID_WINE_HELP,         "Wine Yardým"
76 STID_WHERROR,           "HATA"
77 STID_WARNING,           "UYARI"
78 STID_INFO,              "Bilgi"
79 STID_NOT_IMPLEMENTED,   "Henüz tamamlanmadý"
80 STID_HLPFILE_ERROR_s,   "'%s' yardým dosyasý açýlýrken hata"
81 STID_INDEX,             "&Ýçindekiler"
82 STID_CONTENTS,          "Summary"
83 STID_BACK,              "&Geri"
84 STID_ALL_FILES,         "Tüm dosyalar (*.*)"
85 STID_HELP_FILES_HLP,    "Yardým dosyalarý (*.hlp)"
86 STID_FILE_NOT_FOUND_s   "Cannot find '%s'. Do you want to find this file yourself?"
87 STID_NO_RICHEDIT        "Cannot find a richedit implementation... Aborting"