runtime/PlcStatus.py
author Edouard Tisserant
Tue, 20 Jul 2021 10:52:25 +0200
branchsvghmi
changeset 3285 d6612579f1d4
parent 2416 1ca207782dde
permissions -rw-r--r--
Runtime: more robust loading of Wamp config, specially in case config file was corrupted.
# -*- 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")