浏览代码

Merge pull request #84 from delgh1/master

Update en-US.ini, ja-JP.ini, README-en.md
蓝点lilac 4 年之前
父节点
当前提交
2e7508a571
共有 3 个文件被更改,包括 180 次插入54 次删除
  1. 20 13
      README-en.md
  2. 3 3
      languages/en-US.ini
  3. 157 38
      languages/ja-JP.ini

+ 20 - 13
README-en.md

@@ -4,18 +4,24 @@
 ------
 > 🖱️ A program to manage the Windows right-click context menu.
 
+## Download the binary
+* [Github Releases][GitHub Releases] or [Gitee Releases][Gitee Releases]
+* Download the zip file (recommended) or the exe file in the Assets list
+* About .NET versions: the .NET 3.5 and .NET 4.0 both are compatible with Windows Vista, 7, 8, 8.1, 10
+ Win7 comes with .NET 3.5, Win8, 8.1, 10 come with .NET 4.0 and up. Vista does not come with .NET 3.5 or 4.0. <br> You may need to install the appropriate [.NET Framework Runtime Library][.NET Framework Runtime Library].
+
 ## Key features
-* Enable and disable context menu options for files, folders, submenus (e.g. open, send to), Internet Explorer, and Win + X
-* Modify names and icons of menu options
+* Enable and disable context menu options for files, folders, submenus (e.g. open, send to), Internet Explorer, and Win+X
+* Modify menu names and icons
 * Delete context menu entries
-* Open menu option locations in the registry or file explorer
+* Navigate menus in the registry or File Explorer
 * Add custom menu items and commands
 
-## Supported systems and features 
-* Windows 7, 8, 8.1, 10, Vista
-* 32 and 64 bit systems
-* Support for display scaling, optimally at 150%
-* localization support, contributions are welcome
+## Supported systems and features
+* Windows Vista, 7, 8, 8.1, 10
+* 32 and 64 bit operating systems
+* Support for display scaling, optimal at 150% DPI
+* localization support: contributions are welcome
 
 ## Screenshots
 ![](Screenshot/Screenshot-en.png)
@@ -30,17 +36,17 @@
 
 ## Notices
 * Some special menu items (Shell extensions, file encryption(&Y)) may not be displayed in the context menu, but will still show as enabled within the program; this is normal.
-* Different context menu manager programs may use different methods for disabling menu options. Using multiple managers at once is not recommended. While other programs may use destructive methods, this program will utilize the registry keys provided by the system to hide menu items when possible.
-<br>If you have used other context menu managers in the past, it is recommended that you use that program to restore the menu items before using this one, in order to avoid any potential issues.
+* Different context menu manager programs may use different methods for disabling menu options. Using multiple managers at the same time is not recommended. While other programs may use destructive methods, this program utilizes the registry keys provided by the system to hide menu items when possible.
+<br>If you have used other context menu managers in the past, use that program to restore the menu items before using this one in order to avoid any potential issues.
 * This program is not designed to perform clean uninstalls; however, it can help you find the registry and file locations of menu items so that they can be modified. If you are not familar with such operations, it is recommended you use the enable/disable functions only.
 
-## Author contact
+## Contact author
 * This program was developed independently by me (BluePointLilac), though I would like to thank [PcMoe][PcMoe] admin @坑晨 for answering my questions. There will inevitably be bugs, so any reports and suggestions are welcome.
 * My Bilibili page: [蓝点lilac][Bilibili](Follow me!)
 * My e-mail: [email protected]
 
 ## Donations
-This program is completely free of charge; if you find this program useful, you can donate by scanning the QR codes below(WeChat, Alipay, QQ) 
+This program is completely free of charge; if you find this program useful, you can donate in yuan by scanning the QR codes below(WeChat, Alipay, QQ) 
 <br>Any amount is welcome,thank you for your understanding and support! Please also don't forget to star this repo (It means a lot to me!)<br>[Donate List](Donate.md)<br>![][Donate]
 
   [EasyIcon]: https://www.easyicon.net/1208132-mouse_icon.html
@@ -52,4 +58,5 @@ This program is completely free of charge; if you find this program useful, you
   [Gitee Releases]: https://gitee.com/BluePointLilac/ContextMenuManager/releases
   [PcMoe]: http://www.pcmoe.net
   [Bilibili]: https://space.bilibili.com/34492771
-  [Donate]: ContextMenuManager/Properties/Resources/Images/Donate.png
+  [Donate]: ContextMenuManager/Properties/Resources/Images/Donate.png
+  [.NET Framework Runtime Library]: https://dotnet.microsoft.com/download/dotnet-framework

+ 3 - 3
languages/en-US.ini

@@ -45,7 +45,7 @@ EnhanceMenu = Menu ehancements
 DetailedEdit = Third-party rules
 DragDrop = Right-click and drag
 PublicReferences = Public references
-CustomType = Specific type
+CustomRegPath = Custom registry path
 GuidBlocked = GUID blocked
 IEMenu = IE context menu
 
@@ -244,7 +244,7 @@ AddGuidBlockedItem = Add GUID blocked item
 LockNewMenu = Lock the new menu
 InvalidItem = Invalid menu item:
 Separator = >>>>>> Separator <<<<<<
-SelectRegPath = 请选择注册表项
+SelectRegPath = Select a registry path
 CurrentExtension = The currently selected file extension is %s
 CurrentPerceivedType = The currently selected perceived file type is %s
 CurrentDirectoryType = The currently selected perceived folder type is %s
@@ -283,7 +283,7 @@ SetPerceivedType = Set %s perceived type...
 SetDefaultDropEffect = Set default drop effect
 TopMost = Always on top
 
-AboutApp = [Compatiblity] \r\n 1 = Compatible with Win10、8.1、8、7、Vista \r\n 2 = Compatible with 64bit、32bit OS\r\n 3 = High DPI compatible, optimal with 150%\r\n\r\n[Open source]\r\n 1 = Programming languages: C sharp,Winform,MIT License\r\n 2 = Github repo:https://github.com/BluePointLilac/ContextMenuManager \r\n 3 = Gitee repo:https://gitee.com/BluePointLilac/ContextMenuManager \r\n\r\n[Hints]\r\n 1 = This program reads/writes a large amount of system files and registry entries,\r\n it may be flagged by Windows Defender as these operations are highly sensitive, please manually add this program to the exclusion list\r\n\r\n 2 = Some special menu items may be affected by other factors, they may not be displayed in the context menu. \r\n However, they may still be displayed as enabled in this program according to the general rules used by the program. This is normal. \r\n\r\n 3 = The method of disabling the menu for each context menu management program may be different. Do not use multiple context menu management programs at the same time. \r\n Most programs use a simple and volatile backup-delete method. This program uses the key values ​​provided by the OS to hide keys as much as possible. \r\n If you have used other programs to disable an menu item before, please use that program to restore it, otherwise you may not be able to see it in this program. \r\n\r\n 4 = This program is not designed to clean up programs that have been uninstalled, but it can help you locate the registry and file locations of such menu items.\r\n You can do what ever you want. If you are just a newbie (or unsure about some options), toggle the enable\disable switch only (to reduce the risk of corrupting the OS). 
+AboutApp = [Compatiblity] \r\n 1 = Compatible with Win10、8.1、8、7、Vista \r\n 2 = Compatible with 64bit、32bit OS\r\n 3 = High DPI compatible, optimal with 150%\r\n\r\n[Open source]\r\n 1 = Programming languages: C sharp,Winform,MIT License\r\n 2 = Github repo:https://github.com/BluePointLilac/ContextMenuManager \r\n 3 = Gitee repo:https://gitee.com/BluePointLilac/ContextMenuManager \r\n\r\n[Hints]\r\n 1 = This program reads/writes a large amount of system files and registry entries,\r\n it may be flagged by Windows Defender as these operations are highly sensitive, please manually add this program to the exclusion list\r\n\r\n 2 = Some special menu items may be affected by other factors, they may not be displayed in the context menu. \r\n However, they may still be displayed as enabled in this program according to the general rules used by the program. This is normal. \r\n\r\n 3 = The method of disabling the menu for each context menu management program may be different. Do not use multiple context menu management programs at the same time. \r\n Most programs use a simple and volatile backup-delete method. This program uses the key values ​​provided by the OS to hide keys as much as possible. \r\n If you have used other programs to disable an menu item before, please use that program to restore it, otherwise you may not be able to see it in this program. \r\n\r\n 4 = This program is not designed to clean up programs that have been uninstalled, but it can help you locate the registry and file locations of such menu items.\r\n You can do whatever you want. If you are just a newbie (or unsure about some options), toggle the enable\disable switch only (to reduce the risk of corrupting the OS). 
 
 Dictionaries = [Dictionary description] \r\n This program has several dictionary files, and each dictionary has a user dictionary and a network dictionary. \r\n If you want to add a dictionary to this program, you can right-click to save the file and follow the instructions in the file to add it. \r\n Send your dictionary to my email or submit it to GitHub to make your contribution to this project. \r\n The right tab is the original dictionary content, you can switch the tab to view it \r\n\r\n[Dictionary content]\n 1 = Program display text language dictionary (Languages directory) \r\n 2 = ShellEx menu item GUID text icon dictionary (GuidInfosDic.ini) \r\n 3 = Third-party program menu internal setting dictionary (DetailedEditDic.xml) \r\n 4 = Enhanced menu items Dictionary (EnhanceMenusDic.xml) 
 

文件差异内容过多而无法显示
+ 157 - 38
languages/ja-JP.ini


部分文件因为文件数量过多而无法显示