2009-02-05 07:46:59 +00:00
|
|
|
|
/*
|
|
|
|
|
* Copyright 2005-2007 Alexander N. S<>rnes <alex@thehandofagony.com>
|
|
|
|
|
*
|
|
|
|
|
* 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
|
|
|
|
|
*/
|
|
|
|
|
|
2010-03-02 19:37:13 +00:00
|
|
|
|
#include "shdoclc.h"
|
2009-02-05 07:46:59 +00:00
|
|
|
|
|
|
|
|
|
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
|
|
|
|
|
|
Wine dll sync commit 1 of 2.
This one syncs all dlls which only have resource file changes.
avifil32, credui, crypt32, cryptdlg, cryptui, iccvid, kernel32, localspl, localui, mapi32, msacm32, msrle32, msvfw32, msvidc32, oleacc, oledlg, pstorec, shdoclc, wldap32
svn path=/trunk/; revision=48269
2010-07-26 00:12:22 +00:00
|
|
|
|
STRINGTABLE
|
2009-02-05 07:46:59 +00:00
|
|
|
|
{
|
|
|
|
|
IDS_MESSAGE_BOX_TITLE, "Wine Internet Explorer"
|
|
|
|
|
}
|
|
|
|
|
|
Wine dll sync commit 1 of 2.
This one syncs all dlls which only have resource file changes.
avifil32, credui, crypt32, cryptdlg, cryptui, iccvid, kernel32, localspl, localui, mapi32, msacm32, msrle32, msvfw32, msvidc32, oleacc, oledlg, pstorec, shdoclc, wldap32
svn path=/trunk/; revision=48269
2010-07-26 00:12:22 +00:00
|
|
|
|
STRINGTABLE
|
2009-02-05 07:46:59 +00:00
|
|
|
|
{
|
|
|
|
|
IDS_PRINT_HEADER_TEMPLATE "&w&bSide &p" /* FIXME: should be "&w&bPage &p of &P" */
|
|
|
|
|
IDS_PRINT_FOOTER_TEMPLATE "&u&b&d"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
IDR_BROWSE_CONTEXT_MENU MENU
|
|
|
|
|
{
|
|
|
|
|
POPUP "Standard"
|
|
|
|
|
{
|
|
|
|
|
MENUITEM "Til&bage", IDM_GOBACKWARD
|
|
|
|
|
MENUITEM "&Frem", IDM_GOFORWARD
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Gem baggrund &som...", IDM_SAVEBACKGROUND
|
|
|
|
|
MENUITEM "Brug som bag&grund", IDM_SETWALLPAPER
|
|
|
|
|
MENUITEM "&Kopier baggrund", IDM_COPYBACKGROUND
|
|
|
|
|
MENUITEM "Brug som skrivebor&dsobjekt", IDM_SETDESKTOPITEM
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Mark<72>r &alt", IDM_SELECTALL
|
|
|
|
|
MENUITEM "&Inds<64>t", IDM_PASTE
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Lav g&envej", IDM_CREATESHORTCUT
|
|
|
|
|
MENUITEM "Tilf<6C>j til &favoritter", IDM_ADDFAVORITES
|
|
|
|
|
MENUITEM "&Vis kildekode", IDM_VIEWSOURCE
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "K&oding", IDM_LANGUAGE
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Udskr&iv", IDM_PRINT
|
|
|
|
|
MENUITEM "Opdate&r", _IDM_REFRESH
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Egenska&per", IDM_PROPERTIES
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
POPUP "Billede"
|
|
|
|
|
{
|
|
|
|
|
MENUITEM "<22>ben &link", IDM_FOLLOWLINKC
|
|
|
|
|
MENUITEM "<22>ben link i &nyt vindue", IDM_FOLLOWLINKN
|
|
|
|
|
MENUITEM "G&em destination som...", IDM_SAVETARGET
|
|
|
|
|
MENUITEM "Udskriv &destination", IDM_PRINTTARGET
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "&Vis billede", IDM_SHOWPICTURE
|
|
|
|
|
MENUITEM "Gem billede &som...", IDM_SAVEPICTURE
|
|
|
|
|
MENUITEM "Send billedet...", IDM_MP_EMAILPICTURE
|
|
|
|
|
MENUITEM "Udskr&iv billede...", IDM_MP_PRINTPICTURE
|
|
|
|
|
MENUITEM "&G<> til mine billeder", IDM_MP_MYPICS
|
|
|
|
|
MENUITEM "Brug som bag&grund", IDM_SETWALLPAPER
|
|
|
|
|
MENUITEM "Brug som skrivebor&dsobjekt...", IDM_SETDESKTOPITEM
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "&Klip", IDM_CUT
|
|
|
|
|
MENUITEM "K&opier", IDM_COPY
|
|
|
|
|
MENUITEM "Kopier gen&vej", IDM_COPYSHORTCUT
|
|
|
|
|
MENUITEM "&Inds<64>t", IDM_PASTE
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Tilf<6C>j til &favoritter...", IDM_ADDFAVORITES
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Egenskabe&r", IDM_PROPERTIES
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
POPUP "Control"
|
|
|
|
|
{
|
|
|
|
|
MENUITEM "&Fortryd", IDM_UNDO
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "&Klip", IDM_CUT
|
|
|
|
|
MENUITEM "K&opier", IDM_COPY
|
|
|
|
|
MENUITEM "&Inds<64>t", IDM_PASTE
|
|
|
|
|
MENUITEM "&Slet", IDM_DELETE
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Marker &alt", IDM_SELECTALL
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
POPUP "Tabel"
|
|
|
|
|
{
|
|
|
|
|
POPUP "&Marker"
|
|
|
|
|
{
|
|
|
|
|
MENUITEM "&Celle", IDM_CELLSELECT
|
|
|
|
|
MENUITEM "&R<>kke", IDM_ROWSELECT
|
|
|
|
|
MENUITEM "&Kolone", IDM_COLUMNSELECT
|
|
|
|
|
MENUITEM "&Tabel", IDM_TABLESELECT
|
|
|
|
|
}
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Egenskaper for &celle", IDM_CELLPROPERTIES
|
|
|
|
|
MENUITEM "Egenskaper for &tabel", IDM_TABLEPROPERTIES
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
POPUP "1DSidev<65>lging"
|
|
|
|
|
{
|
|
|
|
|
MENUITEM "&Klip", IDM_CUT
|
|
|
|
|
MENUITEM "K&opier", IDM_COPY
|
|
|
|
|
MENUITEM "Inds<64>t", IDM_PASTE
|
|
|
|
|
MENUITEM "Marker &alt", IDM_SELECTALL
|
|
|
|
|
MENUITEM "&Udskriv", IDM_PRINT
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
POPUP "Anker"
|
|
|
|
|
{
|
|
|
|
|
MENUITEM "&<26>ben", IDM_FOLLOWLINKC
|
|
|
|
|
MENUITEM "<22>ben i &nyt vindue", IDM_FOLLOWLINKN
|
|
|
|
|
MENUITEM "&Gem destination som...", IDM_SAVETARGET
|
|
|
|
|
MENUITEM "&Udskrive destination", IDM_PRINTTARGET
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "&Klip", IDM_CUT
|
|
|
|
|
MENUITEM "K&opier", IDM_COPY
|
|
|
|
|
MENUITEM "Kopier gen&vej", IDM_COPYSHORTCUT
|
|
|
|
|
MENUITEM "&Inds<64>t", IDM_PASTE
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Tilf<6C>j til &favoritter...", IDM_ADDFAVORITES
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Egenskabe&r", IDM_PROPERTIES
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
POPUP "Ukendt sammenh<6E>ng"
|
|
|
|
|
{
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
POPUP "DYNSRC-billede"
|
|
|
|
|
{
|
|
|
|
|
MENUITEM "<22>ben l&ink", IDM_FOLLOWLINKC
|
|
|
|
|
MENUITEM "<22>ben link i &nyt vindue", IDM_FOLLOWLINKN
|
|
|
|
|
MENUITEM "&Gem destination som...", IDM_SAVETARGET
|
|
|
|
|
MENUITEM "Udskriv destination", IDM_PRINTTARGET
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "&Vis billede", IDM_SHOWPICTURE
|
|
|
|
|
MENUITEM "Gem video &som...", IDM_SAVEPICTURE
|
|
|
|
|
MENUITEM "Brug som baggrund", IDM_SETWALLPAPER
|
|
|
|
|
MENUITEM "Brug som skrivebor&dselement...", IDM_SETDESKTOPITEM
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "&Klip", IDM_CUT
|
|
|
|
|
MENUITEM "K&opier", IDM_COPY
|
|
|
|
|
MENUITEM "Kopier gen&vej", IDM_COPYSHORTCUT
|
|
|
|
|
MENUITEM "&Inds<64>t", IDM_PASTE
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Tilf<6C>j til &favoritter...", IDM_ADDFAVORITES
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Afspil", IDM_DYNSRCPLAY
|
|
|
|
|
MENUITEM "Stop", IDM_DYNSRCSTOP
|
|
|
|
|
MENUITEM "Egenskabe&r", IDM_PROPERTIES
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
POPUP "ART-bilde"
|
|
|
|
|
{
|
|
|
|
|
MENUITEM "&<26>ben link", IDM_FOLLOWLINKC
|
|
|
|
|
MENUITEM "<22>ben link i &nyt vindue", IDM_FOLLOWLINKN
|
|
|
|
|
MENUITEM "Gem destination som...", IDM_SAVETARGET
|
|
|
|
|
MENUITEM "Udskriv destination", IDM_PRINTTARGET
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "&Vis billede", IDM_SHOWPICTURE
|
|
|
|
|
MENUITEM "Gem billede &som...", IDM_SAVEPICTURE
|
|
|
|
|
MENUITEM "Brug som bag&grund", IDM_SETWALLPAPER
|
|
|
|
|
MENUITEM "Brug som skrivebor&dobjekt...", IDM_SETDESKTOPITEM
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "&Klip", IDM_CUT
|
|
|
|
|
MENUITEM "K&opier", IDM_COPY
|
|
|
|
|
MENUITEM "Kopier gen&vej", IDM_COPYSHORTCUT
|
|
|
|
|
MENUITEM "&Inds<64>t", IDM_PASTE
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Tilf<6C>j til &favoritter...", IDM_ADDFAVORITES
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Afspil", IDM_IMGARTPLAY
|
|
|
|
|
MENUITEM "Stop", IDM_IMGARTSTOP
|
|
|
|
|
MENUITEM "Spol tilbage", IDM_IMGARTREWIND
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Egenskabe&r", IDM_PROPERTIES
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
POPUP "Fejls<6C>gning"
|
|
|
|
|
{
|
|
|
|
|
MENUITEM "Sporingsm<73>erker", IDM_TRACETAGS
|
|
|
|
|
MENUITEM "Ressourcefejl", IDM_RESOURCEFAILURES
|
|
|
|
|
MENUITEM "Dump sporingsinformation", IDM_DUMPTRACKINGINFO
|
|
|
|
|
MENUITEM "Fejls<6C>gningspause", IDM_DEBUGBREAK
|
|
|
|
|
MENUITEM "Fejls<6C>gningsvisning", IDM_DEBUGVIEW
|
|
|
|
|
MENUITEM "Dump <20>Tree<65>", IDM_DUMPTREE
|
|
|
|
|
MENUITEM "Dump <20>Lines<65>", IDM_DUMPLINES
|
|
|
|
|
MENUITEM "Dump <20>DisplayTree<65>", IDM_DUMPDISPLAYTREE
|
|
|
|
|
MENUITEM "Dump <20>FormatCaches<65>", IDM_DUMPFORMATCACHES
|
|
|
|
|
MENUITEM "Dump <20>LayoutRects<74>", IDM_DUMPLAYOUTRECTS
|
|
|
|
|
MENUITEM "Hukommelsesoverv<72>ger", IDM_MEMORYMONITOR
|
|
|
|
|
MENUITEM "Ydelsesm<73>lere", IDM_PERFORMANCEMETERS
|
|
|
|
|
MENUITEM "Gem HTML", IDM_SAVEHTML
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "&Gennemse visning", IDM_BROWSEMODE
|
|
|
|
|
MENUITEM "R&edigerings visning", IDM_EDITMODE
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
POPUP "Lodret rullefelt"
|
|
|
|
|
{
|
|
|
|
|
MENUITEM "Rul her", IDM_SCROLL_HERE
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Top", IDM_SCROLL_TOP
|
|
|
|
|
MENUITEM "Bund", IDM_SCROLL_BOTTOM
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Side op", IDM_SCROLL_PAGEUP
|
|
|
|
|
MENUITEM "Side ne", IDM_SCROLL_PAGEDOWN
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Rul op", IDM_SCROLL_UP
|
|
|
|
|
MENUITEM "Rul ne", IDM_SCROLL_DOWN
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
POPUP "Vandret rullefelt"
|
|
|
|
|
{
|
|
|
|
|
MENUITEM "Rul her", IDM_SCROLL_HERE
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Venstre kant", IDM_SCROLL_LEFTEDGE
|
|
|
|
|
MENUITEM "H<>jre kant", IDM_SCROLL_RIGHTEDGE
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Side venstre", IDM_SCROLL_PAGELEFT
|
|
|
|
|
MENUITEM "Side h<>jre", IDM_SCROLL_PAGERIGHT
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Rul til venstre", IDM_SCROLL_LEFT
|
|
|
|
|
MENUITEM "Rul til h<>jre", IDM_SCROLL_RIGHT
|
|
|
|
|
}
|
|
|
|
|
}
|