reactos/reactos/dll/win32/comctl32/lang/comctl_Tr.rc
Amine Khaldi 096445bc16 [TRANSLATIONS]
* Turkish translations update by Erdem Ersoy.
CORE-7861

svn path=/trunk/; revision=64750
2014-10-15 17:46:49 +00:00

90 lines
3.5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* Top level resource file for Common Controls
*
* Copyrights: 2006 Fatih Aşıcı; 2013, 2014 Erdem Ersoy (eersoy93) (erdemersoy@live.com)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_CLOSE "Kapat"
}
STRINGTABLE
{
IDM_TODAY "Bugün:"
IDM_GOTODAY "Bugüne Git"
}
STRINGTABLE
{
IDS_SEPARATOR "Ayırıcı"
}
STRINGTABLE
{
HKY_NONE "Yok"
}
IDD_PROPSHEET DIALOG 0, 0, 220, 140
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
CAPTION "%s Husûsiyetleri"
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "Tamam", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
PUSHBUTTON "İptal", IDCANCEL,58,122,50,14
PUSHBUTTON "&Uygula", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
PUSHBUTTON "Yardım", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
CONTROL "", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
END
IDD_WIZARD DIALOG 0, 0, 290, 159
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
CAPTION "Yardımcı"
FONT 8, "MS Shell Dlg"
BEGIN
PUSHBUTTON "< &Geri", IDC_BACK_BUTTON,56,138,55,14
DEFPUSHBUTTON "&İleri >", IDC_NEXT_BUTTON,111,138,55,14
DEFPUSHBUTTON "&Son", IDC_FINISH_BUTTON,111,138,55,14
PUSHBUTTON "İptal", IDCANCEL,173,138,55,14
PUSHBUTTON "Yardım", IDHELP,235,138,55,14,WS_GROUP
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
CONTROL "", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
END
IDD_TBCUSTOMIZE DIALOG 10, 20, 395, 125
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Araç Çubuğunu Husûsileştir"
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "Ka&pat", IDCANCEL,320,6,70,14
PUSHBUTTON "&Sıfırla", IDC_RESET_BTN,320,23,70,14
PUSHBUTTON "&Yardım", IDC_HELP_BTN,320,40,70,14
PUSHBUTTON "Y&ukarı Taşı", IDC_MOVEUP_BTN,320,74,70,14
PUSHBUTTON "&Aşağı Taşı", IDC_MOVEDN_BTN,320,91,70,14
LTEXT "Ku&llanılabilir Düğmeler:", -1,4,5,120,10
LISTBOX IDC_AVAILBTN_LBOX,5,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
PUSHBUTTON "&Ekle ->", IDOK, 132, 42, 55, 14
PUSHBUTTON "<- &Kaldır", IDC_REMOVE_BTN,132,62,55,14
LTEXT "A&raç Çubuğu Düğmeleri:", -1,194,5,120,10
LISTBOX IDC_TOOLBARBTN_LBOX, 194,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
END