-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.nls.json
27 lines (27 loc) · 2.07 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
{
"macro.compile": "Compile File",
"macro.build": "Compile and Link Project",
"macro.clean": "Clean Project",
"macro.setCompiler": "Select Macro Compiler",
"macro.setExportPath": "Select Export Path",
"macro.setControlType": "Select Control Type",
"macro.action.addsequeces": "Add missing sequence numbers",
"macro.action.refactorsequeces": "Reorganize sequence numbers",
"macro.action.validate" : "Validate Workspace",
"macro.callFunctions.description": "Custom call functions",
"macro.lint.description": "Lint settings",
"macro.sequence.base.description": "Sequences start number for refactoring",
"macro.sequence.increment.description": "Sequences increment for refactoring",
"macro.validate.enable.description": "Enables or disables the validation",
"macro.validate.workspace.description": "Enables or disables the workspace validation. Only applies when `#macro.validate.enable#` is set to `true`.",
"macro.validate.onBuild.description": "Enables or disables the workspace validation when building the project. Only applies when `#macro.validate.enable#` is set to `true`.",
"macro.build.compiler.description": "Selection of the macro compiler",
"macro.build.controlType.description": "Selection of the control type",
"macro.build.compilerParams.description": "Additional compiler parameters: -NR, -L1, -L2, -L3, -PR",
"macro.build.linkerParams.description" : "Additional linker parameters: -NR, -NL, -Fm, -Fr",
"macro.build.makeFile.description": "The path to the makefile. The following parameters are passed: Export directory, [make, clean], Compiler, Control type. If in the directory no Clean.bat is found, the parameter 'clean' is used. If no path is specified, the internal build system is used.",
"macro.project.exportPath.description": "The path to the directory for the memory card file (.mem)",
"macro.project.sourcePath.description": "The path to the directory for the source files (.src)",
"macro.project.buildPath.description": "The path to the directory for the build files",
"macro.project.linkPath.description": "The path to the directory for the link files (.lnk)"
}