mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-13 20:28:31 +10:00
* Fix stdafx include * Fix basic handling of "Games" folder on Windows10 RS4 (#10) This does the following: - Sets the default state to hidden - Skips the Games folder when searching This does not: - Hide the dead menu entry. I do not currently know how to actively change the user preference setting to forcefully hide it. * Add basic Visual Studio gitignore * Add specific entries to gitignore * Do not set default menu to Win7 on RS4 (#10) * Rename "PC Settings" to "Settings" (#12) * Create distinction between modern and legacy settings in search results * Add more build artifacts to gitignore * Add default paths for toolset and build all languages * Fix several memsize, memtype and nullpointer issues * create trunk branch containing all changes * set fallback and next version to 4.3.2, set resource fallback value to allow loading in IDE * add generated en-US.dll to gitignore * Don't echo script contents, add disabled "git clean -dfx" to build fresh * Initial re-branding work (#21) * Create copy of __MakeFinal to build all languages (Use this file when releasing new versions) * Move the registry key IvoSoft->Passionate-Coder (#21) * Change company/mfg name IvoSoft->Passionate-Coder (#21) * Update some leftover copyright dates (#21) * Fix accidental copy-paste breaking MakeFinal scripts * Fix invalid company name for Wix and change registry keys to match the new string (#21) * Update more copyright and legal text (#21) * Update RTF files format (Wordpad generated those) (#21) * update license text in RTF files (#21) We lost the blue link text in the installer page. Will have to manually re-color all the links later.
61 lines
3.0 KiB
Plaintext
61 lines
3.0 KiB
Plaintext
; DON'T TRANSLATE =============================================================
|
||
|
||
; disabled
|
||
LogLevel.supportedOn = never
|
||
ShowFreeSpace2.supportedOn = never
|
||
ShowInfoTip2.supportedOn = never
|
||
|
||
; os-specific
|
||
ReplaceFileUI.supportedOn = win7
|
||
ReplaceFolderUI.supportedOn = win7
|
||
OverwriteAlertLevel.supportedOn = win7
|
||
EnableMore.supportedOn = win7
|
||
MoreProgressDelay.supportedOn = win7
|
||
FileExplorer.supportedOn = win7
|
||
ShowUpButton.supportedOn = win7
|
||
UpIconNormal.supportedOn = win7
|
||
UpIconPressed.supportedOn = win7
|
||
UpIconHot.supportedOn = win7
|
||
UpIconDisabled.supportedOn = win7
|
||
UpIconSize.supportedOn = win7
|
||
FixFolderScroll.supportedOn = win7
|
||
ForceRefreshWin7.supportedOn = win7
|
||
ShowCaption.supportedOn = win7
|
||
ShowIcon.supportedOn = win7
|
||
ShowStatusBar.supportedOn = win881
|
||
ShowZone.supportedOn = win881
|
||
|
||
|
||
|
||
; TRANSLATE ===================================================================
|
||
|
||
Title.text = Classic Start 设置
|
||
State.text = 状态:
|
||
State1.text = 锁定为此设置值
|
||
State2.text = 锁定为默认值
|
||
State3.text = 未锁定
|
||
State1Help.text = 如果将状态设置为“锁定为此设置值”,所有用户都必须使用此设置值。
|
||
State2Help.text = 如果将状态设置为“锁定为默认值”,所有用户都必须使用默认值。忽略指定的设置值。
|
||
State3Help.text = 如果将状态设置为“未锁定”,用户可自由设定自己喜好的设置值。
|
||
|
||
ClassicExplorerCat.text = 经典资源管理器
|
||
ClassicExplorerCatHelp.text = 经典资源管理器组策略设置
|
||
SUPPORTED_CS404.text = 需要安装 Classic Start 4.0.4 或更高的版本。
|
||
SUPPORTED_CS404_WIN7.text = 仅用于 Windows 7。
|
||
SUPPORTED_CS404_WIN881.text = 仅用于 Windows 8 或 Windows 8.1。
|
||
|
||
AddressAltD.nameOverride = 访问地址栏的额外快捷键
|
||
AddressAltD.tipOverride = 输入“A”到“Z”中任一个字母,该按键将和 Alt 键一起,组成访问地址栏的快捷键
|
||
EnableSettings.nameOverride = 启用设置
|
||
EnableSettings.tipOverride = 允许用户自由设定设置值
|
||
ProcessWhiteList.nameOverride = 进程白名单
|
||
ProcessWhiteList.tipOverride = 可以加载经典资源管理器的进程列表。列表中仅列出进程的名称(不含路径,如“notepad.exe”),如果有多个进程,可使用半角的逗号(“,”)或分号(“;”)分隔。
|
||
ProcessBlackList.nameOverride = 进程黑名单
|
||
ProcessBlackList.tipOverride = 不允许加载经典资源管理器的进程列表。列表中仅列出进程的名称(不含路径,如“notepad.exe”),如果有多个进程,可使用半角的逗号(“,”)或分号(“;”)分隔。
|
||
ToolbarItems.nameOverride = 工具栏按钮
|
||
ToolbarItems.tipOverride = 选择在工具栏上显示的按钮。\n提示:要获取设置值,可以在经典“开始”菜单的“设置”对话框中指定热键,然后,在注册表“HKCU\Software\PassionateCoder\ClassicExplorer\Settings”键中寻找名称为“ToolbarItems”的键值。
|
||
|
||
|
||
; os-specific
|
||
FileExplorer.nameOverride = 仅在资源管理器中使用对话框(提高性能)
|