forked from kolod/modalarm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModAlarm.en-Gb.xml
More file actions
28 lines (28 loc) · 1.37 KB
/
ModAlarm.en-Gb.xml
File metadata and controls
28 lines (28 loc) · 1.37 KB
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
<?xml version="1.0" encoding="utf-8" ?>
<ModAlarmDictionaries>
<Dictionary key="Scada.Server.Modules.Alarm.FrmAlarmConfig">
<Phrase key="this">Server-side sound signaling module</Phrase>
<Phrase key="lblInfo">The module plays the selected sound signal until the value of the specified channel is equal to 0.</Phrase>
<Phrase key="linkAuthor">Alexandr Kolodkin (c) 2017-2018</Phrase>
<Phrase key="btnAdd">Add</Phrase>
<Phrase key="btnRemove">Remove</Phrase>
<Phrase key="btnSave">Save</Phrase>
<Phrase key="btnCancel">Cancel</Phrase>
<Phrase key="btnClose">Close</Phrase>
<Phrase key="btnBrowse">Browse</Phrase>
<Phrase key="columnChannel">Channel</Phrase>
<Phrase key="columnSoundFile">Sound file</Phrase>
<Phrase key="msgAlreadyExists">This channel is already in use. Change it?</Phrase>
<Phrase key="msgWarning">Warning</Phrase>
</Dictionary>
<Dictionary key="Scada.Server.Modules.Alarm.FrmAddAlarm">
<Phrase key="this">Add Alarm</Phrase>
<Phrase key="lblChannel">Input Channel Number:</Phrase>
<Phrase key="lblPath">Sound File:</Phrase>
<Phrase key="btnOk">Ok</Phrase>
<Phrase key="btnCansel">Cansel</Phrase>
<Phrase key="btnBrowse">Browse</Phrase>
<Phrase key="btnTest">Test</Phrase>
<Phrase key="openFileDialog.Filter">Waveform Audio File (*.wav)|*.wav</Phrase>
</Dictionary>
</ModAlarmDictionaries>