Sync to trunk revision 61757.
[reactos.git] / dll / win32 / avifil32 / lang / avifile_Tr.rc
1 /*
2 * Top level resource file for avifil32.dll
3 *
4 * Copyright 2002 Michael Günnewig
5 *
6 * Translated to Turkish by Fatih Aşıcı in 2006 and Erdem Ersoy (eersoy93) (erdemersoy@live.com) in 2013.
7 *
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either
11 * version 2.1 of the License, or (at your option) any later version.
12 *
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Lesser General Public License for more details.
17 *
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this library; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 */
22
23 LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
24
25 STRINGTABLE
26 {
27 IDS_WAVESTREAMFORMAT "Dalga Biçimi: %s"
28 IDS_WAVEFILETYPE "Dalga Biçimi"
29 IDS_ALLMULTIMEDIA "Tüm Çokluortam Kütükleri"
30 IDS_ALLFILES "Tüm Kütükler (*.*)"
31 IDS_VIDEO "Vidyo"
32 IDS_AUDIO "Ses"
33 IDS_AVIFILETYPE "Wine AVI-default-filehandler"
34 IDS_UNCOMPRESSED "Sıkıştırılmamış"
35 }
36
37 IDD_SAVEOPTIONS DIALOG 43, 37, 226, 82
38 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
39 CAPTION "Sıkıştırma Seçenekleri"
40 FONT 8, "MS Shell Dlg"
41 BEGIN
42 LTEXT "&Bir akış seçiniz:",-1,5,5,154,10
43 COMBOBOX IDC_STREAM,5,18,154,61,CBS_DROPDOWNLIST | WS_VSCROLL |
44 WS_TABSTOP
45 PUSHBUTTON "&Seçenekler...",IDC_OPTIONS,170,17,50,14
46 AUTOCHECKBOX "&Her Ara Kare",IDC_INTERLEAVE,5,42,85,11,WS_TABSTOP
47 EDITTEXT IDC_INTERLEAVEEVERY,91,41,32,12,ES_AUTOHSCROLL
48 LTEXT "kare",-1,129,43,36,9
49 LTEXT "Şimdiki Biçim:",-1,5,56,73,9
50 LTEXT "",IDC_FORMATTEXT,80,56,88,26
51 DEFPUSHBUTTON "Tamam",IDOK,170,42,50,14
52 PUSHBUTTON "İptal",IDCANCEL,170,61,50,14
53 END