-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #95 from RapidScada/develop
Merge Develop to Master
- Loading branch information
Showing
435 changed files
with
6,477 additions
and
2,012 deletions.
There are no files selected for viewing
42 changes: 42 additions & 0 deletions
42
LangPack/Chinese-Simplified/ScadaAdmin/Lang/DrvDbImport.en-GB.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<DrvDbImportDictionaries> | ||
<Dictionary key="Scada.Comm.Drivers.DrvDbImport.View.Controls.CtrlCommand"> | ||
<Phrase key="gbCommand">Command Parameters</Phrase> | ||
<Phrase key="lblName">Name</Phrase> | ||
<Phrase key="lblCmdCode">Command code</Phrase> | ||
<Phrase key="lblCmdCodeWarn">Fill out code</Phrase> | ||
<Phrase key="lblSql">SQL</Phrase> | ||
<Phrase key="pbSqlInfo.ToolTip">Avaliable parameters: @cmdVal, @cmdData</Phrase> | ||
</Dictionary> | ||
<Dictionary key="Scada.Comm.Drivers.DrvDbImport.View.Controls.CtrlQuery"> | ||
<Phrase key="gbQuery">Query Parameters</Phrase> | ||
<Phrase key="chkActive">Active</Phrase> | ||
<Phrase key="lblName">Name</Phrase> | ||
<Phrase key="lblTag">Tags</Phrase> | ||
<Phrase key="lblSQL">SQL</Phrase> | ||
<Phrase key="chkSingleRow">Single row result</Phrase> | ||
<Phrase key="pbTagInfo.ToolTip">Each line contains a tag code.</Phrase> | ||
<Phrase key="pbSqlInfo.ToolTip">ON - request returns a single row, each field of which contains a tag value. OFF - request returns a set of rows, each row contains a tag value. Required columns: code and val.</Phrase> | ||
</Dictionary> | ||
<Dictionary key="Scada.Comm.Drivers.DrvDbImport.View.Forms.FrmDeviceConfig"> | ||
<Phrase key="this">Device {0} Properties - DB Import</Phrase> | ||
<Phrase key="btnAddQuery.ToolTip">Add Query</Phrase> | ||
<Phrase key="btnAddCommand.ToolTip">Add Command</Phrase> | ||
<Phrase key="btnMoveUp.ToolTip">Move Up</Phrase> | ||
<Phrase key="btnMoveDown.ToolTip">Move Down</Phrase> | ||
<Phrase key="btnDelete.ToolTip">Delete</Phrase> | ||
<Phrase key="gbDevice">Device Configuration</Phrase> | ||
<Phrase key="btnSave">Save</Phrase> | ||
<Phrase key="btnCancel">Cancel</Phrase> | ||
<Phrase key="btnClose">Close</Phrase> | ||
<Phrase key="miCollapseAll">Collapse All</Phrase> | ||
<Phrase key="ConnectionNode">Connection Options</Phrase> | ||
<Phrase key="CommandName">Command {0}</Phrase> | ||
<Phrase key="CommandsNode">Commands</Phrase> | ||
<Phrase key="QueryName">Query {0}</Phrase> | ||
<Phrase key="QueriesNode">Queries</Phrase> | ||
<Phrase key="SelectChildNode">Select child node</Phrase> | ||
<Phrase key="UnnamedCommand"><Unnamed Command></Phrase> | ||
<Phrase key="UnnamedQuery"><Unnamed Query></Phrase> | ||
</Dictionary> | ||
</DrvDbImportDictionaries> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 48 additions & 0 deletions
48
LangPack/Chinese-Simplified/ScadaAdmin/Lang/DrvSnmp.en-GB.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<DrvSnmpDictionaries> | ||
<Dictionary key="Scada.Comm.Drivers.DrvSnmp.Config.DeviceOptions"> | ||
<Phrase key="ReadCommunity.DisplayName">Read community</Phrase> | ||
<Phrase key="ReadCommunity.Category">Main Parameters</Phrase> | ||
<Phrase key="ReadCommunity.Description">The password for reading data.</Phrase> | ||
<Phrase key="WriteCommunity.DisplayName">Write community</Phrase> | ||
<Phrase key="WriteCommunity.Category">Main Parameters</Phrase> | ||
<Phrase key="WriteCommunity.Description">The password for writing data.</Phrase> | ||
<Phrase key="SnmpVersion.DisplayName">SNMP version</Phrase> | ||
<Phrase key="SnmpVersion.Category">Main Parameters</Phrase> | ||
<Phrase key="SnmpVersion.Description">The protocol version. Supported versions are 1 and 2.</Phrase> | ||
</Dictionary> | ||
<Dictionary key="Scada.Comm.Drivers.DrvSnmp.Config.VarGroupConfig"> | ||
<Phrase key="Active.DisplayName">Active</Phrase> | ||
<Phrase key="Active.Category">Main Parameters</Phrase> | ||
<Phrase key="Active.Description">A value indicating whether the group is active.</Phrase> | ||
<Phrase key="Name.DisplayName">Name</Phrase> | ||
<Phrase key="Name.Category">Main Parameters</Phrase> | ||
<Phrase key="Name.Description">The group name.</Phrase> | ||
</Dictionary> | ||
<Dictionary key="Scada.Comm.Drivers.DrvSnmp.Config.VariableConfig"> | ||
<Phrase key="Name.DisplayName">Name</Phrase> | ||
<Phrase key="Name.Category">Main Parameters</Phrase> | ||
<Phrase key="Name.Description">The variable name.</Phrase> | ||
<Phrase key="TagCode.DisplayName">Tag code</Phrase> | ||
<Phrase key="TagCode.Category">Main Parameters</Phrase> | ||
<Phrase key="TagCode.Description">The tag code associated with the variable.</Phrase> | ||
<Phrase key="OID.DisplayName">OID</Phrase> | ||
<Phrase key="OID.Category">Main Parameters</Phrase> | ||
<Phrase key="OID.Description">The object identifier. For example, .1.3.6.1.2.1.1.5.0</Phrase> | ||
<Phrase key="DataType.DisplayName">Data type</Phrase> | ||
<Phrase key="DataType.Category">Main Parameters</Phrase> | ||
<Phrase key="DataType.Description">The data type of the device tag associated with the variable.</Phrase> | ||
<Phrase key="DataLen.DisplayName">Data length</Phrase> | ||
<Phrase key="DataLen.Category">Main Parameters</Phrase> | ||
<Phrase key="DataLen.Description">The data length if the variable represents a string or an array. For strings, this is the number of characters. Otherwise, the number of 8-byte blocks.</Phrase> | ||
</Dictionary> | ||
<Dictionary key="Scada.Comm.Drivers.DrvSnmp.View.SnmpConfigProvider"> | ||
<Phrase key="FormTitle">Device {0} Properties - SNMP</Phrase> | ||
<Phrase key="AddVarGroupButton">Add Group</Phrase> | ||
<Phrase key="AddVariableButton">Add Variable</Phrase> | ||
<Phrase key="OptionsNode">Options</Phrase> | ||
<Phrase key="VarGroupsNode">Variable Groups</Phrase> | ||
<Phrase key="UnnamedGroup"><Unnamed Group></Phrase> | ||
<Phrase key="UnnamedVariable"><Unnamed Variable></Phrase> | ||
</Dictionary> | ||
</DrvSnmpDictionaries> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.