Don't prefix the functions DllCanUnloadNow, DllGetClassObject and
[wine] / dlls / avifil32 / avifile_Nl.rc
1 /*
2  * avifile (Dutch resources)
3  *
4  * Copyright 2003 Hans Leidekker
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library 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 GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19  */
20
21 LANGUAGE LANG_DUTCH, SUBLANG_DEFAULT
22
23 IDD_SAVEOPTIONS DIALOG FIXED IMPURE  43, 37, 196, 82
24 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
25 CAPTION "Compressie-instellingen"
26 FONT 8, "MS Shell Dlg"
27 BEGIN
28     LTEXT           "&Kies een invoerbestand:",-1,2,5,114,10
29     COMBOBOX        IDC_STREAM,2,18,134,61,CBS_DROPDOWNLIST | WS_VSCROLL | 
30                     WS_TABSTOP
31     PUSHBUTTON      "&Opties...",IDC_OPTIONS,145,17,45,14
32     AUTOCHECKBOX    "&Interleave alle",IDC_INTERLEAVE,3,42,60,11,WS_TABSTOP
33     EDITTEXT        IDC_INTERLEAVEEVERY,66,41,32,12,ES_AUTOHSCROLL
34     LTEXT           "Losse frames",-1,104,43,36,9
35     LTEXT           "Huidig formaat:",-1,3,56,53,9
36     LTEXT           "This space for rent",IDC_FORMATTEXT,55,56,90,26
37     DEFPUSHBUTTON   "OK",IDOK,145,42,45,14
38     PUSHBUTTON      "Annuleren",IDCANCEL,145,61,45,14
39 END
40
41 STRINGTABLE DISCARDABLE
42 {
43   IDS_WAVESTREAMFORMAT  "Waveform: %s"
44   IDS_WAVEFILETYPE      "Waveform"
45   IDS_ALLMULTIMEDIA     "Alle multimediabestanden"
46   IDS_ALLFILES          "Alle bestanden (*.*)@*.*"
47   IDS_VIDEO             "video"
48   IDS_AUDIO             "audio"
49   IDS_AVISTREAMFORMAT   "%s %s #%d"
50   IDS_AVIFILETYPE       "Wine AVI-standaard-bestandskoppeling"
51   IDS_UNCOMPRESSED      "ongecomprimeerd"
52 }