runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 11 Nov 2022 08:26:15 +0100
branchwxPython4
changeset 3673 6a04e7a90ceb
parent 2416 1ca207782dde
permissions -rw-r--r--
Tests: Add project for OPC-UA server browsing and variable picking UI test
# -*- coding: utf-8 -*-

# See COPYING.Runtime file for copyrights details.


def _(x):
    """No translation"""
    return x


Broken = _("Broken")
Started = _("Started")
Stopped = _("Stopped")
Disconnected = _("Disconnected")
Empty = _("Empty")