Update the address of the Free Software Foundation.
[wine/gsoc_dplay.git] / programs / wordpad / Tr.rc
blob20a288b81c14c261493d5df691b3cd8dc3445e23
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",         ID_FILE_NEW
28         MENUITEM "&Aç",           ID_FILE_OPEN
29         MENUITEM "&Kaydet",       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 "&Tümünü seç\tCtrl+A",         ID_EDIT_SELECTALL
38         MENUITEM SEPARATOR
39         MENUITEM "Ke&s\tCtrl+X",                ID_EDIT_CUT
40         MENUITEM "&Kopyala\tCtrl+C",            ID_EDIT_COPY
41         MENUITEM SEPARATOR
42         MENUITEM "Salt-&okunur",                ID_EDIT_READONLY
43         MENUITEM "&Deðiþmiþ",                   ID_EDIT_MODIFIED
44         MENUITEM SEPARATOR
45         POPUP "D&iðerleri"
46         BEGIN
47             MENUITEM "Seçim &bilgisi",              ID_EDIT_SELECTIONINFO
48             MENUITEM "Karakter bi&çimi",            ID_EDIT_CHARFORMAT
49             MENUITEM "&Öntanýmlý kar. biçimi",      ID_EDIT_DEFCHARFORMAT
50             MENUITEM "Paragra&f biçimi",            ID_EDIT_PARAFORMAT
51             MENUITEM "&Metni al",                   ID_EDIT_GETTEXT
52         END
53     END
54     POPUP "&Biçim"
55     BEGIN
56         POPUP "&Arkaplan"
57         BEGIN
58             MENUITEM "S&istem\tCtrl+1",         ID_BACK_1
59             MENUITEM "&Sarýmtýrak\tCtrl+2",     ID_BACK_2
60         END
61         POPUP "&Hizalama"
62         BEGIN
63             MENUITEM "S&ol\tCtrl+L",          ID_ALIGN_LEFT
64             MENUITEM "O&rta\tCtrl+E",         ID_ALIGN_CENTER
65             MENUITEM "S&að\tCtrl+R",          ID_ALIGN_RIGHT
66         END
67     END
68 END