Synchronize up to trunk's revision r57756.
[reactos.git] / win32ss / user / user32 / lang / tr-TR.rc
1 /*
2 * Turkish resources
3 *
4 * Copyright 2012 Arda Tanrikulu <ardatanrikulu@gmail.com>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program 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
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along
17 * with this program; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 */
20
21 LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
22
23 /////////////////////////////////////////////////////////////////////////////
24 //
25 // Dialogs
26 //
27
28 SELWINDOW DIALOGEX DISCARDABLE 20, 20, 220, 140
29 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION |
30 WS_SYSMENU
31 FONT 8, "MS Shell Dlg"
32 CAPTION "pencere Seç"
33 BEGIN
34 LISTBOX 100, 5, 5, 210, 110, LBS_NOTIFY | LBS_NOINTEGRALHEIGHT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_HSCROLL
35 PUSHBUTTON "Tamam", 1, 60, 120, 40, 15, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP
36 PUSHBUTTON "İptal", 2, 120, 120, 40, 15, WS_CHILD | WS_VISIBLE | WS_TABSTOP
37 END
38
39 /////////////////////////////////////////////////////////////////////////////
40 //
41 // Menus
42 //
43
44 EDITMENU MENU LOADONCALL MOVEABLE DISCARDABLE
45 BEGIN
46 POPUP "DUMMY"
47 BEGIN
48 MENUITEM "&Geri Al", EM_UNDO
49 MENUITEM SEPARATOR
50 MENUITEM "K&es", WM_CUT
51 MENUITEM "&Kopyala", WM_COPY
52 MENUITEM "&Yapıştır", WM_PASTE
53 MENUITEM "&Sil", WM_CLEAR
54 MENUITEM SEPARATOR
55 MENUITEM "T&ümünü Seç", EM_SETSEL
56 END
57 END
58
59
60 SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
61 BEGIN
62 MENUITEM "Ö&nceki Boyut", SC_RESTORE
63 MENUITEM "&Taşı", SC_MOVE
64 MENUITEM "&Boyut", SC_SIZE
65 MENUITEM "&Simge Durumuna Küçült", SC_MINIMIZE
66 MENUITEM "&Ekranı Kapla", SC_MAXIMIZE
67 MENUITEM SEPARATOR
68 MENUITEM "&Kapat\tAlt-F4", SC_CLOSE
69 END
70
71 /////////////////////////////////////////////////////////////////////////////
72 //
73 // Strings
74 //
75
76 STRINGTABLE
77 BEGIN
78 IDS_ERROR, "Hata"
79 IDS_OK, "Tamam"
80 IDS_CANCEL, "İptal"
81 IDS_ABORT, "&Durdur"
82 IDS_RETRY, "&Yeniden Dene"
83 IDS_IGNORE, "&Yoksay"
84 IDS_YES, "&Evet"
85 IDS_NO, "&Hayır"
86 IDS_HELP, "Yardım"
87 IDS_TRYAGAIN, "&Yeniden Dene"
88 IDS_CONTINUE, "&Devam"
89 END
90
91 STRINGTABLE
92 BEGIN
93 IDS_MDI_MOREWINDOWS, "&Tüm Pencereler..."
94 END
95