mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
57 lines
2.5 KiB
Text
57 lines
2.5 KiB
Text
|
/*
|
|||
|
* Turkish resources
|
|||
|
*
|
|||
|
* Copyright 2012 Arda Tanrikulu <ardatanrikulu@gmail.com>
|
|||
|
*
|
|||
|
* This program is free software; you can redistribute it and/or modify
|
|||
|
* it under the terms of the GNU General Public License as published by
|
|||
|
* the Free Software Foundation; either version 2 of the License, or
|
|||
|
* (at your option) any later version.
|
|||
|
*
|
|||
|
* This program is distributed in the hope that it will be useful,
|
|||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|||
|
* GNU General Public License for more details.
|
|||
|
*
|
|||
|
* You should have received a copy of the GNU General Public License along
|
|||
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|||
|
*/
|
|||
|
|
|||
|
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
|
|||
|
|
|||
|
IDD_END_NOW DIALOGEX DISCARDABLE 0, 0, 200, 95
|
|||
|
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|||
|
CAPTION "Programı Sonlandır - "
|
|||
|
FONT 8, "MS Shell Dlg"
|
|||
|
BEGIN
|
|||
|
LTEXT "Program Sonlandırılıyor... Lütfen bekleyin",IDC_STATIC,7,7,186,11
|
|||
|
CONTROL "İşlem",IDC_PROGRESS,"msctls_progress32",WS_BORDER,
|
|||
|
7,20,186,13
|
|||
|
LTEXT "Programı hemen kapatmayı seçerseniz, kaydedilmemiş veriyi kaybedersiniz. Programdan şimdi çıkmak için Şimdi Sonlandır'ı tıklatın.",
|
|||
|
IDC_STATIC,7,40,186,26
|
|||
|
DEFPUSHBUTTON "&Şimdi Sonlandır",IDC_END_NOW,150,71,43,17
|
|||
|
END
|
|||
|
|
|||
|
IDD_NOT_RESPONDING DIALOGEX DISCARDABLE 0, 0, 192, 122
|
|||
|
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|||
|
CAPTION "End Program - "
|
|||
|
FONT 8, "MS Shell Dlg"
|
|||
|
BEGIN
|
|||
|
DEFPUSHBUTTON "İptal",IDCANCEL,142,98,43,17
|
|||
|
PUSHBUTTON "Şimdi Sonlandır",IDC_END_NOW,78,98,43,17
|
|||
|
LTEXT "Bu program yanıt vermiyor.",IDC_STATIC,7,7,178,8
|
|||
|
LTEXT "ReactOS'a dönmek ve programın durumunu denetlemek için İptal'i tıklatın.",
|
|||
|
IDC_STATIC,7,26,178,16
|
|||
|
LTEXT "Programı hemen kapatmayı seçerseniz, kaydedilmemiş veriyi kaybedersiniz. Programdan şimdi çıkmak için Şimdi Sonlandır'ı tıklatın.",
|
|||
|
IDC_STATIC,7,53,178,26
|
|||
|
END
|
|||
|
|
|||
|
IDD_SWITCH_APP DIALOGEX 90, 90, 265, 170
|
|||
|
STYLE DS_SYSMODAL | DS_SETFONT | DS_SETFOREGROUND | DS_3DLOOK | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE
|
|||
|
EXSTYLE WS_EX_TOPMOST | WS_EX_WINDOWEDGE
|
|||
|
FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
|||
|
BEGIN
|
|||
|
LTEXT "",IDC_STATIC_CUR_APP,39,139,204,16,SS_SUNKEN,WS_EX_STATICEDGE
|
|||
|
END
|