runtime/PlcStatus.py
author Edouard Tisserant
Tue, 18 Jun 2019 14:03:08 +0200
branchfix_fb_resize_wire_bug
changeset 2617 93ad3db5f9df
parent 2416 1ca207782dde
permissions -rw-r--r--
Removed debug code and closed branch
# -*- 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")