⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 shell32_hu.rc

📁 winNT技术操作系统,国外开放的原代码和LIUX一样
💻 RC
字号:
/*
 * Hungarian resources for shell32
 *
 * Copyright 1998 Juergen Schmied
 * Copyright 2005 Robert Horvath - Hungarian translation - talley at cubeclub.hu
 *
 * 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_HUNGARIAN, SUBLANG_NEUTRAL

MENU_001 MENU DISCARDABLE
BEGIN
	MENUITEM "Nagy k閜ek",	FCIDM_SHVIEW_BIGICON
	MENUITEM "Kis k閜ek",	FCIDM_SHVIEW_SMALLICON
	MENUITEM "Lista",		FCIDM_SHVIEW_LISTVIEW
	MENUITEM "R閟zletek",		FCIDM_SHVIEW_REPORTVIEW
END

/*
 shellview background menu
*/
MENU_002 MENU DISCARDABLE
BEGIN
	POPUP ""
	BEGIN
	  POPUP "&N閦et"
	  BEGIN
	    MENUITEM "Nagy k閜ek",	FCIDM_SHVIEW_BIGICON
	    MENUITEM "Kis k閜ek",	FCIDM_SHVIEW_SMALLICON
	    MENUITEM "Lista",		FCIDM_SHVIEW_LISTVIEW
	    MENUITEM "R閟zletek",	FCIDM_SHVIEW_REPORTVIEW
	  END
	  MENUITEM SEPARATOR
	  POPUP "Ikonok rendez閟e"
	  BEGIN
	    MENUITEM "&N関 szerint",	0x30	/* column 0 */
	    MENUITEM "&T韕us szerint",	0x32	/* column 2 */
	    MENUITEM "&M閞et szerint",	0x31	/* ... */
	    MENUITEM "&L閠rehoz醩 ideje szerint",	0x33
	    MENUITEM SEPARATOR
	    MENUITEM "&Automatikus elrendez閟",	FCIDM_SHVIEW_AUTOARRANGE
	  END
	  MENUITEM "Ikonok igazit醩a",	FCIDM_SHVIEW_SNAPTOGRID
	  MENUITEM SEPARATOR
	  MENUITEM "Friss韙閟",		FCIDM_SHVIEW_REFRESH
	  MENUITEM SEPARATOR
	  MENUITEM "Beilleszt閟",		FCIDM_SHVIEW_INSERT
	  MENUITEM "Parancsikon beilleszt閟e",	FCIDM_SHVIEW_INSERTLINK
	  MENUITEM SEPARATOR
	  POPUP "

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -