-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.nls.json
85 lines (85 loc) · 7.87 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"advpl.package.description": "Support to ADVPL Language ",
"advpl.startSmartClient": "Advpl - Run -Run SmartClient Protheus",
"advpl.menucompile": "Advpl - Compile Advpl Source",
"advpl.menucompilemulti": "Advpl - Compile Folder",
"advpl.menucompileProjet": "Advpl - Compile PRJ Project",
"advpl.menucompiletextfile": "Advpl - Compile TXT list of files",
"advpl.compile": "Advpl - Compiler - Compile Advpl Source",
"advpl.createPPO": "Advpl - Compiler - Creates PPo file from file",
"advpl.getDebugInfos": "Advpl - Returns initial information for debug",
"advpl.getAuthorizationId": "Advpl - Compiler Auth - ID Code Authorization to be requested by Totvs.",
"advpl.CipherPassword": "Advpl - Compiler Cipher - Cipher Password - Encrypts the password of the user to connect the appserver.",
"advpl.patch.apply": "Advpl - Patch - Apply - Apply a Patch(PTM).",
"advpl.patch.build": "Advpl - Patch - Build - Creates a patch Patch(PTM) from the list in file.",
"advpl.patch.info": "Advpl - Patch Info - Shows the content of a package/Patch(PTM).",
"advpl.monitor.getThreads": "Advpl - Monitor - Print out all the Threads of this server.",
"advpl.monitor.getRpoInfos": "Advpl - Env - Prints out all the sources and dates of the rpo.",
"advpl.monitor.getRpoFunctions": "Advpl - Env - Print all functions of the rpo by source.",
"advpl.monitor.deleteSource": "Advpl - Env - Delete source(s) from RPO.",
"advpl.monitor.defragRpo": "Advpl - Env - Defrag RPO.",
"advpl.buildWSClient": "Advpl - Web Service - Generates a WebService Client based on a URL.",
"advpl.selectEnvironment": "Advpl - Selects the environment to build/Debug.",
"advpl.generateAuthorizationConfig": "Advpl - Generates authorization information based on the file .aut",
"advpl.addAdvplEnvironment": "Advpl - Creates environment for connection",
"advpl.replaySelect": "Advpl - Select replay file ",
"advpl.contributes.configuration.properties.ADVPLENVIRONMENTS.items.properties.ENVIRONMENT": "Environment",
"advpl.contributes.configuration.properties.ADVPLENVIRONMENTS.items.properties.INCLUDELIST": "\"include\" folders to build (separate each directory with ;)",
"advpl.contributes.configuration.properties.ADVPLENVIRONMENTS.items.properties.LANGUAGE": "Repository language, Accepted values:PORTUGUESE,ENGLISH,SPANISH",
"advpl.contributes.configuration.properties.ADVPLENVIRONMENTS.items.properties.NAME": "Environment's name",
"advpl.contributes.configuration.properties.ADVPLENVIRONMENTS.items.properties.PASSWORDCIPHER": "User?s encrypted password. Use Cipher Password command to generate the password.",
"advpl.contributes.configuration.properties.ADVPLENVIRONMENTS.items.properties.PORT": "Server Port",
"advpl.contributes.configuration.properties.ADVPLENVIRONMENTS.items.properties.RPOTYPE": "Type of Repository, Accepted values: TOP,CTREE,DBF",
"advpl.contributes.configuration.properties.ADVPLENVIRONMENTS.items.properties.SERVER": "Server IP",
"advpl.contributes.configuration.properties.ADVPLENVIRONMENTS.items.properties.SERVERVERSION": "Server version",
"advpl.contributes.configuration.properties.ADVPLENVIRONMENTS.items.properties.SMARTCLIENTPATH": "Smartclient?s folder",
"advpl.contributes.configuration.properties.ADVPLENVIRONMENTS.items.properties.USER": "User with Administration privilege to connect to server.",
"advpl.contributes.configuration.properties.ADVPLENVIRONMENTS.items.properties.ENABLE": "Enables or disables an Environment from the list.",
"advpl.contributes.configuration.properties.ADVPLENVIRONMENTS.items.properties.DEFRAGPACK": "Erase all old infos on rpo",
"advpl.contributes.configuration.properties.ADVPLENVIRONMENTS.items.properties.WEBAPPPORT": "Porta do servico de WEBAPP",
"advpl.contributes.configuration.properties.ADVPLENVIRONMENTS.items.properties.SSL": "Habilita o uso de SSL na comunicação com o appserver.",
"advpl.configuration.properties.ADVPLCOMPILE_ALPHA": "Alpha version compile.",
"advpl.configuration.properties.ADVPLCOMPILE_THREADS": "Number of threads used to build folder.",
"advpl.configuration.properties.ADVPLCOMPILEFOLDERREGEX": "Regex of the types of files that will be compiled when you select build folder",
"advpl.configuration.properties.ADVPLDEBUG_IGNORESOURCENOTFOUND": "Ignore the sources not found in debug.",
"advpl.configuration.properties.ADVPLDEBUG_MULTITHREAD": "Enables Debug multi Thread.",
"advpl.configuration.properties.ADVPLDEBUG_SHOWPRIVATES": "Shows Private variables .",
"advpl.configuration.properties.ADVPLDEBUG_SHOWPUBLIC": "Shows Public variables.",
"advpl.configuration.properties.ADVPLDEBUG_SHOWSTATICS": "Shows Static variables.",
"advpl.configuration.properties.ADVPLDEBUG_SHOWTABLES": "Shows opened tables.",
"advpl.configuration.properties.ADVPLDEBUG_INSPECT_MACRO": "Enables macro inspection by executing the expression.",
"advpl.configuration.properties.ADVPLENVIRONMENTS": "Environments",
"advpl.configuration.properties.ADVPLLOGGER": "Creates log file.",
"advpl.configuration.properties.ADVPLPATHPATCHBUILD": "Client Path to place patches generated (should already exist). If the file already exists, it will be overwritten.",
"advpl.configuration.properties.ADVPLSELECTEDENVIRONMENT": "Current selected environment.",
"advpl.configuration.properties.ADVPLENABLECOVERAGE": "Enable or disable coverage system.",
"advpl.configuration.properties.ADVPLSTARTPROGRAM": "Initial program for Debug",
"advpl.configuration.properties.ADVPLWORKSPACEFOLDERS": "Variable automatically updated with the workspace's folders.",
"advpl.configuration.title": "AdvplSupport configuration",
"advpl.contributes.debuggers.configurationattributes.launch.properties.args": "Arguments%",
"advpl.contributes.debuggers.configurationattributes.launch.properties.cwd": "Command?s Path ",
"advpl.contributes.debuggers.configurationattributes.launch.properties.enviromentinfo": "Environment Info for Debug. Internal use",
"advpl.contributes.debuggers.configurationattributes.launch.properties.additionalSmartClientArgs": "Additional SmartClient Args, use string format",
"advpl.contributes.debuggers.configurationattributes.launch.properties.programrun": "Program for Debugging.",
"advpl.contributes.debuggers.configurationattributes.launch.properties.stoponentry": "Stop automatically at the beginning of Debug?",
"advpl.contributes.debuggers.configurationattributes.launch.properties.workspace": "WorkSpace Directory",
"advpl.selectEnvironment.title": "AdvPL - Environment Manager",
"advpl.configuration.properties.ADVPLDICTIONARY": "Subtitles Dictionary of Servers and Services",
"advpl.contributes.configuration.properties.DICTIONARY.items.properties.PARENT": "Server IP address related to the Service (if omitted, this caption will serve for all attributes with the same name)",
"advpl.contributes.configuration.properties.DICTIONARY.items.properties.NAME": "If the configuration is for Server: Use the IP address, if it is for service: Use the Service Port",
"advpl.contributes.configuration.properties.DICTIONARY.items.properties.LABEL": "Label to display for element 'NAME' in environments view",
"advpl.getINI": "Advpl - Get INI",
"advpl.serversManagement.AddServer": "Add new environment",
"advpl.serversManagement.DeleteEnvironment": "Delete",
"advpl.serversManagement.connect": "Connect",
"advpl.serversManagement.Defrag": "Defragment",
"advpl.serversManagement.getRpoInfos": "List RPO objects",
"advpl.serversManagement.getRpoFunctions": "List RPO functions",
"advpl.serversManagement.rename": "Rename",
"advpl.serversManagement.getAllEnvironments": "Get INI environments",
"advpl.serversManagement.CipherPassword": "Change password",
"advpl.compileFilesOpened": "Advpl - Compile open files",
"advpl.applyPatchFile": "Advpl - Apply Patch (PTM)",
"contributes.configuration.properties.advplformat.noQueryFormatter": "Disable ADVPL Query formatter.",
"contributes.configuration.properties.advplformat.queryLanguage": "Define query language.\nsql - Standard SQL\nn1ql - Couchbase N1QL\ndb2 - IBM DB2\npl/sql - Oracle PL/SQL"
}