Merge my current work done on the kd++ branch:
[reactos.git] / reactos / dll / win32 / browseui / lang / tr-TR.rc
1 /*
2 * Copyright 2009 Andrew Hill
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 */
18
19 LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
20
21 /////////////////////////////////////////////////////////////////////////////
22 //
23 // Menus
24 //
25
26 IDM_CABINET_CONTEXTMENU MENUEX
27 BEGIN
28 POPUP "", 264,MFT_STRING,MFS_ENABLED
29 BEGIN
30 MENUITEM "&Standard Buttons", IDM_TOOLBARS_STANDARDBUTTONS,MFT_STRING,MFS_ENABLED
31 MENUITEM "Sta&ndart Düğmeler", IDM_TOOLBARS_ADDRESSBAR,MFT_STRING,MFS_ENABLED
32 MENUITEM "&Bağlantılar", IDM_TOOLBARS_LINKSBAR,MFT_STRING,MFS_ENABLED
33 MENUITEM "", -1, MFT_SEPARATOR
34 MENUITEM "Ar&aç Çubuklarını Kilitle", IDM_TOOLBARS_LOCKTOOLBARS,MFT_STRING,MFS_ENABLED
35 MENUITEM "&Özelleştir...", IDM_TOOLBARS_CUSTOMIZE,MFT_STRING,MFS_ENABLED
36 MENUITEM "Me&tin Etiketleri", IDM_TOOLBARS_TEXTLABELS,MFT_STRING,MFS_ENABLED
37 MENUITEM "&Git Düğmesi", IDM_TOOLBARS_GOBUTTON,MFT_STRING,MFS_ENABLED
38 END
39 END
40
41 IDM_CABINET_MAINMENU MENUEX
42 BEGIN
43 POPUP "&Dosya", FCIDM_MENU_FILE
44 BEGIN
45 MENUITEM "", -1, MFT_SEPARATOR
46 MENUITEM "&Kapat", IDM_FILE_CLOSE
47 END
48 POPUP "&Düzen", FCIDM_MENU_EDIT
49 BEGIN
50 MENUITEM "", -1, MFT_SEPARATOR
51 END
52 POPUP "&Görünüm", FCIDM_MENU_VIEW
53 BEGIN
54 POPUP "&Araç Çubukları", IDM_VIEW_TOOLBARS
55 BEGIN
56 MENUITEM "", -1, MFT_SEPARATOR
57 END
58 MENUITEM "Durum &çubuğu", IDM_VIEW_STATUSBAR
59 POPUP "&Gezgin çubuğu", IDM_VIEW_EXPLORERBAR
60 BEGIN
61 MENUITEM "&Arama\tCtrl+E", IDM_EXPLORERBAR_SEARCH
62 MENUITEM "&Sık Kullanılanlar\tCtrl+I", IDM_EXPLORERBAR_FAVORITES
63 MENUITEM "&Çoklu ortam", IDM_EXPLORERBAR_MEDIA
64 MENUITEM "&Geçmiş\tCtrl+H", IDM_EXPLORERBAR_HISTORY
65 MENUITEM "Klasörler", IDM_EXPLORERBAR_FOLDERS
66 MENUITEM "", IDM_EXPLORERBAR_SEPARATOR
67 END
68 MENUITEM "", FCIDM_MENU_VIEW_SEP_OPTIONS, MFT_SEPARATOR
69 POPUP "G&it", FCIDM_MENU_EXPLORE
70 BEGIN
71 MENUITEM "&Geri\tAlt+Sol ok", IDM_GOTO_BACK
72 MENUITEM "&İleri\tAlt+Sağ ok", IDM_GOTO_FORWARD
73 MENUITEM "&Bir Üste", IDM_GOTO_UPONELEVEL
74 MENUITEM "", -1, MFT_SEPARATOR
75 MENUITEM "Giriş sayfası\tAlt+Home", IDM_GOTO_HOMEPAGE
76 END
77 MENUITEM "&Yenile", IDM_VIEW_REFRESH
78 END
79 POPUP "Sık Kullanılanlar", FCIDM_MENU_FAVORITES
80 BEGIN
81 MENUITEM "&Sık Kullanılanlara ekle...", IDM_FAVORITES_ADDTOFAVORITES
82 MENUITEM "Sık Kullanılanları Düzenle...", IDM_FAVORITES_ORGANIZEFAVORITES
83 MENUITEM "", -1, MFT_SEPARATOR
84 MENUITEM "(Boş)", IDM_FAVORITES_EMPTY
85 END
86 POPUP "&Araçlar", FCIDM_MENU_TOOLS
87 BEGIN
88 MENUITEM "Ağ Sürücüsüne bağlan...", IDM_TOOLS_MAPNETWORKDRIVE
89 MENUITEM "&Ağ Sürücüsüyle bağlantıyı kes...", IDM_TOOLS_DISCONNECTNETWORKDRIVE
90 MENUITEM "&Eşitle...", IDM_TOOLS_SYNCHRONIZE
91 MENUITEM "", -1, MFT_SEPARATOR
92 MENUITEM "Klasör seçenekleri...", IDM_TOOLS_FOLDEROPTIONS
93 END
94 POPUP "&Yardım", FCIDM_MENU_HELP
95 BEGIN
96 MENUITEM "Bu ReactOS yasal mı?", IDM_HELP_ISTHISCOPYLEGAL
97 MENUITEM "&ReactOS hakkında", IDM_HELP_ABOUT
98 END
99 END
100
101
102 /////////////////////////////////////////////////////////////////////////////
103 //
104 // Dialogs
105 //
106
107 IDD_CUSTOMIZETOOLBAREX DIALOGEX 0, 0, 357, 33
108 STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CAPTION
109 FONT 8, "MS Shell Dlg", 0, 0, 0x1
110 BEGIN
111 LTEXT "Metin seçenekleri:",-1,4,2,48,15
112 COMBOBOX IDC_TEXTOPTIONS,52,0,123,57,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
113 LTEXT "Simge seçenekleri:",-1,4,20,48,15
114 COMBOBOX IDC_ICONOPTIONS,52,18,123,57,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
115 END
116
117
118 /////////////////////////////////////////////////////////////////////////////
119 //
120 // Accelerator
121 //
122
123 IDR_ACCELERATORS ACCELERATORS
124 BEGIN
125 VK_F5, IDM_VIEW_REFRESH, VIRTKEY, NOINVERT
126 VK_F5, IDM_VIEW_REFRESH, VIRTKEY, CONTROL, NOINVERT
127 "R", IDM_VIEW_REFRESH, VIRTKEY, CONTROL, NOINVERT
128 VK_HOME, IDM_GOTO_HOMEPAGE, VIRTKEY, ALT, NOINVERT
129 "D", IDM_FAVORITES_ADDTOFAVORITES, VIRTKEY, CONTROL, NOINVERT
130 "B", IDM_FAVORITES_ORGANIZEFAVORITES, VIRTKEY, CONTROL, NOINVERT
131 VK_LEFT, IDM_GOTO_BACK, VIRTKEY, ALT
132 VK_RIGHT, IDM_GOTO_FORWARD, VIRTKEY, ALT
133 "W", IDM_FILE_CLOSE, VIRTKEY, CONTROL, NOINVERT
134 "E", IDM_EXPLORERBAR_SEARCH, VIRTKEY, CONTROL, NOINVERT
135 "I", IDM_EXPLORERBAR_FAVORITES, VIRTKEY, CONTROL, NOINVERT
136 "H", IDM_EXPLORERBAR_HISTORY, VIRTKEY, CONTROL, NOINVERT
137 END
138
139
140 /////////////////////////////////////////////////////////////////////////////
141 //
142 // Strings
143 //
144
145 STRINGTABLE
146 BEGIN
147 800 "Seçili öğelerle çalışma komutlarını içerir."
148 END
149
150 STRINGTABLE
151 BEGIN
152 864 "Düzenleme komutlarını içerir."
153 END
154
155 STRINGTABLE
156 BEGIN
157 928 "Görünümü değiştirmek için komutlar içerir."
158 END
159
160 STRINGTABLE
161 BEGIN
162 992 "Araç komutlarını içerir."
163 END
164
165 STRINGTABLE
166 BEGIN
167 1056 "Yardım'ı görüntülemek için komutlar içerir."
168 END
169
170 STRINGTABLE
171 BEGIN
172 9025 "Pencereyi kapatır."
173 9026 "Bir düzey yukarı gider."
174 END
175
176 STRINGTABLE
177 BEGIN
178 9121 "Bir ağ sürücüsüne bağlanır."
179 9122 "Ağ sürücüsü bağlantısını keser."
180 END
181
182 STRINGTABLE
183 BEGIN
184 9250 "Program bilgisini, sürüm numarasını ve telif hakkını görüntüler."
185 9252 "Displays information for debugging."
186 END
187
188 STRINGTABLE
189 BEGIN
190 9281 "Bir önceki sayfaya gider."
191 9282 "Bir sonraki sayfaya gider."
192 9283 "Ayarları değiştirmenizi sağlar."
193 9285 "Giriş sayfanıza gider."
194 END
195
196 STRINGTABLE
197 BEGIN
198 9362 "Sık Kullanılanlar klasörünü açar."
199 9363 "Geçerli sayfayı Sık Kullanılanlar listenize ekler."
200
201 END
202
203 STRINGTABLE
204 BEGIN
205
206 9505 "Araç çubuklarını gösterir veya gizler."
207 9506 "Durum çubuğunu gösterir veya gizler."
208 9508 "Standart Düğmeler araç çubuğunu görüntüler."
209 9509 "Adres çubuğunu görüntüler."
210 9510 "Hızlı Bağlantılar çubuğunu görüntüler."
211 9511 "Her bir araç çubuğu düğmesinin altına metin etiketi ekler."
212 9513 "Araç çubuğunu otomatik gizle."
213 9514 "Menüyü görüntüler."
214 9516 "Araç çubuklarının boyut ve konumunu kilitler."
215
216 END
217
218 STRINGTABLE
219 BEGIN
220 9533 "Araç çubuğunu düzenler."
221 END
222
223 STRINGTABLE
224 BEGIN
225 9552 "Gezgin çubuğunu gösterir veya gizler."
226 9553 "Arama çubuğunu gösterir."
227 9554 "Sık Kullanılanlar çubuğunu gösterir."
228 9555 "Geçmiş çubuğunu gösterir."
229 9557 "Klasörler çubuğunu gösterir."
230 9559 "Ortam Çubğu'nu gösterir."
231 END
232
233 STRINGTABLE
234 BEGIN
235 IDS_SMALLICONS "Küçük simgeler"
236 IDS_LARGEICONS "Büyük simgeler"
237 IDS_SHOWTEXTLABELS "Metin etiketlerini göster"
238 END
239
240 STRINGTABLE
241 BEGIN
242 IDS_NOTEXTLABELS "Metin etiketi yok"
243 IDS_SELECTIVETEXTONRIGHT "Seçici metin sağ tarafta"
244 END
245
246 STRINGTABLE
247 BEGIN
248 IDS_GOBUTTONLABEL "|Git||"
249 IDS_GOBUTTONTIPTEMPLATE "Buraya git ""%s"""
250 END
251
252 STRINGTABLE
253 BEGIN
254 IDS_SEARCHLABEL "Ara"
255 IDS_ADDRESSBANDLABEL "A&dres"
256 END
257
258 STRINGTABLE
259 BEGIN
260 IDS_FOLDERSLABEL "Klasörler"
261 END
262
263 STRINGTABLE
264 BEGIN
265 IDS_HISTORYTEXT "&Geçmiş\tCtrl+H"
266 END
267
268 STRINGTABLE
269 BEGIN
270 IDS_UP "Yukarı"
271 END
272
273 STRINGTABLE
274 BEGIN
275 IDS_BACK "Geri"
276 IDS_FORWARD "İleri"
277 END
278
279