runtime/PlcStatus.py
author Edouard Tisserant
Wed, 16 Jun 2021 12:15:02 +0200
branchsvghmi
changeset 3258 5ce56021f166
parent 2416 1ca207782dde
permissions -rw-r--r--
IDE: Fixed variable traces graphs RingBuffers. Removed an apparently useless wxCallAfter in trend graph that was leading to pydeadobject exception on wxGTK when double-clicking.
# -*- 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")