2009-02-05 07:46:59 +00:00
|
|
|
/*
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
* Copyright 2006-2010 Andras Kovacs
|
2009-02-05 07:46:59 +00:00
|
|
|
*
|
|
|
|
* 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
|
|
|
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
/* UTF-8 */
|
|
|
|
#pragma code_page(65001)
|
|
|
|
|
2009-02-05 07:46:59 +00:00
|
|
|
LANGUAGE LANG_HUNGARIAN, 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
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +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
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
{
|
|
|
|
IDS_PRINT_HEADER_TEMPLATE "&w&bOldal &p" /* FIXME: should be "&w&bPage &p of &P" */
|
|
|
|
IDS_PRINT_FOOTER_TEMPLATE "&u&b&d"
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-02-05 07:46:59 +00:00
|
|
|
IDR_BROWSE_CONTEXT_MENU MENU
|
|
|
|
{
|
|
|
|
POPUP "Default"
|
|
|
|
{
|
|
|
|
MENUITEM "&Vissza", IDM_GOBACKWARD
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "El&őre", IDM_GOFORWARD
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "&Háttér mentése...", IDM_SAVEBACKGROUND
|
|
|
|
MENUITEM "Beállítás há&ttérként", IDM_SETWALLPAPER
|
|
|
|
MENUITEM "Háttér &másolása", IDM_COPYBACKGROUND
|
|
|
|
MENUITEM "Beállítás &asztalelemként", IDM_SETDESKTOPITEM
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "M&indet kijelöli", IDM_SELECTALL
|
|
|
|
MENUITEM "&Beillesztés", IDM_PASTE
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "Parancsi&kon létrehozása", IDM_CREATESHORTCUT
|
|
|
|
MENUITEM "Hozzáa&dás a kedvencekhez", IDM_ADDFAVORITES
|
|
|
|
MENUITEM "&Forrás megjelenítése", IDM_VIEWSOURCE
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "K&ódolás", IDM_LANGUAGE
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "&Nyomtatás", IDM_PRINT
|
|
|
|
MENUITEM "F&rissítés", _IDM_REFRESH
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "Tula&jdonságok", IDM_PROPERTIES
|
2009-02-05 07:46:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
POPUP "Image"
|
|
|
|
{
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "&Link megnyitása", IDM_FOLLOWLINKC
|
|
|
|
MENUITEM "Li&nk megnyitása új ablakban", IDM_FOLLOWLINKN
|
|
|
|
MENUITEM "Cél ment&ése...", IDM_SAVETARGET
|
|
|
|
MENUITEM "&Cél nyomtatása", IDM_PRINTTARGET
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "Kép megjelen&ítése", IDM_SHOWPICTURE
|
|
|
|
MENUITEM "&Kép mentése...", IDM_SAVEPICTURE
|
|
|
|
MENUITEM "Kép elküldése &e-mail-ben...", IDM_MP_EMAILPICTURE
|
|
|
|
MENUITEM "Kép n&yomtatása...", IDM_MP_PRINTPICTURE
|
|
|
|
MENUITEM "&Ugrás a Képek-hez", IDM_MP_MYPICS
|
|
|
|
MENUITEM "Beállíttás há&ttérként", IDM_SETWALLPAPER
|
|
|
|
MENUITEM "Beállíttás &asztalelemként...", IDM_SETDESKTOPITEM
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "K&ivágás", IDM_CUT
|
|
|
|
MENUITEM "&Másolás", IDM_COPY
|
|
|
|
MENUITEM "Parancs&ikon másolása", IDM_COPYSHORTCUT
|
|
|
|
MENUITEM "Bei&llesztés", IDM_PASTE
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "Hozzáa&dás a kedvencekhez...", IDM_ADDFAVORITES
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "Tula&jdonságok", IDM_PROPERTIES
|
2009-02-05 07:46:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
POPUP "Control"
|
|
|
|
{
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "&Visszavonás", IDM_UNDO
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "Kiv&ágás", IDM_CUT
|
|
|
|
MENUITEM "&Másolás", IDM_COPY
|
|
|
|
MENUITEM "&Beillesztés", IDM_PASTE
|
|
|
|
MENUITEM "&Törlés", IDM_DELETE
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "Mindet k&ijelöli", IDM_SELECTALL
|
2009-02-05 07:46:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
POPUP "Table"
|
|
|
|
{
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
POPUP "&Kiválasztás"
|
2009-02-05 07:46:59 +00:00
|
|
|
{
|
|
|
|
MENUITEM "&Cella", IDM_CELLSELECT
|
|
|
|
MENUITEM "&Sor", IDM_ROWSELECT
|
|
|
|
MENUITEM "&Oszlop", IDM_COLUMNSELECT
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "&Tábla", IDM_TABLESELECT
|
2009-02-05 07:46:59 +00:00
|
|
|
}
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "&Cella tulajdonságai", IDM_CELLPROPERTIES
|
|
|
|
MENUITEM "&Tábla tulajdonságai", IDM_TABLEPROPERTIES
|
2009-02-05 07:46:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
POPUP "1DSite Select"
|
|
|
|
{
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "&Kivágás", IDM_CUT
|
|
|
|
MENUITEM "&Másolás", IDM_COPY
|
|
|
|
MENUITEM "Beillesztés", IDM_PASTE
|
|
|
|
MENUITEM "Mindet k&ijelöli", IDM_SELECTALL
|
|
|
|
MENUITEM "&Nyomtatás", IDM_PRINT
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
|
|
|
}
|
|
|
|
|
|
|
|
POPUP "Anchor"
|
|
|
|
{
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "&Megnyitás", IDM_FOLLOWLINKC
|
|
|
|
MENUITEM "Megnyitás &új ablakban", IDM_FOLLOWLINKN
|
|
|
|
MENUITEM "Cél m&entése...", IDM_SAVETARGET
|
|
|
|
MENUITEM "C&él nyomtatása", IDM_PRINTTARGET
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "Kivágás", IDM_CUT
|
|
|
|
MENUITEM "Má&solás", IDM_COPY
|
|
|
|
MENUITEM "Parancs&ikon másolása", IDM_COPYSHORTCUT
|
|
|
|
MENUITEM "&Beillesztés", IDM_PASTE
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "Hozzáadás a ke&dvencekhez...", IDM_ADDFAVORITES
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "Tula&jdonságok", IDM_PROPERTIES
|
2009-02-05 07:46:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
POPUP "Context Unknown"
|
|
|
|
{
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
POPUP "DYNSRC Image"
|
|
|
|
{
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "&Link megnyitása", IDM_FOLLOWLINKC
|
|
|
|
MENUITEM "Li&nk megnyitása új ablakban", IDM_FOLLOWLINKN
|
|
|
|
MENUITEM "Cél ment&ése...", IDM_SAVETARGET
|
|
|
|
MENUITEM "&Cél nyomtatása", IDM_PRINTTARGET
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "Kép megjelen&ítése", IDM_SHOWPICTURE
|
|
|
|
MENUITEM "&Video mentése...", IDM_SAVEPICTURE
|
|
|
|
MENUITEM "Beállíttás há&ttérként", IDM_SETWALLPAPER
|
|
|
|
MENUITEM "Beállíttás &asztalelemként...", IDM_SETDESKTOPITEM
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "K&ivágás", IDM_CUT
|
|
|
|
MENUITEM "&Másolás", IDM_COPY
|
|
|
|
MENUITEM "Parancs&ikon másolása", IDM_COPYSHORTCUT
|
|
|
|
MENUITEM "Bei&llesztés", IDM_PASTE
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "Hozzáa&dás a kedvencekhez...", IDM_ADDFAVORITES
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "Lejátszás", IDM_DYNSRCPLAY
|
|
|
|
MENUITEM "Leállítás", IDM_DYNSRCSTOP
|
|
|
|
MENUITEM "Tula&jdonságok", IDM_PROPERTIES
|
2009-02-05 07:46:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
POPUP "ART Image"
|
|
|
|
{
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "&Link megnyitása", IDM_FOLLOWLINKC
|
|
|
|
MENUITEM "Li&nk megnyitása új ablakban", IDM_FOLLOWLINKN
|
|
|
|
MENUITEM "Cél ment&ése...", IDM_SAVETARGET
|
|
|
|
MENUITEM "&Cél nyomtatása", IDM_PRINTTARGET
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "Kép megjelen&ítése", IDM_SHOWPICTURE
|
|
|
|
MENUITEM "&Video mentése...", IDM_SAVEPICTURE
|
|
|
|
MENUITEM "Beállíttás há&ttérként", IDM_SETWALLPAPER
|
|
|
|
MENUITEM "Beállíttás &asztalelemként...", IDM_SETDESKTOPITEM
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "K&ivágás", IDM_CUT
|
|
|
|
MENUITEM "&Másolás", IDM_COPY
|
|
|
|
MENUITEM "Parancs&ikon másolása", IDM_COPYSHORTCUT
|
|
|
|
MENUITEM "Bei&llesztés", IDM_PASTE
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "Hozzáa&dás a kedvencekhez...", IDM_ADDFAVORITES
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "Lejátszás", IDM_IMGARTPLAY
|
|
|
|
MENUITEM "Leállítás", IDM_IMGARTSTOP
|
|
|
|
MENUITEM "Visszatekerés", IDM_IMGARTREWIND
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "Tula&jdonságok", IDM_PROPERTIES
|
2009-02-05 07:46:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
POPUP "Debug"
|
|
|
|
{
|
|
|
|
MENUITEM "Trace Tag-ek", IDM_TRACETAGS
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "Erőforrás hibák", IDM_RESOURCEFAILURES
|
|
|
|
MENUITEM "Nyomkövetési info dumplása", IDM_DUMPTRACKINGINFO
|
|
|
|
MENUITEM "Hibakeresés megszakítása", IDM_DEBUGBREAK
|
|
|
|
MENUITEM "Hibakeresési nézet", IDM_DEBUGVIEW
|
|
|
|
MENUITEM "Fa dumpolása", IDM_DUMPTREE
|
|
|
|
MENUITEM "Sorok dumpolása", IDM_DUMPLINES
|
|
|
|
MENUITEM "DisplayTree dumpolása", IDM_DUMPDISPLAYTREE
|
|
|
|
MENUITEM "FormatCaches dumpolása", IDM_DUMPFORMATCACHES
|
|
|
|
MENUITEM "LayoutRects dumpolása", IDM_DUMPLAYOUTRECTS
|
|
|
|
MENUITEM "Memóriafigyelő", IDM_MEMORYMONITOR
|
|
|
|
MENUITEM "Teljesítménymérő", IDM_PERFORMANCEMETERS
|
|
|
|
MENUITEM "HTML mentése", IDM_SAVEHTML
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
MENUITEM "&Nézet tallózása", IDM_BROWSEMODE
|
|
|
|
MENUITEM "N&ézet szerkesztése", IDM_EDITMODE
|
2009-02-05 07:46:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
POPUP "Vertical Scrollbar"
|
|
|
|
{
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "Görgetés itt", IDM_SCROLL_HERE
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "Felül", IDM_SCROLL_TOP
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM "Alul", IDM_SCROLL_BOTTOM
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
MENUITEM "Lap fel", IDM_SCROLL_PAGEUP
|
|
|
|
MENUITEM "Lap le", IDM_SCROLL_PAGEDOWN
|
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "Görgetés fel", IDM_SCROLL_UP
|
|
|
|
MENUITEM "Görgetés le", IDM_SCROLL_DOWN
|
2009-02-05 07:46:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
POPUP "Horizontal Scrollbar"
|
|
|
|
{
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "Görgetés itt", IDM_SCROLL_HERE
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "Bal széle", IDM_SCROLL_LEFTEDGE
|
|
|
|
MENUITEM "Jobb széle", IDM_SCROLL_RIGHTEDGE
|
2009-02-05 07:46:59 +00:00
|
|
|
MENUITEM SEPARATOR
|
|
|
|
MENUITEM "Lap balra", IDM_SCROLL_PAGELEFT
|
|
|
|
MENUITEM "Lap jobbra", IDM_SCROLL_PAGERIGHT
|
|
|
|
MENUITEM SEPARATOR
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
MENUITEM "Görgetés balra", IDM_SCROLL_LEFT
|
|
|
|
MENUITEM "Görgetés jobbra", IDM_SCROLL_RIGHT
|
2009-02-05 07:46:59 +00:00
|
|
|
}
|
|
|
|
}
|