2006-11-09 23:51:08 +01:00
|
|
|
|
/*
|
|
|
|
|
* Dutch resources for mshtml
|
|
|
|
|
*
|
|
|
|
|
* Copyright 2005 Hans Leidekker
|
|
|
|
|
*
|
|
|
|
|
* 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
|
|
|
|
*/
|
|
|
|
|
|
2009-07-02 00:28:07 +02:00
|
|
|
|
#include "shdoclc.h"
|
2006-11-09 23:51:08 +01:00
|
|
|
|
|
|
|
|
|
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
|
|
|
|
|
|
2008-02-14 23:18:39 +01:00
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
|
|
|
{
|
|
|
|
|
IDS_MESSAGE_BOX_TITLE, "Wine Internet Verkenner"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
|
|
|
{
|
|
|
|
|
IDS_PRINT_HEADER_TEMPLATE "&w&bPagina &p" /* FIXME: should be "&w&bPagina &p of &P" */
|
|
|
|
|
IDS_PRINT_FOOTER_TEMPLATE "&u&b&d"
|
|
|
|
|
}
|
|
|
|
|
|
2006-11-09 23:51:08 +01:00
|
|
|
|
IDR_BROWSE_CONTEXT_MENU MENU
|
|
|
|
|
{
|
|
|
|
|
POPUP "Standaard"
|
|
|
|
|
{
|
|
|
|
|
MENUITEM "&Terug", IDM_GOBACKWARD
|
|
|
|
|
MENUITEM "V&ooruit", IDM_GOFORWARD
|
|
|
|
|
MENUITEM SEPARATOR
|
2010-05-19 22:57:09 +02:00
|
|
|
|
MENUITEM "Achtergrond ops&laan als...", IDM_SAVEBACKGROUND
|
2006-11-09 23:51:08 +01:00
|
|
|
|
MENUITEM "Als achtergrond instellen", IDM_SETWALLPAPER
|
|
|
|
|
MENUITEM "Achtergrond &kopi<70>ren", IDM_COPYBACKGROUND
|
|
|
|
|
MENUITEM "Als desktopelement instellen...", IDM_SETDESKTOPITEM
|
|
|
|
|
MENUITEM SEPARATOR
|
2010-05-19 22:57:09 +02:00
|
|
|
|
MENUITEM "&Alles selecteren", IDM_SELECTALL
|
2006-11-09 23:51:08 +01:00
|
|
|
|
MENUITEM "&Plakken", IDM_PASTE
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "&Snelkoppeling aanmaken", IDM_CREATESHORTCUT
|
2010-05-19 22:57:09 +02:00
|
|
|
|
MENUITEM "Aan &favorieten toevoegen", IDM_ADDFAVORITES
|
2006-11-09 23:51:08 +01:00
|
|
|
|
MENUITEM "&Bronweergave", IDM_VIEWSOURCE
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "&Tekstcodering", IDM_LANGUAGE
|
|
|
|
|
MENUITEM SEPARATOR
|
2010-05-19 22:57:09 +02:00
|
|
|
|
MENUITEM "Af&drukken", IDM_PRINT
|
2006-11-09 23:51:08 +01:00
|
|
|
|
MENUITEM "A&ctualiseren", _IDM_REFRESH
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "&Eigenschappen", IDM_PROPERTIES
|
|
|
|
|
}
|
|
|
|
|
|
2010-05-19 22:57:09 +02:00
|
|
|
|
POPUP "Afbeelding"
|
2006-11-09 23:51:08 +01:00
|
|
|
|
{
|
|
|
|
|
MENUITEM "&Open link", IDM_FOLLOWLINKC
|
2010-05-19 22:57:09 +02:00
|
|
|
|
MENUITEM "Open link in &nieuw venster", IDM_FOLLOWLINKN
|
|
|
|
|
MENUITEM "Doel ops&laan als...", IDM_SAVETARGET
|
|
|
|
|
MENUITEM "Doel af&drukken", IDM_PRINTTARGET
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "&Toon afbeelding", IDM_SHOWPICTURE
|
|
|
|
|
MENUITEM "Af&beelding opslaan als...", IDM_SAVEPICTURE
|
|
|
|
|
MENUITEM "Afbeelding &versturen...", IDM_MP_EMAILPICTURE
|
|
|
|
|
MENUITEM "Afbeelding &afdrukken...", IDM_MP_PRINTPICTURE
|
2006-11-09 23:51:08 +01:00
|
|
|
|
MENUITEM "&Ga naar Mijn Afbeeldingen", IDM_MP_MYPICS
|
|
|
|
|
MENUITEM "Als achtergrond instellen", IDM_SETWALLPAPER
|
|
|
|
|
MENUITEM "Als desktopelement instellen...", IDM_SETDESKTOPITEM
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "K&nippen", IDM_CUT
|
|
|
|
|
MENUITEM "&Kopi<70>ren", IDM_COPY
|
|
|
|
|
MENUITEM "&Snelkoppeling kopi<70>ren", IDM_COPYSHORTCUT
|
|
|
|
|
MENUITEM "&Plakken", IDM_PASTE
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Aan &favorieten toevoegen...", IDM_ADDFAVORITES
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "&Eigenschappen", IDM_PROPERTIES
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
POPUP "Besturing"
|
|
|
|
|
{
|
|
|
|
|
MENUITEM "&Ongedaan maken", IDM_UNDO
|
|
|
|
|
MENUITEM SEPARATOR
|
2010-05-19 22:57:09 +02:00
|
|
|
|
MENUITEM "K&nippen", IDM_CUT
|
|
|
|
|
MENUITEM "&Kopi<70>ren", IDM_COPY
|
2006-11-09 23:51:08 +01:00
|
|
|
|
MENUITEM "&Plakken", IDM_PASTE
|
|
|
|
|
MENUITEM "&Verwijderen", IDM_DELETE
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Alles &selecteren", IDM_SELECTALL
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
POPUP "Tabellen"
|
|
|
|
|
{
|
|
|
|
|
POPUP "&Selecteren"
|
|
|
|
|
{
|
|
|
|
|
MENUITEM "&Cel", IDM_CELLSELECT
|
|
|
|
|
MENUITEM "&Regel", IDM_ROWSELECT
|
|
|
|
|
MENUITEM "&Kolom", IDM_COLUMNSELECT
|
|
|
|
|
MENUITEM "&Tabel", IDM_TABLESELECT
|
|
|
|
|
}
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM SEPARATOR
|
2010-05-19 22:57:09 +02:00
|
|
|
|
MENUITEM "Cel&eigenschappen", IDM_CELLPROPERTIES
|
|
|
|
|
MENUITEM "Tabelei&genschappen", IDM_TABLEPROPERTIES
|
2006-11-09 23:51:08 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
POPUP "1DPaginakeuze"
|
|
|
|
|
{
|
|
|
|
|
MENUITEM "K&nippen", IDM_CUT
|
|
|
|
|
MENUITEM "&Kopi<70>ren", IDM_COPY
|
|
|
|
|
MENUITEM "&Plakken", IDM_PASTE
|
|
|
|
|
MENUITEM "Alles &selecteren", IDM_SELECTALL
|
2010-05-19 22:57:09 +02:00
|
|
|
|
MENUITEM "Af&drukken", IDM_PRINT
|
2006-11-09 23:51:08 +01:00
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
POPUP "Anker"
|
|
|
|
|
{
|
|
|
|
|
MENUITEM "&Openen", IDM_FOLLOWLINKC
|
2010-05-19 22:57:09 +02:00
|
|
|
|
MENUITEM "In nieuw &venster openen", IDM_FOLLOWLINKN
|
|
|
|
|
MENUITEM "Doel ops&laan als...", IDM_SAVETARGET
|
|
|
|
|
MENUITEM "Doel af&drukken", IDM_PRINTTARGET
|
2006-11-09 23:51:08 +01:00
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "K&nippen", IDM_CUT
|
|
|
|
|
MENUITEM "&Kopi<70>ren", IDM_COPY
|
|
|
|
|
MENUITEM "&Snelkoppeling kopi<70>ren", IDM_COPYSHORTCUT
|
|
|
|
|
MENUITEM "&Plakken", IDM_PASTE
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Aan &favorieten toevoegen...", IDM_ADDFAVORITES
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "&Eigenschappen", IDM_PROPERTIES
|
|
|
|
|
}
|
|
|
|
|
|
2008-02-14 23:18:39 +01:00
|
|
|
|
POPUP "Context Onbekend"
|
2006-11-09 23:51:08 +01:00
|
|
|
|
{
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
}
|
|
|
|
|
|
2010-05-19 22:57:09 +02:00
|
|
|
|
POPUP "DYNSRC Afbeelding"
|
2006-11-09 23:51:08 +01:00
|
|
|
|
{
|
|
|
|
|
MENUITEM "&Open link", IDM_FOLLOWLINKC
|
|
|
|
|
MENUITEM "Open link in &nieuw venster", IDM_FOLLOWLINKN
|
2010-05-19 22:57:09 +02:00
|
|
|
|
MENUITEM "Doel ops&laan als...", IDM_SAVETARGET
|
|
|
|
|
MENUITEM "Doel af&drukken", IDM_PRINTTARGET
|
2006-11-09 23:51:08 +01:00
|
|
|
|
MENUITEM SEPARATOR
|
2010-05-19 22:57:09 +02:00
|
|
|
|
MENUITEM "&Toon afbeelding", IDM_SHOWPICTURE
|
|
|
|
|
MENUITEM "Af&beelding opslaan als...", IDM_SAVEPICTURE
|
2006-11-09 23:51:08 +01:00
|
|
|
|
MENUITEM "Als achtergrond instellen", IDM_SETWALLPAPER
|
|
|
|
|
MENUITEM "Als desktopelement instellen...", IDM_SETDESKTOPITEM
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "K&nippen", IDM_CUT
|
|
|
|
|
MENUITEM "&Kopi<70>ren", IDM_COPY
|
|
|
|
|
MENUITEM "&Snelkoppeling kopi<70>ren", IDM_COPYSHORTCUT
|
|
|
|
|
MENUITEM "&Plakken", IDM_PASTE
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Aan &favorieten toevoegen...", IDM_ADDFAVORITES
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Afspelen", IDM_DYNSRCPLAY
|
|
|
|
|
MENUITEM "Stop", IDM_DYNSRCSTOP
|
|
|
|
|
MENUITEM "&Eigenschappen", IDM_PROPERTIES
|
|
|
|
|
}
|
|
|
|
|
|
2010-05-19 22:57:09 +02:00
|
|
|
|
POPUP "ART Afbeelding"
|
2006-11-09 23:51:08 +01:00
|
|
|
|
{
|
|
|
|
|
MENUITEM "&Open link", IDM_FOLLOWLINKC
|
|
|
|
|
MENUITEM "Open link in &nieuw venster", IDM_FOLLOWLINKN
|
2010-05-19 22:57:09 +02:00
|
|
|
|
MENUITEM "Doel ops&laan als...", IDM_SAVETARGET
|
|
|
|
|
MENUITEM "Doel af&drukken", IDM_PRINTTARGET
|
2006-11-09 23:51:08 +01:00
|
|
|
|
MENUITEM SEPARATOR
|
2010-05-19 22:57:09 +02:00
|
|
|
|
MENUITEM "&Toon afbeelding", IDM_SHOWPICTURE
|
|
|
|
|
MENUITEM "Af&beelding opslaan als...", IDM_SAVEPICTURE
|
2006-11-09 23:51:08 +01:00
|
|
|
|
MENUITEM "Als achtergrond instellen", IDM_SETWALLPAPER
|
|
|
|
|
MENUITEM "Als desktopelement instellen...", IDM_SETDESKTOPITEM
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "K&nippen", IDM_CUT
|
|
|
|
|
MENUITEM "&Kopi<70>ren", IDM_COPY
|
|
|
|
|
MENUITEM "&Snelkoppeling kopi<70>ren", IDM_COPYSHORTCUT
|
|
|
|
|
MENUITEM "&Plakken", IDM_PASTE
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Aan &favorieten toevoegen...", IDM_ADDFAVORITES
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Afspelen", IDM_IMGARTPLAY
|
|
|
|
|
MENUITEM "Stop", IDM_IMGARTSTOP
|
|
|
|
|
MENUITEM "Terugspoelen", IDM_IMGARTREWIND
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "&Eigenschappen", IDM_PROPERTIES
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
POPUP "Debug"
|
|
|
|
|
{
|
2008-02-14 23:18:39 +01:00
|
|
|
|
MENUITEM "Traceer Labels", IDM_TRACETAGS
|
|
|
|
|
MENUITEM "Resource Fouten", IDM_RESOURCEFAILURES
|
|
|
|
|
MENUITEM "Log Tracerings Informatie", IDM_DUMPTRACKINGINFO
|
|
|
|
|
MENUITEM "Debug Onderbreking", IDM_DEBUGBREAK
|
|
|
|
|
MENUITEM "Debug Beeld", IDM_DEBUGVIEW
|
|
|
|
|
MENUITEM "Log Gehele Boom", IDM_DUMPTREE
|
|
|
|
|
MENUITEM "Log Regels", IDM_DUMPLINES
|
|
|
|
|
MENUITEM "Log Beeld Boom", IDM_DUMPDISPLAYTREE
|
|
|
|
|
MENUITEM "Log Formaat Caches", IDM_DUMPFORMATCACHES
|
|
|
|
|
MENUITEM "Log Layout Rects", IDM_DUMPLAYOUTRECTS
|
|
|
|
|
MENUITEM "Geheugen Monitor", IDM_MEMORYMONITOR
|
2006-11-09 23:51:08 +01:00
|
|
|
|
MENUITEM "Performance Meters", IDM_PERFORMANCEMETERS
|
2008-02-14 23:18:39 +01:00
|
|
|
|
MENUITEM "Sla HTML op", IDM_SAVEHTML
|
2006-11-09 23:51:08 +01:00
|
|
|
|
MENUITEM SEPARATOR
|
2008-02-14 23:18:39 +01:00
|
|
|
|
MENUITEM "&Bladeren Beeld", IDM_BROWSEMODE
|
|
|
|
|
MENUITEM "&Wijzigen Beeld", IDM_EDITMODE
|
2006-11-09 23:51:08 +01:00
|
|
|
|
}
|
|
|
|
|
|
2010-05-19 22:57:09 +02:00
|
|
|
|
POPUP "Verticale scrollbalk"
|
2006-11-09 23:51:08 +01:00
|
|
|
|
{
|
2010-05-19 22:57:09 +02:00
|
|
|
|
MENUITEM "Scroll hier", IDM_SCROLL_HERE
|
2006-11-09 23:51:08 +01:00
|
|
|
|
MENUITEM SEPARATOR
|
2010-05-19 22:57:09 +02:00
|
|
|
|
MENUITEM "Boven", IDM_SCROLL_TOP
|
|
|
|
|
MENUITEM "Onder", IDM_SCROLL_BOTTOM
|
2006-11-09 23:51:08 +01:00
|
|
|
|
MENUITEM SEPARATOR
|
2010-05-19 22:57:09 +02:00
|
|
|
|
MENUITEM "Pagina naar boven", IDM_SCROLL_PAGEUP
|
|
|
|
|
MENUITEM "Pagina naar onder", IDM_SCROLL_PAGEDOWN
|
2006-11-09 23:51:08 +01:00
|
|
|
|
MENUITEM SEPARATOR
|
2010-05-19 22:57:09 +02:00
|
|
|
|
MENUITEM "Scroll omhoog", IDM_SCROLL_UP
|
|
|
|
|
MENUITEM "Scroll omlaag", IDM_SCROLL_DOWN
|
2006-11-09 23:51:08 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
POPUP "Horizontale scrollbalk"
|
|
|
|
|
{
|
2010-05-19 22:57:09 +02:00
|
|
|
|
MENUITEM "Scroll hier", IDM_SCROLL_HERE
|
2006-11-09 23:51:08 +01:00
|
|
|
|
MENUITEM SEPARATOR
|
2010-05-19 22:57:09 +02:00
|
|
|
|
MENUITEM "Linkerrand", IDM_SCROLL_LEFTEDGE
|
|
|
|
|
MENUITEM "Rechterrand", IDM_SCROLL_RIGHTEDGE
|
2006-11-09 23:51:08 +01:00
|
|
|
|
MENUITEM SEPARATOR
|
2010-05-19 22:57:09 +02:00
|
|
|
|
MENUITEM "Pagina naar links", IDM_SCROLL_PAGELEFT
|
|
|
|
|
MENUITEM "Pagina naar rechts", IDM_SCROLL_PAGERIGHT
|
2006-11-09 23:51:08 +01:00
|
|
|
|
MENUITEM SEPARATOR
|
2010-05-19 22:57:09 +02:00
|
|
|
|
MENUITEM "Scroll naar links", IDM_SCROLL_LEFT
|
|
|
|
|
MENUITEM "Scroll naar rechts", IDM_SCROLL_RIGHT
|
2006-11-09 23:51:08 +01:00
|
|
|
|
}
|
|
|
|
|
}
|