~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Wine Cross Reference
wine/programs/wineconsole/wineconsole_Nl.rc

Version: ~ [ wine-1.1.33 ] ~ [ wine-1.1.32 ] ~ [ wine-1.1.31 ] ~ [ wine-1.1.30 ] ~ [ wine-1.1.29 ] ~ [ wine-1.1.28 ] ~ [ wine-1.1.27 ] ~ [ wine-1.1.26 ] ~ [ wine-1.1.25 ] ~ [ wine-1.1.24 ] ~ [ wine-1.1.23 ] ~ [ wine-1.1.22 ] ~ [ wine-1.1.21 ] ~ [ wine-1.1.20 ] ~ [ wine-1.1.19 ] ~ [ wine-1.1.18 ] ~ [ wine-1.1.17 ] ~ [ wine-1.1.16 ] ~ [ wine-1.1.15 ] ~ [ wine-1.1.14 ] ~ [ wine-1.1.13 ] ~ [ wine-1.1.12 ] ~ [ wine-1.1.11 ] ~ [ wine-1.1.10 ] ~ [ wine-1.1.9 ] ~ [ wine-1.1.8 ] ~ [ wine-1.1.7 ] ~ [ wine-1.0.1 ] ~ [ wine-1.1.6 ] ~ [ wine-1.1.5 ] ~ [ wine-1.1.4 ] ~ [ wine-1.1.3 ] ~ [ wine-1.1.2 ] ~ [ wine-1.1.1 ] ~ [ wine-1.1.0 ] ~ [ wine-1.0 ] ~

  1 /*
  2  * wineconsole (Dutch resources)
  3  * 
  4  * Copyright 2003 Hans Leidekker
  5  * Copyright 2008 Frans Kool
  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 
 22 #include "wineconsole_res.h"
 23 
 24 LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
 25 
 26 STRINGTABLE
 27 BEGIN
 28 IDS_EDIT,               "&Bewerken"
 29 IDS_DEFAULT,            "&Standaardinstellingen"
 30 IDS_PROPERTIES,         "&Eigenschappen"
 31 IDS_MARK,               "&Markeren"
 32 IDS_COPY,               "&KopiÃren«"
 33 IDS_PASTE,              "&Plakken"
 34 IDS_SELECTALL,          "&Alles selecteren"
 35 IDS_SCROLL,             "Sc&rollen"
 36 IDS_SEARCH,             "&Zoeken"
 37 IDS_FNT_DISPLAY,        "Elk karakter is %ld pixels breed en %ld pixels hoog"
 38 IDS_FNT_PREVIEW_1,      "Dit is een test"
 39 IDS_FNT_PREVIEW_2,      ""
 40 IDS_DLG_TIT_DEFAULT,    "Configuratie - standaard instelllingen"
 41 IDS_DLG_TIT_CURRENT,    "Configuratie - huidige instellingen"
 42 IDS_DLG_TIT_ERROR,      "Configuratiefout"
 43 IDS_DLG_ERR_SBWINSIZE,  "De schermbuffer moet groter dan of gelijk zijn aan de vensterbuffer"
 44 
 45 IDS_CMD_INVALID_EVENT_ID   "wineconsole: Fout in verwerken gebeurtenis id\n"
 46 IDS_CMD_INVALID_BACKEND    "wineconsole: Onjuiste backend\n"
 47 IDS_CMD_INVALID_OPTION     "wineconsole: Niet herkende opdrachtregel optie\n"
 48 IDS_CMD_ABOUT              "Dit start een programma in een Wine console-omgeving\n"
 49 IDS_CMD_LAUNCH_FAILED      "wineconsole: Starten van programma %s mislukt.\n"\
 50                            "Het commando is onjuist.\n"
 51 
 52 IDS_USAGE_HEADER           "\nGebruik:\n  wineconsole [opties] <commando>\n\nOpties:\n"
 53 IDS_USAGE_BACKEND          "  --backend={user|curses}  Kiezen voor user zal een nieuw window doen verschijnen,\n"\
 54                            "                            curses zal proberen de huidige terminal om te zetten\n"\
 55                            "                            in een Wine console\n"
 56 IDS_USAGE_COMMAND          "  <commando>                Het Wine programma dat zal starten in de Wine console\n"
 57 IDS_USAGE_FOOTER           "\nExample:\n  wineconsole cmd\nStarts the Wine command prompt in a Wine console\n\n"
 58 
 59 END
 60 
 61 IDD_OPTION DIALOG LOADONCALL MOVEABLE DISCARDABLE 36, 24, 140, 105
 62 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 63 CAPTION " Opties "
 64 FONT 8, "MS Shell Dlg"
 65 {
 66         GROUPBOX "Cursorgrootte", -1, 10, 11, 60, 44, BS_GROUPBOX
 67         AUTORADIOBUTTON "&Klein", IDC_OPT_CURSOR_SMALL, 14, 23, 44, 10, WS_TABSTOP
 68         AUTORADIOBUTTON "&Middel", IDC_OPT_CURSOR_MEDIUM, 14, 33, 44, 10, WS_TABSTOP
 69         AUTORADIOBUTTON "&Groot", IDC_OPT_CURSOR_LARGE, 14, 43, 44, 10, WS_TABSTOP
 70 
 71         GROUPBOX "Controle", -1, 75, 11, 125, 44, BS_GROUPBOX
 72         LTEXT "Popup menu", -1, 79, 23, 40, 10
 73         AUTOCHECKBOX "&Control", IDC_OPT_CONF_CTRL, 129, 23, 60, 10, WS_TABSTOP
 74         AUTOCHECKBOX "S&hift", IDC_OPT_CONF_SHIFT, 129, 33, 60, 10, WS_TABSTOP
 75         LTEXT "Snel bewerken", -1, 79, 43, 50, 10
 76         AUTOCHECKBOX "&aan", IDC_OPT_QUICK_EDIT, 129, 43, 60, 10, WS_TABSTOP
 77 
 78         GROUPBOX "Geschiedenis", -1, 10, 57, 190, 35, BS_GROUPBOX
 79         LTEXT "&Aantal te bewaren opdrachten :", -1, 14, 67, 78, 18
 80         EDITTEXT IDC_OPT_HIST_SIZE, 92, 69, 31, 12, WS_TABSTOP|WS_BORDER|ES_NUMBER
 81         CONTROL "", IDC_OPT_HIST_SIZE_UD, "msctls_updown32", UDS_SETBUDDYINT|UDS_ALIGNRIGHT|UDS_AUTOBUDDY|UDS_ARROWKEYS|UDS_NOTHOUSANDS, 0, 0, 0, 0
 82         AUTOCHECKBOX "&Verwijderen dubbelen", IDC_OPT_HIST_NODOUBLE, 130, 67, 50, 18, WS_TABSTOP|BS_MULTILINE
 83 }
 84 
 85 IDD_FONT DIALOG LOADONCALL MOVEABLE DISCARDABLE 36, 24, 140, 105
 86 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 87 CAPTION " Lettertype "
 88 FONT 8, "MS Shell Dlg"
 89 {
 90         LTEXT "&Lettertype", -1, 5, 5, 24, 8
 91         LISTBOX IDC_FNT_LIST_FONT, 5, 18, 90, 42, LBS_SORT|WS_VSCROLL
 92         LTEXT "&Kleur", -1, 100, 5, 50, 8
 93         CONTROL "", IDC_FNT_COLOR_FG, "WineConColorPreview", 0L, 100, 18, 48, 16
 94         CONTROL "", IDC_FNT_COLOR_BK, "WineConColorPreview", 0L, 100, 40, 48, 16
 95         LTEXT "&Grootte", -1, 158, 5, 40, 8
 96         LISTBOX IDC_FNT_LIST_SIZE, 158, 18, 40, 60, WS_VSCROLL
 97         CONTROL "", IDC_FNT_PREVIEW, "WineConFontPreview", 0L, 5, 60, 109, 40
 98         LTEXT "", IDC_FNT_FONT_INFO, 128, 76, 80, 18
 99 }
100 
101 IDD_CONFIG DIALOG LOADONCALL MOVEABLE DISCARDABLE 36, 24, 140, 105
102 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
103 CAPTION " Configuratie "
104 FONT 8, "MS Shell Dlg"
105 {
106         GROUPBOX "Buffer zone", -1, 10, 11, 100, 42, BS_GROUPBOX
107         LTEXT "&Breedte :", -1, 14, 25, 54, 9
108         EDITTEXT IDC_CNF_SB_WIDTH, 68, 23, 36, 12, WS_TABSTOP|WS_BORDER|ES_NUMBER
109         CONTROL "", IDC_CNF_SB_WIDTH_UD, "msctls_updown32", UDS_SETBUDDYINT|UDS_ALIGNRIGHT|UDS_AUTOBUDDY|UDS_ARROWKEYS|UDS_NOTHOUSANDS, 0, 0, 0, 0
110         LTEXT "&Hoogte :", -1, 14, 39, 54, 9
111         EDITTEXT IDC_CNF_SB_HEIGHT, 68, 37, 36, 12, WS_TABSTOP|WS_BORDER|ES_NUMBER
112         CONTROL "", IDC_CNF_SB_HEIGHT_UD, "msctls_updown32", UDS_SETBUDDYINT|UDS_ALIGNRIGHT|UDS_AUTOBUDDY|UDS_ARROWKEYS|UDS_NOTHOUSANDS, 0, 0, 0, 0
113 
114         GROUPBOX "Venstergrootte", -1, 10, 55, 100, 42
115         LTEXT "B&reedte :", -1, 14, 69, 54, 9
116         EDITTEXT IDC_CNF_WIN_WIDTH, 68, 67, 36, 12, WS_TABSTOP|WS_BORDER|ES_NUMBER
117         CONTROL "", IDC_CNF_WIN_WIDTH_UD, "msctls_updown32", UDS_SETBUDDYINT|UDS_ALIGNRIGHT|UDS_AUTOBUDDY|UDS_ARROWKEYS|UDS_NOTHOUSANDS, 0, 0, 0, 0
118         LTEXT "H&oogte :", -1, 14, 83, 54, 9
119         EDITTEXT IDC_CNF_WIN_HEIGHT, 68, 81, 36, 12, WS_TABSTOP|WS_BORDER|ES_NUMBER
120         CONTROL "", IDC_CNF_WIN_HEIGHT_UD, "msctls_updown32", UDS_SETBUDDYINT|UDS_ALIGNRIGHT|UDS_AUTOBUDDY|UDS_ARROWKEYS|UDS_NOTHOUSANDS, 0, 0, 0, 0
121 
122         GROUPBOX "Programma is geëindigd", -1, 115, 11, 80, 42, BS_GROUPBOX
123         AUTOCHECKBOX "&Console afsluiten", IDC_CNF_CLOSE_EXIT, 119, 25, 75, 20, WS_TABSTOP
124 
125         GROUPBOX "Versie", -1, 115, 55, 80, 42
126         COMBOBOX IDC_CNF_EDITION_MODE, 119, 69, 75, 20, CBS_DROPDOWNLIST|WS_VSCROLL|WS_TABSTOP
127 }
128 
129 IDD_SAVE_SETTINGS DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 140, 60
130 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
131 CAPTION "Console parameters"
132 FONT 8, "MS Shell Dlg"
133 {
134         GROUPBOX "", -1, 10, 10, 120, 31, BS_GROUPBOX
135         AUTORADIOBUTTON "Bewaar deze instellingen voor latere sessies", IDC_SAV_SAVE, 14, 15, 110, 10, WS_TABSTOP
136         AUTORADIOBUTTON "Wijzig alleen de huidige sessie", IDC_SAV_SESSION, 14, 27, 110, 10, WS_TABSTOP
137 
138         PUSHBUTTON "OK", IDOK, 20, 45, 35, 12
139         PUSHBUTTON "Annuleren", IDCANCEL, 65, 45, 35, 12
140 }

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.