Skip to content

Commit 108dba4

Browse files
合并拉动请求#35从米米昌/主
Added English localization file
2 parents ab4a2d9 + 169a8fc commit 108dba4

File tree

1 file changed

+314
-0
lines changed

1 file changed

+314
-0
lines changed

languages/en-US.ini

Lines changed: 314 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,314 @@
1+
; This file is the display text dictionary of the ContextMenuManager program, and the newline characters in the dictionary are escaped with \n
2+
; If you want to help the author add other language dictionaries to this program, you can modify this text and save it in the .\config\languages folder,
3+
;For example, save the American English dictionary as en-US.ini, and assign en-US English to [General]\Language
4+
;Fork the project on Github or Gitee and submit an application to me, or send the file directly to the mailbox [email protected]
5+
6+
[General]
7+
Language = en-US English
8+
Translator = mimmiepower (Google Translate)
9+
AppName = Windows Context Menu Manager
10+
11+
[ToolBar]
12+
Home = Home
13+
Type = File type
14+
Rule = Other rules
15+
Refresh = Refresh
16+
About = About
17+
18+
[SideBar]
19+
File = File
20+
Folder = Folder
21+
Directory = File directory
22+
Background = Background
23+
Desktop = Desktop
24+
Drive = Disk
25+
AllObjects = All objects
26+
Computer = This PC
27+
RecycleBin = Recycle Bin
28+
Library = Library
29+
New = New
30+
SendTo = Send to
31+
OpenWith = Open with
32+
WinX = Win+X
33+
34+
LnkFile = lnk file
35+
UwpLnk = uwp lnk
36+
ExeFile = exe
37+
38+
TextFile = Text file
39+
ImageFile = Image file
40+
VideoFile = Video file
41+
AudioFile = Audio file
42+
ImageDirectory = Image folder
43+
VideoDirectory = Video folder
44+
AudioDirectory = Audio folder
45+
46+
UnknownType = Unknown file type
47+
CustomExtension = Specific file type
48+
PerceivedType = Perceived file type
49+
DirectoryType = Folder type
50+
51+
EnhanceMenu = Enhance menu
52+
ThirdRules = Third-party rules
53+
DragDrop = Right-click and drag
54+
PublicReferences = Public references
55+
CustomType = Specific type
56+
GuidBlocked = GUID blocked
57+
IEMenu = IE context menu
58+
59+
AppSetting = Settings
60+
AppLanguage = Language
61+
Dictionaries = Program folder
62+
AboutApp = Software information
63+
Donate = Donate to the author
64+
65+
[StatusBar]
66+
File = Context menu for all file types
67+
Folder = Context menu for all folder types
68+
Directory = Context menu for all file folders
69+
Background = Context menu for all folder backgrounds and desktop backgrounds
70+
Desktop = Desktop context menu
71+
Drive = Context menu for all disk drives
72+
AllObjects = Context menu for all file system objects (including files and folders)
73+
Computer = This PC context menu
74+
RecycleBin = Recycle Bin context Menu
75+
Library = Context menu for all Libraries and Library folder background
76+
New = "New" menu for the context menu for folder and desktop background
77+
SendTo = "Send to" menu for all file system objects
78+
OpenWith = "Open With" menu for all files
79+
WinX = Win8-Win10 context menu for the Win+X Start Menu
80+
81+
LnkFile = Context menu for all shortcuts
82+
UwpLnk = Context menu for all Win10, Win8 UWP apps
83+
ExeFile = Context menu for .exe executable files
84+
85+
TextFile = Context menu for text files (.txt, .ini, etc.)
86+
ImageFile = Context menu for image files (.jpg, .png, etc.)
87+
VideoFile = Context menu for video files (.avi, .wmv, etc.)
88+
AudioFile = Context menu for audio format files (.mp3, .wav, etc.)
89+
ImageDirectory = Context menu for image file folders
90+
VideoDirectory = Context menu for video file folders
91+
AudioDirectory = Context menu for audio file folders
92+
93+
UnknownType = Context menu for file with a file type that are not associated with any app
94+
CustomExtension = Customize the context menu for any file type
95+
PerceivedType = Customize the context menu for the specified perceived file
96+
DirectoryType = Customize the context menu for the specified folder type
97+
98+
EnhanceMenu = Add some useful menu items
99+
ThirdRules = Part of the internal menu setting rules of third-party programs included in the program dictionary
100+
DragDrop = Menu item when right-clicking and dragging a file
101+
PublicReferences = Edit the Shell type sub-menu items of public references added by users
102+
GuidBlocked = Suitable for stubborn ShellEx projects that rely on GUIDs (some GUIDs are disabled)
103+
IEMenu = Context menu for Internet Explorer web pages
104+
105+
[Menu]
106+
ChangeText = Rename
107+
ItemIcon = Item icon
108+
ChangeIcon = Change icon
109+
AddIcon = Add icon
110+
DeleteIcon = Delete icon
111+
ItemPosition = Item location
112+
SetDefault = Default
113+
SetTop = Put on top
114+
SetBottom = Put on the bottom
115+
OtherAttributes = Other Attributes
116+
OnlyWithShift = Show only after pressing Shift
117+
OnlyInExplorer = Show only in File Explorer
118+
NoWorkingDirectory = Do not use the folder information in the context menu
119+
NeverDefault = Never use the left button to execute commands by default
120+
ShowAsDisabledIfHidden = If item is deactivated, gray out instead of hiding it
121+
122+
ShowSeparator = Show separators above this item
123+
124+
Details = Detailed information
125+
WebSearch = Web search
126+
ChangeCommand = Change command
127+
RunAsAdministrator = Run as administrator
128+
FileProperties = File properties
129+
FileLocation = File location
130+
RegistryLocation = Registry location
131+
ExportRegistry = Export registry
132+
Delete = Delete item
133+
DeleteReference = Delete reference
134+
HandleGuid = handle GUID
135+
CopyGuid = Copy GUID
136+
BlockGuid = Block GUID
137+
AddGuidDic = Add GUID dictionary
138+
InitialData = Edit file initial data
139+
BeforeSeparator = Displayed above the separator
140+
ChangeGroup = Change group
141+
RestoreDefault = Restore default
142+
Edit = Edit
143+
Save = Save
144+
145+
[Item]
146+
Open = Open (& O)
147+
Edit = Edit (& E)
148+
Explore = Explorer (& X)
149+
Play = Play (& L)
150+
Print = Print (& P)
151+
Find = Find (& E) ...
152+
Runas = Run as administrator (& A)
153+
CustomFolder = Customize this folder (& F) ...
154+
MapNetworkDrive = Map Network Drive (& N) ...
155+
DisconnectNetworkDrive = Disconnect Network Drive (& C) ...
156+
RecycleBinProperties = Properties (& R)
157+
RemovableDrive = Removable Disk
158+
BuildSendtoMenu = Create "Send to" submenu
159+
UseStoreOpenWith = Find apps in Microsoft Store
160+
ShareWithSkype = Share using Skype
161+
NewItem = Create new menu item
162+
AddGuidBlockedItem = Add GUID blocked item
163+
164+
CurrentExtension = The currently selected file type is
165+
166+
LockNewMenu = Lock the new menu
167+
EditSubItems = Edit sub-menu items for "% s"
168+
InvalidItem = Invalid menu item:
169+
Separator = ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
170+
SelectExtension = Please select a file extension
171+
SelectPerceivedType = Please select a perceived file type
172+
SelectDirectoryType = Please select a perceived folder type
173+
CurrentExtension = The currently selected file extension is %s
174+
CurrentPerceivedType = The currently selected perceived file type is %s
175+
CurrentDirectoryType = The currently selected perceived folder type is %s
176+
WinXSortable = Enable WinX menu sorting function
177+
ShowFilePath = Real-time display of the file path in the status bar
178+
OpenMoreRegedit = Allow the registry editor to open more
179+
180+
[Dialog]
181+
Ok = Confirm
182+
Cancel = Cancel
183+
Browse = Browse
184+
Program = Program
185+
RegistryFile = Registry file
186+
187+
NewShellItem = Create a new "Shell" type context menu item
188+
NewSendToItem = Create new "Send to" submenu
189+
NewOpenWithItem = Create a new "Open with" menu item
190+
191+
ItemText = Item text
192+
ItemCommand = Menu command
193+
CommandArguments = Command arguments
194+
ItemName = Item name
195+
ItemIcon = Item icon
196+
SingleMenu = Single level
197+
MultiMenu = Multi-level
198+
Public = Public
199+
Private = Private
200+
InputGuid = Enter GUID local dictionary
201+
202+
SelectExtension = Select a file extension
203+
204+
AddGuidDic = Add GUID local dictionary
205+
DeleteGuidDic = Delete
206+
TextFile = Text file
207+
DocumentFile = Document file
208+
ImageFile = Image file
209+
VideoFile = Video file
210+
AudioFile = Audio file
211+
CompressedFile = Compressed file
212+
SystemFile = System file
213+
DocumentDirectory = Document folder
214+
ImageDirectory = Image folder
215+
VideoDirectory = Video folder
216+
AudioDirectory = Audio folder
217+
218+
CheckReference = Check the menu item to which you want to add a reference to
219+
220+
CheckCommon = Check the common menu items you want to add
221+
222+
CheckCopy = Check the menu item you want to copy
223+
SelectGroup = Select to save the group
224+
SelectSubMenuMode = The number of sub-items in the current multi-level menu is 0. There are two choices:\n① All sub-menu items in this multi-level menu are private (recommended),\n② The multi-level menu can reference the same sub-items as other multi-level menus.\nDemanding choice...
225+
226+
[MessageBox]
227+
TextCannotBeEmpty = Menu text cannot be empty!
228+
CommandCannotBeEmpty = Menu command cannot be empty!
229+
StringParsingFailed = Localized string parsing failed!
230+
TextLengthCannotExceed80 = Menu text is too long. The length cannot exceed 80!
231+
ConfirmDeletePermanently = Are you sure you want to permanently delete this item?\nBe careful, this operation cannot be undone!
232+
DeleteButCanRestore = Are you sure you want to delete the registry item of this menu? \nSince automatic backup is enabled (enabled by default),\nit can be restored from the backup folder after deletion.
233+
ConfirmDeleteReference = Are you sure you want to delete this item?\nBe careful, all items referencing this item will become invalid!
234+
ConfirmDelete = Are you sure you want to delete this item?
235+
ConfirmDeleteReferenced = Are you sure you want to permanently delete this item?\nPlease note that all items referencing this item will be invalid.
236+
CannotAddNewItem = Cannot add! The system limits the maximum number of sub-menu items to 16.
237+
UnsupportedFilename = Unsupported filename.\nA menu item with the same filename may already exist!
238+
UnsupportedExtension = Unsupported file extension!
239+
NoOpenModeExtension = There is no app associated with this extension.\nRight-click a file of this type with this extension to associate it with an app!
240+
CannotChangePath = File path changes are not allowed!
241+
CopiedToClipboard = Copy to clipboard:
242+
MalformedGuid = GUID with incorrect format
243+
244+
UnknownGuid = Unknown GUID!
245+
246+
HasBeenAdded = This item has been added!
247+
EditInitialData = This program currently only supports editing the initial data of plain text files (.txt, .bat, etc.).\nFor other types of files, please edit the registry "Data" key value by yourself.\nConfirm if you want to continue the operation.
248+
PromptIsOpenItem = This item has an "Open" menu,\nBlind operations may prevent you from opening files and folders,\nConfirm if you want to continue the operation. (Not recommended)
249+
RestartApp = The program will restart!
250+
UpdateApp = There is an update available, would you like to download it?\nUpdate information: Version number
251+
FileNotExists = The file does not exist!
252+
FolderNotExists = The folder does not exist!
253+
NoUpdateDetected = No program update detected,\nbut the network dictionary file has been updated.
254+
AuthorityProtection = This menu registry item may be protected by security software.\nIt cannot be disabled, deleted, and other personalized modifications.
255+
WinXSorted = Some items have been renumbered in order to optimize the sorting function.\nYou need to restart File Explorer before changes take effect
256+
RestoreDefault = Confirm to restore to the default menu item.
257+
DeleteGroup = Are you sure to permanently delete this group and all its menu items?
258+
259+
[Tip]
260+
RestartExplorer = The desktop will flicker for a while after restarting Explorer. This is normal.\nRestarting or logging in and out of your PC will also make the changes take effect.
261+
CustomFolder = Disabling this option\nwill also disable the custom tab in the file system object properties panel.
262+
SendToDrive = Only works if a removable disk is connected.\nDisplays all partitions of the removable disk.
263+
BuildSendtoMenu = Disabling this option will speed up the pop-up speed of the main menu\nbut will slow down the pop-up speed of the "Send to" sub-menu
264+
InvalidItem = If a menu item is invalid, all menu items under this item will be hidden (deletion recommended).
265+
EditSubItems = Edit sub-menu Items
266+
267+
AddExistingItems = Add references to existing projects
268+
269+
AddReference = Add reference from public reference project
270+
AddFromParentMenu = Copy item from parent menu
271+
AddSeparator = Add seperator
272+
Separator = Project seperator
273+
274+
AddCommonItems = Add frequently used menu items
275+
276+
DeleteGuidDic = Delete the local GUID dictionary added by the user
277+
LockNewMenu = Once enabled, it can prevent third-party programs from adding items\n and can sort existing items (close and restore)
278+
CheckUpdate = The program automatically looks for updates once a month (when the program is started)\nYou can manually click to browse Github, Gitee to check for updates
279+
LastCheckUpdateTime = Last automatic update check time:
280+
OpenLanguagesDir = Open language folder
281+
OpenDictionariesDir = Open dictionary folder
282+
ConfigPath = After changing the configuration and data file save path,\nsome of the enhanced menus that have been enabled will become invalid.\nThey can be re-enabled in the enhanced menu
283+
CommandFiles = This command depends on the configuration file. Moving the configuration file location will cause this menu item to become invalid. Re-enable it.
284+
CreateGroup = Create a new group
285+
286+
[Other]
287+
RestartExplorer = Explorer must be restarted for the changes to take effect.
288+
DictionaryDescription = Dictionary description
289+
LanguageDictionary = Language
290+
GuidInfosDictionary = GUID information
291+
ThridRulesDictionary = Third-party rules
292+
CommonItemsDictionary = Common Menu
293+
Translators = Translators
294+
OtherLanguages ​​= Download or upload files in other languages
295+
296+
DonationList = Donation list
297+
ConfigPath = Save location of configuration and data files
298+
AppDataDir = AppData directory
299+
AppDir = Program directory
300+
OpenConfigDir = Open the directory where the configuration file is located
301+
AutoBackup = Automatically back up the registry when deleting the menu
302+
OpenBackupDir = Open the backup folder
303+
CheckUpdate = Check program and dictionary update
304+
ImmediatelyCheckUpdate = Check immediately
305+
ProtectOpenItem = Protect the "Open" menu item
306+
WebSearchEngine = Search engine used for web search
307+
CustomEngine = Custom
308+
SetCustomEngine = Define search engine (use %s instead of search keywords)
309+
310+
AboutApp = [Main function]\n 1. Manage common location context menu\n 2. Customize and add context menu\n\n[Compatibility]\n 1. Suitable for Win7, 8, 8.1, 10, Vista\n 2. Suitable For x64, x32 CPU operating system\n 3. Adapt to high resolution screens, the best zoom ratio is 150%\n\n[Open source code]\n 1. Code language: C#, Winform program\n 2. GitHub project: https://github.com/BluePointLilac/ContextMenuManager\n 3. Gitee project: https://gitee.com/BluePointLilac/ContextMenuManager\n\n[Contact Author]\n 1. The program is developed by myself, yet I of course also want to thank Meng Yanshe @ Kengchen for answering questions in normal times, since my ability for this is limited.\n There are inevitably some bugs, and everyone is welcome to leave feedback and make suggestions\n 2. Personal B station: https://space.bilibili.com/34492771 (I welcome everyone to follow me!)\n 3. QQ mailbox: [email protected]\n\n[Resource Reference]\n 1. The main program icon comes from: https://www.easyicon.net/1208132-mouse_icon.html\n 2. Program button icons are mainly from the Alibaba vector icon library: https://www.iconfont.cn/\n 3. WinX HashLnk (Rafael Rivera): https://github.com/riverar/hashlnk\n\n[Program update]\n 1. The program has a check and update function. In addition to updating the program itself, it also updates the dictionary. After the download is complete, you can directly overwrite the original file.\n 2. Because GitHub Raw is walled and Gitee Raw has a monthly access limit, the program is set to check for updates once a month.\n You can also browse the GitHub Releases column or the Gitee release column to check if there are updates\n\n[Warm Tips]\n 1. Some special menu items may be affected by other factors, they will not be displayed in the context menu.\n However, they will still be displayed as enabled in this program according to the general rules used by the program. This is normal.\n 2. The method of disabling the menu for each context menu management program may be different. It is recommended not to use multiple context menu management programs at the same time.\n Most programs use a simple and violent backup-delete method. This program uses the key values ​​provided by the system to hide operations as much as possible.\n If you have used other programs to disable the menu item before, please use the corresponding program to restore it, otherwise you may not be able to see it in this program.\n 3. This program is not used to clean up programs that have not been uninstalled, but it can help you locate the registry and file locations of the menu items.\n You can perform your operations according to the relevant content. If you are a computer novice, you are recommended to only touch the enable\disable switch.
311+
312+
Dictionaries = [Dictionary description]\n This program has several dictionary files, and each dictionary has a user dictionary and a network dictionary.\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.\n Send your dictionary to my email or submit it to GitHub to make your contribution to this project.\n The right tab is the original dictionary content, you can switch the tab to view it\n\n[Dictionary content]\n 1. Program display text language dictionary (Languages directory)\n 2. ShellEx menu item GUID text icon dictionary (GuidInfosDic.ini)\n 3. Third-party program menu internal setting dictionary (ThirdRulesDic.xml)\n 4. Enhanced menu items Dictionary (EnhanceMenusDic.xml)
313+
314+
Donate = This program is completely free. If you find this software helpful, you can donate by scanning the QR code below\n (WeChat, Alipay, Tencent QQ). The amount is up to you. Thank you for your support! \nI also hope you consider starring this program's project on Github or Gitee (this means a lot to me!)

0 commit comments

Comments
 (0)