forked from L-I-V/MQL-Tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
34 lines (34 loc) · 2.79 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"mql_tools.configuration.DeleteLog.description": "Delete log file after checking/compilation",
"mql_tools.configuration.Metaeditor4Dir.description": "Path to \"metaeditor.exe\": MQL4",
"mql_tools.configuration.Metaeditor5Dir.description": "Path to \"metaeditor.exe\": MQL5",
"mql_tools.configuration.Include4Dir.description": "Path to the \"Include\" folder: MQL4 (not necessarily)",
"mql_tools.configuration.Include5Dir.description": "Path to the \"Include\" folder: MQL5 (not necessarily)",
"mql_tools.configuration.LogDir.description": "The name of the log file. If not completed, it will be created automatically",
"mql_tools.configuration.ShowButtonCompile.description": "Show compilation button",
"mql_tools.configuration.ShowButtonCheck.description": "Show syntax check button",
"mql_tools.configuration.ShowButtonScript.description": "Show compilation button using script",
"mql_tools.configuration.MiniME.description": "Minimize MetaEditor after launch. (Script)",
"mql_tools.configuration.Timetomini.description": "Time from start to minimize MetaEditor in milliseconds. (Script)",
"mql_tools.configuration.CloseME.description": "Close MetaEditor after compilation. (Script) \nIf this parameter is turned on, then the compilation time using the script is increased by 2 times.",
"mql_tools.configuration.HelpON.description": "Open the MQL4/MQL5 help",
"mql_tools.configuration.MQL4HelpLanguage.description": "Choosing the MQL4 help Language",
"mql_tools.configuration.MQL5HelpLanguage.description": "Choosing the MQL5 help Language",
"mql_tools.configuration.HelpVal.description": "The help call parameter",
"mql_tools.configuration.context": "Do not disable!",
"mql_tools.commands.compileFile.title": "Compile MQL file",
"mql_tools.commands.checkFile.title": "Check MQL syntax",
"mql_tools.commands.compileScript.title": "Compile MQL file using script",
"mql_tools.commands.help.title": "Get the MQL4/MQL5 help",
"mql_tools.commands.configurations.title": "Create configuration",
"mql_tools.commands.Addicon.title": "Add icons to the theme",
"mql_tools.commands.Showfiles.title": "Show/hide ex4/ex5 files",
"mql_tools.commands.InsNameMQL.title": "Insert the file name 'mq4/mq5' in \"mqh\" document",
"mql_tools.commands.InsNameMQH.title": "Insert MQH as #include",
"mql_tools.commands.InsResource.title": "Insert BMP/WAV as #resource",
"mql_tools.commands.InsImport.title": "Insert DLL/EX5 as #import",
"mql_tools.commands.InsTime.title": "Insert Datetime as YYYY.MM.DD hh:mm:ss",
"mql_tools.commands.InsIcon.title": "Insert Icon as #property",
"mql_tools.commands.openInME.title": "Open in 'MetaEditor'",
"mql_tools.commands.createCommentary.title": "Create a function comment"
}