* Remove deprecated resource file loading and memory attributes (http://msdn.microsof...
[reactos.git] / reactos / win32ss / user / winsrv / usersrv / 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 IDD_END_NOW DIALOGEX 0, 0, 200, 95
24 STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
25 CAPTION "Programı Sonlandır - "
26 FONT 8, "MS Shell Dlg"
27 BEGIN
28 LTEXT "Program Sonlandırılıyor... Lütfen bekleyin",IDC_STATIC,7,7,186,11
29 CONTROL "İşlem",IDC_PROGRESS,"msctls_progress32",WS_BORDER,
30 7,20,186,13
31 LTEXT "Programı hemen kapatmayı seçerseniz, kaydedilmemiş veriyi kaybedersiniz. Programdan şimdi çıkmak için Şimdi Sonlandır'ı tıklatın.",
32 IDC_STATIC,7,40,186,26
33 DEFPUSHBUTTON "&Şimdi Sonlandır",IDC_END_NOW,150,71,43,17
34 END
35
36 IDD_NOT_RESPONDING DIALOGEX 0, 0, 192, 122
37 STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
38 CAPTION "End Program - "
39 FONT 8, "MS Shell Dlg"
40 BEGIN
41 DEFPUSHBUTTON "İptal",IDCANCEL,142,98,43,17
42 PUSHBUTTON "Şimdi Sonlandır",IDC_END_NOW,78,98,43,17
43 LTEXT "Bu program yanıt vermiyor.",IDC_STATIC,7,7,178,8
44 LTEXT "ReactOS'a dönmek ve programın durumunu denetlemek için İptal'i tıklatın.",
45 IDC_STATIC,7,26,178,16
46 LTEXT "Programı hemen kapatmayı seçerseniz, kaydedilmemiş veriyi kaybedersiniz. Programdan şimdi çıkmak için Şimdi Sonlandır'ı tıklatın.",
47 IDC_STATIC,7,53,178,26
48 END
49
50 IDD_SWITCH_APP DIALOGEX 90, 90, 265, 170
51 STYLE DS_SYSMODAL | DS_SETFONT | DS_SETFOREGROUND | DS_3DLOOK | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE
52 EXSTYLE WS_EX_TOPMOST | WS_EX_WINDOWEDGE
53 FONT 8, "MS Shell Dlg", 400, 0, 0x1
54 BEGIN
55 LTEXT "",IDC_STATIC_CUR_APP,39,139,204,16,SS_SUNKEN,WS_EX_STATICEDGE
56 END