mirror of
https://github.com/BluePointLilac/ContextMenuManager.git
synced 2025-09-02 10:35:30 +00:00
Added English localization file
I used Google Translate to translate the strings into English, since I do not know any Chinese nor Japanese (the two languages currently supported). I manually reviewed each line to make everything consistent and understandable. I used both the Chinese and the Japanese localizations for reference. A few things I did not know how to make perfect sense of, but still, the program is highly usable as an English speaker using this localization file.
This commit is contained in:
314
languages/en-US.ini
Normal file
314
languages/en-US.ini
Normal file
@@ -0,0 +1,314 @@
|
||||
; This file is the display text dictionary of the ContextMenuManager program, and the newline characters in the dictionary are escaped with \n
|
||||
; 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,
|
||||
;For example, save the American English dictionary as en-US.ini, and assign en-US English to [General]\Language
|
||||
;Fork the project on Github or Gitee and submit an application to me, or send the file directly to the mailbox 1617859183@qq.com
|
||||
|
||||
[General]
|
||||
Language = en-US English
|
||||
Translator = mimmiepower (Google Translate)
|
||||
AppName = Windows Context Menu Manager
|
||||
|
||||
[ToolBar]
|
||||
Home = Home
|
||||
Type = File type
|
||||
Rule = Other rules
|
||||
Refresh = Refresh
|
||||
About = About
|
||||
|
||||
[SideBar]
|
||||
File = File
|
||||
Folder = Folder
|
||||
Directory = File directory
|
||||
Background = Background
|
||||
Desktop = Desktop
|
||||
Drive = Disk
|
||||
AllObjects = All objects
|
||||
Computer = This PC
|
||||
RecycleBin = Recycle Bin
|
||||
Library = Library
|
||||
New = New
|
||||
SendTo = Send to
|
||||
OpenWith = Open with
|
||||
WinX = Win+X
|
||||
|
||||
LnkFile = lnk file
|
||||
UwpLnk = uwp lnk
|
||||
ExeFile = exe
|
||||
|
||||
TextFile = Text file
|
||||
ImageFile = Image file
|
||||
VideoFile = Video file
|
||||
AudioFile = Audio file
|
||||
ImageDirectory = Image folder
|
||||
VideoDirectory = Video folder
|
||||
AudioDirectory = Audio folder
|
||||
|
||||
UnknownType = Unknown file type
|
||||
CustomExtension = Specific file type
|
||||
PerceivedType = Perceived file type
|
||||
DirectoryType = Folder type
|
||||
|
||||
EnhanceMenu = Enhance menu
|
||||
ThirdRules = Third-party rules
|
||||
DragDrop = Right-click and drag
|
||||
PublicReferences = Public references
|
||||
CustomType = Specific type
|
||||
GuidBlocked = GUID blocked
|
||||
IEMenu = IE context menu
|
||||
|
||||
AppSetting = Settings
|
||||
AppLanguage = Language
|
||||
Dictionaries = Program folder
|
||||
AboutApp = Software information
|
||||
Donate = Donate to the author
|
||||
|
||||
[StatusBar]
|
||||
File = Context menu for all file types
|
||||
Folder = Context menu for all folder types
|
||||
Directory = Context menu for all file folders
|
||||
Background = Context menu for all folder backgrounds and desktop backgrounds
|
||||
Desktop = Desktop context menu
|
||||
Drive = Context menu for all disk drives
|
||||
AllObjects = Context menu for all file system objects (including files and folders)
|
||||
Computer = This PC context menu
|
||||
RecycleBin = Recycle Bin context Menu
|
||||
Library = Context menu for all Libraries and Library folder background
|
||||
New = "New" menu for the context menu for folder and desktop background
|
||||
SendTo = "Send to" menu for all file system objects
|
||||
OpenWith = "Open With" menu for all files
|
||||
WinX = Win8-Win10 context menu for the Win+X Start Menu
|
||||
|
||||
LnkFile = Context menu for all shortcuts
|
||||
UwpLnk = Context menu for all Win10, Win8 UWP apps
|
||||
ExeFile = Context menu for .exe executable files
|
||||
|
||||
TextFile = Context menu for text files (.txt, .ini, etc.)
|
||||
ImageFile = Context menu for image files (.jpg, .png, etc.)
|
||||
VideoFile = Context menu for video files (.avi, .wmv, etc.)
|
||||
AudioFile = Context menu for audio format files (.mp3, .wav, etc.)
|
||||
ImageDirectory = Context menu for image file folders
|
||||
VideoDirectory = Context menu for video file folders
|
||||
AudioDirectory = Context menu for audio file folders
|
||||
|
||||
UnknownType = Context menu for file with a file type that are not associated with any app
|
||||
CustomExtension = Customize the context menu for any file type
|
||||
PerceivedType = Customize the context menu for the specified perceived file
|
||||
DirectoryType = Customize the context menu for the specified folder type
|
||||
|
||||
EnhanceMenu = Add some useful menu items
|
||||
ThirdRules = Part of the internal menu setting rules of third-party programs included in the program dictionary
|
||||
DragDrop = Menu item when right-clicking and dragging a file
|
||||
PublicReferences = Edit the Shell type sub-menu items of public references added by users
|
||||
GuidBlocked = Suitable for stubborn ShellEx projects that rely on GUIDs (some GUIDs are disabled)
|
||||
IEMenu = Context menu for Internet Explorer web pages
|
||||
|
||||
[Menu]
|
||||
ChangeText = Rename
|
||||
ItemIcon = Item icon
|
||||
ChangeIcon = Change icon
|
||||
AddIcon = Add icon
|
||||
DeleteIcon = Delete icon
|
||||
ItemPosition = Item location
|
||||
SetDefault = Default
|
||||
SetTop = Put on top
|
||||
SetBottom = Put on the bottom
|
||||
OtherAttributes = Other Attributes
|
||||
OnlyWithShift = Show only after pressing Shift
|
||||
OnlyInExplorer = Show only in File Explorer
|
||||
NoWorkingDirectory = Do not use the folder information in the context menu
|
||||
NeverDefault = Never use the left button to execute commands by default
|
||||
ShowAsDisabledIfHidden = If item is deactivated, gray out instead of hiding it
|
||||
|
||||
ShowSeparator = Show separators above this item
|
||||
|
||||
Details = Detailed information
|
||||
WebSearch = Web search
|
||||
ChangeCommand = Change command
|
||||
RunAsAdministrator = Run as administrator
|
||||
FileProperties = File properties
|
||||
FileLocation = File location
|
||||
RegistryLocation = Registry location
|
||||
ExportRegistry = Export registry
|
||||
Delete = Delete item
|
||||
DeleteReference = Delete reference
|
||||
HandleGuid = handle GUID
|
||||
CopyGuid = Copy GUID
|
||||
BlockGuid = Block GUID
|
||||
AddGuidDic = Add GUID dictionary
|
||||
InitialData = Edit file initial data
|
||||
BeforeSeparator = Displayed above the separator
|
||||
ChangeGroup = Change group
|
||||
RestoreDefault = Restore default
|
||||
Edit = Edit
|
||||
Save = Save
|
||||
|
||||
[Item]
|
||||
Open = Open (& O)
|
||||
Edit = Edit (& E)
|
||||
Explore = Explorer (& X)
|
||||
Play = Play (& L)
|
||||
Print = Print (& P)
|
||||
Find = Find (& E) ...
|
||||
Runas = Run as administrator (& A)
|
||||
CustomFolder = Customize this folder (& F) ...
|
||||
MapNetworkDrive = Map Network Drive (& N) ...
|
||||
DisconnectNetworkDrive = Disconnect Network Drive (& C) ...
|
||||
RecycleBinProperties = Properties (& R)
|
||||
RemovableDrive = Removable Disk
|
||||
BuildSendtoMenu = Create "Send to" submenu
|
||||
UseStoreOpenWith = Find apps in Microsoft Store
|
||||
ShareWithSkype = Share using Skype
|
||||
NewItem = Create new menu item
|
||||
AddGuidBlockedItem = Add GUID blocked item
|
||||
|
||||
CurrentExtension = The currently selected file type is
|
||||
|
||||
LockNewMenu = Lock the new menu
|
||||
EditSubItems = Edit sub-menu items for "% s"
|
||||
InvalidItem = Invalid menu item:
|
||||
Separator = ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
|
||||
SelectExtension = Please select a file extension
|
||||
SelectPerceivedType = Please select a perceived file type
|
||||
SelectDirectoryType = Please select a perceived folder type
|
||||
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
|
||||
WinXSortable = Enable WinX menu sorting function
|
||||
ShowFilePath = Real-time display of the file path in the status bar
|
||||
OpenMoreRegedit = Allow the registry editor to open more
|
||||
|
||||
[Dialog]
|
||||
Ok = Confirm
|
||||
Cancel = Cancel
|
||||
Browse = Browse
|
||||
Program = Program
|
||||
RegistryFile = Registry file
|
||||
|
||||
NewShellItem = Create a new "Shell" type context menu item
|
||||
NewSendToItem = Create new "Send to" submenu
|
||||
NewOpenWithItem = Create a new "Open with" menu item
|
||||
|
||||
ItemText = Item text
|
||||
ItemCommand = Menu command
|
||||
CommandArguments = Command arguments
|
||||
ItemName = Item name
|
||||
ItemIcon = Item icon
|
||||
SingleMenu = Single level
|
||||
MultiMenu = Multi-level
|
||||
Public = Public
|
||||
Private = Private
|
||||
InputGuid = Enter GUID local dictionary
|
||||
|
||||
SelectExtension = Select a file extension
|
||||
|
||||
AddGuidDic = Add GUID local dictionary
|
||||
DeleteGuidDic = Delete
|
||||
TextFile = Text file
|
||||
DocumentFile = Document file
|
||||
ImageFile = Image file
|
||||
VideoFile = Video file
|
||||
AudioFile = Audio file
|
||||
CompressedFile = Compressed file
|
||||
SystemFile = System file
|
||||
DocumentDirectory = Document folder
|
||||
ImageDirectory = Image folder
|
||||
VideoDirectory = Video folder
|
||||
AudioDirectory = Audio folder
|
||||
|
||||
CheckReference = Check the menu item to which you want to add a reference to
|
||||
|
||||
CheckCommon = Check the common menu items you want to add
|
||||
|
||||
CheckCopy = Check the menu item you want to copy
|
||||
SelectGroup = Select to save the group
|
||||
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...
|
||||
|
||||
[MessageBox]
|
||||
TextCannotBeEmpty = Menu text cannot be empty!
|
||||
CommandCannotBeEmpty = Menu command cannot be empty!
|
||||
StringParsingFailed = Localized string parsing failed!
|
||||
TextLengthCannotExceed80 = Menu text is too long. The length cannot exceed 80!
|
||||
ConfirmDeletePermanently = Are you sure you want to permanently delete this item?\nBe careful, this operation cannot be undone!
|
||||
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.
|
||||
ConfirmDeleteReference = Are you sure you want to delete this item?\nBe careful, all items referencing this item will become invalid!
|
||||
ConfirmDelete = Are you sure you want to delete this item?
|
||||
ConfirmDeleteReferenced = Are you sure you want to permanently delete this item?\nPlease note that all items referencing this item will be invalid.
|
||||
CannotAddNewItem = Cannot add! The system limits the maximum number of sub-menu items to 16.
|
||||
UnsupportedFilename = Unsupported filename.\nA menu item with the same filename may already exist!
|
||||
UnsupportedExtension = Unsupported file extension!
|
||||
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!
|
||||
CannotChangePath = File path changes are not allowed!
|
||||
CopiedToClipboard = Copy to clipboard:
|
||||
MalformedGuid = GUID with incorrect format
|
||||
|
||||
UnknownGuid = Unknown GUID!
|
||||
|
||||
HasBeenAdded = This item has been added!
|
||||
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.
|
||||
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)
|
||||
RestartApp = The program will restart!
|
||||
UpdateApp = There is an update available, would you like to download it?\nUpdate information: Version number
|
||||
FileNotExists = The file does not exist!
|
||||
FolderNotExists = The folder does not exist!
|
||||
NoUpdateDetected = No program update detected,\nbut the network dictionary file has been updated.
|
||||
AuthorityProtection = This menu registry item may be protected by security software.\nIt cannot be disabled, deleted, and other personalized modifications.
|
||||
WinXSorted = Some items have been renumbered in order to optimize the sorting function.\nYou need to restart File Explorer before changes take effect
|
||||
RestoreDefault = Confirm to restore to the default menu item.
|
||||
DeleteGroup = Are you sure to permanently delete this group and all its menu items?
|
||||
|
||||
[Tip]
|
||||
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.
|
||||
CustomFolder = Disabling this option\nwill also disable the custom tab in the file system object properties panel.
|
||||
SendToDrive = Only works if a removable disk is connected.\nDisplays all partitions of the removable disk.
|
||||
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
|
||||
InvalidItem = If a menu item is invalid, all menu items under this item will be hidden (deletion recommended).
|
||||
EditSubItems = Edit sub-menu Items
|
||||
|
||||
AddExistingItems = Add references to existing projects
|
||||
|
||||
AddReference = Add reference from public reference project
|
||||
AddFromParentMenu = Copy item from parent menu
|
||||
AddSeparator = Add seperator
|
||||
Separator = Project seperator
|
||||
|
||||
AddCommonItems = Add frequently used menu items
|
||||
|
||||
DeleteGuidDic = Delete the local GUID dictionary added by the user
|
||||
LockNewMenu = Once enabled, it can prevent third-party programs from adding items\n and can sort existing items (close and restore)
|
||||
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
|
||||
LastCheckUpdateTime = Last automatic update check time:
|
||||
OpenLanguagesDir = Open language folder
|
||||
OpenDictionariesDir = Open dictionary folder
|
||||
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
|
||||
CommandFiles = This command depends on the configuration file. Moving the configuration file location will cause this menu item to become invalid. Re-enable it.
|
||||
CreateGroup = Create a new group
|
||||
|
||||
[Other]
|
||||
RestartExplorer = Explorer must be restarted for the changes to take effect.
|
||||
DictionaryDescription = Dictionary description
|
||||
LanguageDictionary = Language
|
||||
GuidInfosDictionary = GUID information
|
||||
ThridRulesDictionary = Third-party rules
|
||||
CommonItemsDictionary = Common Menu
|
||||
Translators = Translators
|
||||
OtherLanguages = Download or upload files in other languages
|
||||
|
||||
DonationList = Donation list
|
||||
ConfigPath = Save location of configuration and data files
|
||||
AppDataDir = AppData directory
|
||||
AppDir = Program directory
|
||||
OpenConfigDir = Open the directory where the configuration file is located
|
||||
AutoBackup = Automatically back up the registry when deleting the menu
|
||||
OpenBackupDir = Open the backup folder
|
||||
CheckUpdate = Check program and dictionary update
|
||||
ImmediatelyCheckUpdate = Check immediately
|
||||
ProtectOpenItem = Protect the "Open" menu item
|
||||
WebSearchEngine = Search engine used for web search
|
||||
CustomEngine = Custom
|
||||
SetCustomEngine = Define search engine (use %s instead of search keywords)
|
||||
|
||||
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: 1617859183@qq.com\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.
|
||||
|
||||
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)
|
||||
|
||||
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!)
|
Reference in New Issue
Block a user