| /* |
| * WineCfg resources |
| * Dutch Language Support |
| * |
| * Copyright 2004 Rein Klazes |
| * Copyright 2005 Paul Vriens |
| * |
| * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| * |
| */ |
| |
| LANGUAGE LANG_DUTCH, SUBLANG_DEFAULT |
| |
| IDD_ABOUTCFG DIALOGEX 0, 0, 260, 270 |
| STYLE WS_CHILD |
| FONT 8, "MS Shell Dlg" |
| BEGIN |
| RTEXT "Wine Versie:",IDC_STATIC,119,17,70,8 |
| LTEXT "CVS",IDC_WINEVER,191,17,54,8 |
| CONTROL IDB_WINE,IDC_STATIC,"Static",SS_BITMAP ,15,17,157,111 |
| CTEXT "http://www.winehq.org/",IDC_STATIC,119,31,124,8 |
| CTEXT "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.", |
| IDC_STATIC,119,44,124,72 |
| END |
| |
| IDD_APPCFG DIALOG DISCARDABLE 0, 0, 260, 250 |
| STYLE WS_CHILD | WS_DISABLED |
| FONT 8, "MS Shell Dlg" |
| BEGIN |
| GROUPBOX " Toepassingsinstellingen ",IDC_STATIC, 8,4,244,240 |
| LTEXT "Wine geeft de mogelijkheid om per toepassing de Windowsversie in te stellen.", |
| IDC_STATIC,15,20,227,20 |
| CONTROL "Toepassingen",IDC_APP_LISTVIEW,"SysListView32",WS_BORDER | WS_TABSTOP | LVS_LIST | LVS_SINGLESEL | LVS_SHOWSELALWAYS, |
| 15,40,230,160 |
| PUSHBUTTON "Toepassing toevoegen..",IDC_APP_ADDAPP, 80,204,80,14 |
| PUSHBUTTON "Toepassing verwijderen",IDC_APP_REMOVEAPP, 165,204,80,14 |
| LTEXT "Windows Versie:",IDC_STATIC,17,226,58,8 |
| COMBOBOX IDC_WINVER,83,224,163,56,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP |
| END |
| |
| IDD_GRAPHCFG DIALOG DISCARDABLE 0, 0, 260, 250 |
| STYLE WS_CHILD | WS_DISABLED |
| FONT 8, "MS Shell Dlg" |
| BEGIN |
| LTEXT "Kleurdiepte: ",IDC_STATIC,8,10,70,30 |
| COMBOBOX IDC_SCREEN_DEPTH,80,8,170,70,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP |
| |
| CONTROL "Een DirectX programma kan de muis in een window vasthouden.",IDC_DX_MOUSE_GRAB,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,35,230,8 |
| CONTROL "Schakel \"double buffering\" in.",IDC_DOUBLE_BUFFER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,45,230,8 |
| |
| GROUPBOX " Windowsinstellingen ",IDC_STATIC,8,25,244,120 |
| |
| /* FIXME: the wording of this explanation could be a lot better */ |
| LTEXT "U kunt kiezen voor een virtuele windows desktop waarop alle windows geplaatst worden, of U kunt er voor kiezen dat de windows op uw standaard desktop geplaatst worden.", |
| IDC_STATIC,15,73,228,28 |
| LTEXT "Desktop afmetingen:",IDC_DESKTOP_SIZE,15,115,44,8,WS_DISABLED |
| LTEXT "X",IDC_DESKTOP_BY,108,115,8,8,WS_DISABLED |
| CONTROL "Emuleer een virtuele desktop",IDC_ENABLE_DESKTOP,"Button", |
| BS_AUTOCHECKBOX | WS_TABSTOP,15,100,230,10 |
| |
| EDITTEXT IDC_DESKTOP_WIDTH,64,115,40,12,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED |
| EDITTEXT IDC_DESKTOP_HEIGHT,117,115,40,12,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED |
| END |
| |
| IDD_DLLCFG DIALOG DISCARDABLE 0, 0, 260, 250 |
| STYLE WS_CHILD | WS_DISABLED |
| FONT 8, "MS Shell Dlg" |
| BEGIN |
| GROUPBOX " DLL Overrides ",IDC_STATIC,8,4,244,240 |
| LTEXT "Het is mogelijk om per uitvoerbaar bestand te specificeren of deze \"builtin\" dan wel \"native\" moet zijn. De specificatie voor ""*"" geldt voor alle niet expliciet genoemde bestanden." |
| , IDC_STATIC,15,17,228,32 |
| LISTBOX IDC_DLLS_LIST,15,50,142,187,WS_BORDER | WS_TABSTOP | WS_VSCROLL |
| LTEXT "Laad volgorde:",IDC_STATIC,163,50,37,8 |
| CONTROL "Builtin (Wine)",IDC_RAD_BUILTIN,"Button", BS_AUTORADIOBUTTON | WS_GROUP,163,65,75,10 |
| CONTROL "Native (Windows)",IDC_RAD_NATIVE,"Button", BS_AUTORADIOBUTTON,163,80,75,10 |
| CONTROL "Builtin, Native",IDC_RAD_BUILTIN_NATIVE,"Button", BS_AUTORADIOBUTTON,163,95,75,10 |
| CONTROL "Native, Builtin",IDC_RAD_NATIVE_BUILTIN,"Button", BS_AUTORADIOBUTTON,163,110,75,10 |
| CONTROL "Uitzetten",IDC_RAD_DISABLE,"Button", BS_AUTORADIOBUTTON,163,125,75,10 |
| PUSHBUTTON "Override toevoegen voor:",IDC_DLLS_ADDDLL, 163,184,82,14 |
| COMBOBOX IDC_DLLCOMBO,163,204,82,14,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP | CBS_SORT | CBS_LOWERCASE |
| PUSHBUTTON "Override verwijderen",IDC_DLLS_REMOVEDLL,163,224,82,14 |
| END |
| |
| IDD_DRIVECFG DIALOG DISCARDABLE 0, 0, 260, 250 |
| STYLE WS_CHILD | WS_DISABLED |
| FONT 8, "MS Shell Dlg" |
| BEGIN |
| GROUPBOX " Stations ",IDC_STATIC,8,4,244,240 |
| CONTROL "Listview",IDC_LIST_DRIVES,"SysListView32",LVS_REPORT | LVS_AUTOARRANGE | LVS_ALIGNLEFT | |
| LVS_SINGLESEL | WS_BORDER | WS_TABSTOP, 15,18,232,76 |
| PUSHBUTTON "&Toevoegen",IDC_BUTTON_ADD,15,98,54,14 |
| PUSHBUTTON "&Verwijderen",IDC_BUTTON_REMOVE,73,98,54,14 |
| PUSHBUTTON "&Automatisch instellen",IDC_BUTTON_AUTODETECT,168,98,80,14 |
| |
| /* editing drive details */ |
| LTEXT "&Pad:",IDC_STATIC,15,123,20,9 |
| EDITTEXT IDC_EDIT_PATH,41,120,160,13,ES_AUTOHSCROLL | WS_TABSTOP |
| PUSHBUTTON "&Bladeren...",IDC_BUTTON_BROWSE_PATH,208,120,40,13 |
| |
| LTEXT "&Soort:",IDC_STATIC_TYPE,15,138,21,10 |
| COMBOBOX IDC_COMBO_TYPE,41,135,77,60,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP |
| |
| LTEXT "Naam en serienummer",IDC_LABELSERIAL_STATIC,15,155,131,10 |
| |
| PUSHBUTTON "Toon &Uitgebreid",IDC_BUTTON_SHOW_HIDE_ADVANCED,183,136,65,13 |
| CONTROL "Automatisch detecteren van apparaat:",IDC_RADIO_AUTODETECT,"Button", |
| BS_AUTORADIOBUTTON,15,166,150,10 |
| EDITTEXT IDC_EDIT_DEVICE,27,176,174,13,ES_AUTOHSCROLL |
| PUSHBUTTON "B&laderen...",IDC_BUTTON_BROWSE_DEVICE,208,176,40,13 |
| CONTROL "&Handmatig instellen:",IDC_RADIO_ASSIGN,"Button", |
| BS_AUTORADIOBUTTON,15,195,150,10 |
| |
| LTEXT "&Naam:",IDC_STATIC_LABEL,33,208,60,12 |
| EDITTEXT IDC_EDIT_LABEL,94,205,78,13,ES_AUTOHSCROLL | WS_TABSTOP |
| LTEXT "S&erie nummer:",IDC_STATIC_SERIAL,33,225,60,12 |
| EDITTEXT IDC_EDIT_SERIAL,94,221,78,13,ES_AUTOHSCROLL | WS_TABSTOP |
| |
| CONTROL "Toon \"directory symbolic links\" ",IDC_SHOW_DIRSYM_LINK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,250,230,8 |
| CONTROL "Toon \".\" files",IDC_SHOW_DOT_FILES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,260,230,8 |
| END |
| |
| IDD_AUDIOCFG DIALOG DISCARDABLE 0, 0, 260, 250 |
| STYLE WS_CHILD | WS_DISABLED |
| FONT 8, "MS Shell Dlg" |
| BEGIN |
| LTEXT "Geluidsbesturing: ",IDC_STATIC,10,20,60,8 |
| COMBOBOX IDC_AUDIO_DRIVER,70,18,85,85,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP |
| PUSHBUTTON "Automatisch detecteren",IDC_AUDIO_AUTODETECT,170,18,79,14 |
| END |
| |
| STRINGTABLE DISCARDABLE |
| BEGIN |
| IDS_WINE_VERSION "CVS" |
| IDS_TAB_GENERAL "Algemeen" |
| IDS_TAB_DLLS "Bibliotheken" |
| IDS_TAB_DRIVES "Stations" |
| IDS_CHOOSE_PATH "Selecteer een unix folder voor dit station." |
| IDS_HIDE_ADVANCED "Verberg uitgebreid" |
| IDS_SHOW_ADVANCED "Toon uitgebreid" |
| END |