1/* 2 * Top level resource file for avifil32.dll 3 * 4 * Copyright 2002 Michael Günnewig 5 * Translated 2018 Joann Mõndresku (joannmondresku at gmail dot com) 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 20 */ 21 22LANGUAGE LANG_ESTONIAN, SUBLANG_DEFAULT 23 24STRINGTABLE 25{ 26 IDS_WAVESTREAMFORMAT "Lainekuju: %s" 27 IDS_WAVEFILETYPE "Lainekuju" 28 IDS_ALLMULTIMEDIA "Kõik multimeedia failid" 29 IDS_ALLFILES "Kõik failid (*.*)" 30 IDS_VIDEO "video" 31 IDS_AUDIO "audio" 32 IDS_AVIFILETYPE "Wine AVI-vaikimisi-failihaldur" 33 IDS_UNCOMPRESSED "kompressimata" 34} 35 36IDD_SAVEOPTIONS DIALOGEX 43, 37, 226, 82 37STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 38CAPTION "Kompressimise suvandid" 39FONT 8, "MS Shell Dlg" 40BEGIN 41 LTEXT "&Vali voog:",-1,5,5,154,10 42 COMBOBOX IDC_STREAM,5,18,154,61,CBS_DROPDOWNLIST | WS_VSCROLL | 43 WS_TABSTOP 44 PUSHBUTTON "&Valikud...",IDC_OPTIONS,170,17,50,14 45 AUTOCHECKBOX "Vahelda &iga",IDC_INTERLEAVE,5,42,85,11,WS_TABSTOP 46 EDITTEXT IDC_INTERLEAVEEVERY,91,41,32,12,ES_AUTOHSCROLL 47 LTEXT "raami",-1,129,43,36,9 48 LTEXT "Praegune formaat:",-1,5,56,73,9 49 LTEXT "",IDC_FORMATTEXT,80,56,88,26 50 DEFPUSHBUTTON "OK",IDOK,170,42,50,14 51 PUSHBUTTON "Loobu",IDCANCEL,170,61,50,14 52END 53