msi: Create the table directly in create_table instead of requiring it to be loaded...
[wine/wine-kai.git] / programs / wordpad / Tr.rc
blobf43f8fd69659ec8b2b9ba0950aed2cc7eefd82a2
1 /*
2  * Turkish Resources for Wordpad
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 LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
23 MAINMENU MENU DISCARDABLE 
24 BEGIN
25     POPUP "&Dosya"
26     BEGIN
27         MENUITEM "&Yeni\tCtrl+N",         ID_FILE_NEW
28         MENUITEM "&Aç\tCtrl+O",           ID_FILE_OPEN
29         MENUITEM "&Kaydet\tCtrl+S",       ID_FILE_SAVE
30         MENUITEM SEPARATOR
31         MENUITEM "&Çýk",          ID_FILE_EXIT
32     END
33     POPUP "&Düzen"
34     BEGIN
35         MENUITEM "&Geri Al\tCtrl+Z",            ID_EDIT_UNDO
36         MENUITEM "&Yinele\tCtrl+Y",             ID_EDIT_REDO
37         MENUITEM SEPARATOR
38         MENUITEM "Ke&s\tCtrl+X",                ID_EDIT_CUT
39         MENUITEM "&Kopyala\tCtrl+C",            ID_EDIT_COPY
40         MENUITEM "Ya&pýþtýr\tCtrl+V",           ID_EDIT_PASTE
41         MENUITEM "&Sil\tDel",                   ID_EDIT_CLEAR
42         MENUITEM "&Tümünü seç\tCtrl+A",         ID_EDIT_SELECTALL
43         MENUITEM SEPARATOR
44         MENUITEM "Salt-&okunur",                ID_EDIT_READONLY
45         MENUITEM "&Deðiþmiþ",                   ID_EDIT_MODIFIED
46         MENUITEM SEPARATOR
47         POPUP "D&iðerleri"
48         BEGIN
49             MENUITEM "Seçim &bilgisi",              ID_EDIT_SELECTIONINFO
50             MENUITEM "Karakter bi&çimi",            ID_EDIT_CHARFORMAT
51             MENUITEM "&Öntanýmlý kar. biçimi",      ID_EDIT_DEFCHARFORMAT
52             MENUITEM "Paragra&f biçimi",            ID_EDIT_PARAFORMAT
53             MENUITEM "&Metni al",                   ID_EDIT_GETTEXT
54         END
55     END
56     POPUP "&Biçim"
57     BEGIN
58         POPUP "&Arkaplan"
59         BEGIN
60             MENUITEM "S&istem\tCtrl+1",         ID_BACK_1
61             MENUITEM "&Sarýmtýrak\tCtrl+2",     ID_BACK_2
62         END
63         POPUP "&Hizalama"
64         BEGIN
65             MENUITEM "S&ol\tCtrl+L",          ID_ALIGN_LEFT
66             MENUITEM "O&rta\tCtrl+E",         ID_ALIGN_CENTER
67             MENUITEM "S&að\tCtrl+R",          ID_ALIGN_RIGHT
68         END
69     END
70 END