runtime/PlcStatus.py
author Edouard Tisserant
Wed, 13 May 2020 14:47:17 +0200
branchsvghmi
changeset 2964 a7b11c9f468e
parent 2416 1ca207782dde
permissions -rw-r--r--
Added FatalError call to Libraries code gen, so that they can emit messages addressed like config tree nodes do.
# -*- 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")